From 741040a1806d6f57a93a489ea498b3319c4c947a Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 14 Jul 2024 02:30:05 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 39 ++- base/special/fmod/LICENSE | 192 +++++++++++++++ base/special/fmod/README.md | 217 ++++++++++++++++ base/special/fmod/benchmark/benchmark.js | 53 ++++ .../fmod/benchmark/benchmark.native.js | 62 +++++ base/special/fmod/benchmark/c/native/Makefile | 146 +++++++++++ .../fmod/benchmark/c/native/benchmark.c | 138 +++++++++++ base/special/fmod/binding.gyp | 170 +++++++++++++ base/special/fmod/docs/repl.txt | 34 +++ base/special/fmod/docs/types/index.d.ts | 57 +++++ base/special/fmod/docs/types/test.ts | 56 +++++ base/special/fmod/examples/c/Makefile | 146 +++++++++++ base/special/fmod/examples/c/example.c | 35 +++ base/special/fmod/examples/index.js | 33 +++ base/special/fmod/include.gypi | 53 ++++ .../include/stdlib/math/base/special/fmod.h | 38 +++ base/special/fmod/lib/index.js | 55 +++++ base/special/fmod/lib/main.js | 61 +++++ base/special/fmod/lib/native.js | 67 +++++ base/special/fmod/manifest.json | 93 +++++++ base/special/fmod/package.json | 64 +++++ base/special/fmod/src/Makefile | 70 ++++++ base/special/fmod/src/addon.c | 23 ++ base/special/fmod/src/main.c | 232 ++++++++++++++++++ base/special/fmod/test/fixtures/julia/REQUIRE | 2 + .../fmod/test/fixtures/julia/large_small.json | 1 + .../fmod/test/fixtures/julia/runner.jl | 87 +++++++ .../fmod/test/fixtures/julia/small_large.json | 1 + .../fmod/test/fixtures/julia/small_small.json | 1 + .../fixtures/julia/subnormal_results.json | 1 + base/special/fmod/test/test.js | 137 +++++++++++ base/special/fmod/test/test.native.js | 146 +++++++++++ 32 files changed, 2508 insertions(+), 2 deletions(-) create mode 100644 base/special/fmod/LICENSE create mode 100644 base/special/fmod/README.md create mode 100644 base/special/fmod/benchmark/benchmark.js create mode 100644 base/special/fmod/benchmark/benchmark.native.js create mode 100644 base/special/fmod/benchmark/c/native/Makefile create mode 100644 base/special/fmod/benchmark/c/native/benchmark.c create mode 100644 base/special/fmod/binding.gyp create mode 100644 base/special/fmod/docs/repl.txt create mode 100644 base/special/fmod/docs/types/index.d.ts create mode 100644 base/special/fmod/docs/types/test.ts create mode 100644 base/special/fmod/examples/c/Makefile create mode 100644 base/special/fmod/examples/c/example.c create mode 100644 base/special/fmod/examples/index.js create mode 100644 base/special/fmod/include.gypi create mode 100644 base/special/fmod/include/stdlib/math/base/special/fmod.h create mode 100644 base/special/fmod/lib/index.js create mode 100644 base/special/fmod/lib/main.js create mode 100644 base/special/fmod/lib/native.js create mode 100644 base/special/fmod/manifest.json create mode 100644 base/special/fmod/package.json create mode 100644 base/special/fmod/src/Makefile create mode 100644 base/special/fmod/src/addon.c create mode 100644 base/special/fmod/src/main.c create mode 100644 base/special/fmod/test/fixtures/julia/REQUIRE create mode 100644 base/special/fmod/test/fixtures/julia/large_small.json create mode 100644 base/special/fmod/test/fixtures/julia/runner.jl create mode 100644 base/special/fmod/test/fixtures/julia/small_large.json create mode 100644 base/special/fmod/test/fixtures/julia/small_small.json create mode 100644 base/special/fmod/test/fixtures/julia/subnormal_results.json create mode 100644 base/special/fmod/test/test.js create mode 100644 base/special/fmod/test/test.native.js diff --git a/CHANGELOG.md b/CHANGELOG.md index d050d8af1..56d668248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3183,6 +3183,40 @@ This release closes the following issue: +
+ +#### [@stdlib/math/base/special/fmod](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fmod) + +
+ +
+ +##### Features + +- [`8558d86`](https://github.com/stdlib-js/stdlib/commit/8558d869aed0f22f0fbdcd54321c5058c954df89) - add `math/base/special/fmod` [(##2562)](#2562) + +
+ + + +
+ +##### Closed Issues + +This release closes the following issue: + +[##2405](#2405) + +
+ + + +
+ +
+ + +
#### [@stdlib/math/base/special/frexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/frexp) @@ -4978,9 +5012,9 @@ This release closes the following issue: ### Closed Issues -A total of 28 issues were closed in this release: +A total of 29 issues were closed in this release: -[#733](https://github.com/stdlib-js/stdlib/issues/733), [#772](https://github.com/stdlib-js/stdlib/issues/772), [#860](https://github.com/stdlib-js/stdlib/issues/860), [#894](https://github.com/stdlib-js/stdlib/issues/894), [#968](https://github.com/stdlib-js/stdlib/pull/968), [#1701](https://github.com/stdlib-js/stdlib/issues/1701), [#1718](https://github.com/stdlib-js/stdlib/issues/1718), [#1723](https://github.com/stdlib-js/stdlib/issues/1723), [#1764](https://github.com/stdlib-js/stdlib/issues/1764), [#1822](https://github.com/stdlib-js/stdlib/issues/1822), [#2029](https://github.com/stdlib-js/stdlib/issues/2029), [##2170 ](#2170 ), [##2150](#2150), [#1668](https://github.com/stdlib-js/stdlib/issues/1668), [#1931 ](https://github.com/stdlib-js/stdlib/issues/1931 ), [#1938](https://github.com/stdlib-js/stdlib/issues/1938), [#1944](https://github.com/stdlib-js/stdlib/issues/1944), [#2035](https://github.com/stdlib-js/stdlib/issues/2035), [#2081](https://github.com/stdlib-js/stdlib/issues/2081), [#2109](https://github.com/stdlib-js/stdlib/issues/2109), [#2113](https://github.com/stdlib-js/stdlib/issues/2113), [#2118](https://github.com/stdlib-js/stdlib/issues/2118), [#2124](https://github.com/stdlib-js/stdlib/issues/2124), [##1828](#1828), [#todo#2113](stdlib-js/todo#2113), [##1816](#1816), [##776](#776), [##1331](#1331) +[##2405](#2405), [#733](https://github.com/stdlib-js/stdlib/issues/733), [#772](https://github.com/stdlib-js/stdlib/issues/772), [#860](https://github.com/stdlib-js/stdlib/issues/860), [#894](https://github.com/stdlib-js/stdlib/issues/894), [#968](https://github.com/stdlib-js/stdlib/pull/968), [#1668](https://github.com/stdlib-js/stdlib/issues/1668), [#1701](https://github.com/stdlib-js/stdlib/issues/1701), [#2029](https://github.com/stdlib-js/stdlib/issues/2029), [##2170 ](#2170 ), [##2150](#2150), [#1718](https://github.com/stdlib-js/stdlib/issues/1718), [#1723](https://github.com/stdlib-js/stdlib/issues/1723), [#1764](https://github.com/stdlib-js/stdlib/issues/1764), [#1822](https://github.com/stdlib-js/stdlib/issues/1822), [#1931 ](https://github.com/stdlib-js/stdlib/issues/1931 ), [#1938](https://github.com/stdlib-js/stdlib/issues/1938), [#1944](https://github.com/stdlib-js/stdlib/issues/1944), [#2035](https://github.com/stdlib-js/stdlib/issues/2035), [#2081](https://github.com/stdlib-js/stdlib/issues/2081), [#2109](https://github.com/stdlib-js/stdlib/issues/2109), [#2113](https://github.com/stdlib-js/stdlib/issues/2113), [#2118](https://github.com/stdlib-js/stdlib/issues/2118), [#2124](https://github.com/stdlib-js/stdlib/issues/2124), [##1828](#1828), [#todo#2113](stdlib-js/todo#2113), [##1816](#1816), [##776](#776), [##1331](#1331)
@@ -5032,6 +5066,7 @@ A total of 29 people contributed to this release. Thank you to the following con
+- [`8558d86`](https://github.com/stdlib-js/stdlib/commit/8558d869aed0f22f0fbdcd54321c5058c954df89) - **feat:** add `math/base/special/fmod` [(##2562)](#2562) _(by Gunj Joshi)_ - [`e9d0de8`](https://github.com/stdlib-js/stdlib/commit/e9d0de8077f47e49ff703c1b106e262454e5d15d) - **chore:** update package meta data [(#2596)](https://github.com/stdlib-js/stdlib/pull/2596) _(by stdlib-bot, Athan Reines)_ - [`2e723fb`](https://github.com/stdlib-js/stdlib/commit/2e723fbb6e3acfca2d0d413c26c96a207a616636) - **feat:** add C implementation for `math/base/special/roundb` _(by Gunj Joshi, Philipp Burckhardt)_ - [`e8932ee`](https://github.com/stdlib-js/stdlib/commit/e8932ee36e54cf9fd4594abfedc91b5ff718f2fd) - **feat:** add C implementation for `math/base/special/truncn` _(by Gunj Joshi)_ diff --git a/base/special/fmod/LICENSE b/base/special/fmod/LICENSE new file mode 100644 index 000000000..a7566ad6f --- /dev/null +++ b/base/special/fmod/LICENSE @@ -0,0 +1,192 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + +DEPENDENCIES & ATTRIBUTION + +The library links against the following external libraries or contains +implementations from the following external libraries, which have their own +licenses: + +* FreeBSD + +Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved. + +Developed at SunPro, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. diff --git a/base/special/fmod/README.md b/base/special/fmod/README.md new file mode 100644 index 000000000..596c04600 --- /dev/null +++ b/base/special/fmod/README.md @@ -0,0 +1,217 @@ + + +# Modulus Function + +> [Modulus function][modulus-function]. + +
+ +The [modulus function][modulus-function] is defined as + + + +```math +z = x%y +``` + + + +where `x` is the **dividend** and `y` is the **divisor**. + +
+ + + +
+ +## Usage + +```javascript +var fmod = require( '@stdlib/math/base/special/fmod' ); +``` + +#### fmod( x, y ) + +Evaluates the [modulus function][modulus-function]. + +```javascript +var v = fmod( 8.0, 3.0 ); +// returns 2.0 + +v = fmod( 9.0, 3.0 ); +// returns 0.0 + +v = fmod( 8.9, 3.0 ); +// returns 2.9 + +v = fmod( NaN, 3.0 ); +// returns NaN + +v = fmod( 5.0, NaN ); +// returns NaN + +v = fmod( NaN, NaN ); +// returns NaN +``` + +
+ + + +
+ +## Examples + + + +```javascript +var randu = require( '@stdlib/random/base/randu' ); +var round = require( '@stdlib/math/base/special/round' ); +var fmod = require( '@stdlib/math/base/special/fmod' ); + +var x; +var y; +var i; + +for ( i = 0; i < 100; i++ ) { + x = round( randu() * 10.0 ); + y = round( randu() * 10.0 ) - 5.0; + console.log( '%d^%d = %d', x, y, fmod( x, y ) ); +} +``` + +
+ + + + + +* * * + +
+ +## C APIs + + + +
+ +
+ + + + + +
+ +### Usage + +```c +#include "stdlib/math/base/special/fmod.h" +``` + +#### stdlib_base_fmod( x, y ) + +Evaluates the modulus function. + +```c +double out = stdlib_base_fmod( 8.9, 3.0 ); +// returns 2.9 + +out = stdlib_base_fmod( 4.0, 2.0 ); +// returns 0.0 +``` + +The function accepts the following arguments: + +- **x**: `[in] double` dividend. +- **y**: `[in] double` divisor. + +```c +double stdlib_base_fmod( const double x, const double y ); +``` + +
+ + + + + +
+ +
+ + + + + +
+ +### Examples + +```c +#include "stdlib/math/base/special/fmod.h" +#include + +int main( void ) { + double out; + double x; + double y; + int i; + + for ( i = 0; i < 100; i++ ) { + x = ( ( (double)rand() / (double)RAND_MAX ) * 10.0 ); + y = ( ( (double)rand() / (double)RAND_MAX ) * 10.0 ) - 5.0; + out = stdlib_base_fmod( x, y ); + printf( "fmod(%lf, %lf) = %lf\n", x, y, out ); + } +} +``` + +
+ + + +
+ + + + + + + + + + + + + + diff --git a/base/special/fmod/benchmark/benchmark.js b/base/special/fmod/benchmark/benchmark.js new file mode 100644 index 000000000..2437af53f --- /dev/null +++ b/base/special/fmod/benchmark/benchmark.js @@ -0,0 +1,53 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +'use strict'; + +// MODULES // + +var bench = require( '@stdlib/bench' ); +var randu = require( '@stdlib/random/base/randu' ); +var isnan = require( './../../../../base/assert/is-nan' ); +var pkg = require( './../package.json' ).name; +var fmod = require( './../lib' ); + + +// MAIN // + +bench( pkg, function benchmark( b ) { + var x; + var y; + var z; + var i; + + b.tic(); + for ( i = 0; i < b.iterations; i++ ) { + x = ( randu() * 100.0 ) - 0.0; + y = ( randu() * 100.0 ) - 50.0; + z = fmod( x, y ); + if ( isnan( z ) ) { + b.fail( 'should not return NaN' ); + } + } + b.toc(); + if ( isnan( z ) ) { + b.fail( 'should not return NaN' ); + } + b.pass( 'benchmark finished' ); + b.end(); +}); diff --git a/base/special/fmod/benchmark/benchmark.native.js b/base/special/fmod/benchmark/benchmark.native.js new file mode 100644 index 000000000..30e46f4c4 --- /dev/null +++ b/base/special/fmod/benchmark/benchmark.native.js @@ -0,0 +1,62 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +'use strict'; + +// MODULES // + +var resolve = require( 'path' ).resolve; +var bench = require( '@stdlib/bench' ); +var randu = require( '@stdlib/random/base/randu' ); +var isnan = require( './../../../../base/assert/is-nan' ); +var tryRequire = require( '@stdlib/utils/try-require' ); +var pkg = require( './../package.json' ).name; + + +// VARIABLES // + +var fmod = tryRequire( resolve( __dirname, './../lib/native.js' ) ); +var opts = { + 'skip': ( fmod instanceof Error ) +}; + + +// MAIN // + +bench( pkg+'::native', opts, function benchmark( b ) { + var x; + var y; + var z; + var i; + + b.tic(); + for ( i = 0; i < b.iterations; i++ ) { + x = ( randu() * 100.0 ) - 0.0; + y = ( randu() * 100.0 ) - 50.0; + z = fmod( x, y ); + if ( isnan( z ) ) { + b.fail( 'should not return NaN' ); + } + } + b.toc(); + if ( isnan( z ) ) { + b.fail( 'should not return NaN' ); + } + b.pass( 'benchmark finished' ); + b.end(); +}); diff --git a/base/special/fmod/benchmark/c/native/Makefile b/base/special/fmod/benchmark/c/native/Makefile new file mode 100644 index 000000000..f69e9da2b --- /dev/null +++ b/base/special/fmod/benchmark/c/native/Makefile @@ -0,0 +1,146 @@ +#/ +# @license Apache-2.0 +# +# Copyright (c) 2024 The Stdlib Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +#/ + +# VARIABLES # + +ifndef VERBOSE + QUIET := @ +else + QUIET := +endif + +# Determine the OS ([1][1], [2][2]). +# +# [1]: https://en.wikipedia.org/wiki/Uname#Examples +# [2]: http://stackoverflow.com/a/27776822/2225624 +OS ?= $(shell uname) +ifneq (, $(findstring MINGW,$(OS))) + OS := WINNT +else +ifneq (, $(findstring MSYS,$(OS))) + OS := WINNT +else +ifneq (, $(findstring CYGWIN,$(OS))) + OS := WINNT +else +ifneq (, $(findstring Windows_NT,$(OS))) + OS := WINNT +endif +endif +endif +endif + +# Define the program used for compiling C source files: +ifdef C_COMPILER + CC := $(C_COMPILER) +else + CC := gcc +endif + +# Define the command-line options when compiling C files: +CFLAGS ?= \ + -std=c99 \ + -O3 \ + -Wall \ + -pedantic + +# Determine whether to generate position independent code ([1][1], [2][2]). +# +# [1]: https://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html#Code-Gen-Options +# [2]: http://stackoverflow.com/questions/5311515/gcc-fpic-option +ifeq ($(OS), WINNT) + fPIC ?= +else + fPIC ?= -fPIC +endif + +# List of includes (e.g., `-I /foo/bar -I /beep/boop/include`): +INCLUDE ?= + +# List of source files: +SOURCE_FILES ?= + +# List of libraries (e.g., `-lopenblas -lpthread`): +LIBRARIES ?= + +# List of library paths (e.g., `-L /foo/bar -L /beep/boop`): +LIBPATH ?= + +# List of C targets: +c_targets := benchmark.out + + +# RULES # + +#/ +# Compiles source files. +# +# @param {string} [C_COMPILER] - C compiler (e.g., `gcc`) +# @param {string} [CFLAGS] - C compiler options +# @param {(string|void)} [fPIC] - compiler flag determining whether to generate position independent code (e.g., `-fPIC`) +# @param {string} [INCLUDE] - list of includes (e.g., `-I /foo/bar -I /beep/boop/include`) +# @param {string} [SOURCE_FILES] - list of source files +# @param {string} [LIBPATH] - list of library paths (e.g., `-L /foo/bar -L /beep/boop`) +# @param {string} [LIBRARIES] - list of libraries (e.g., `-lopenblas -lpthread`) +# +# @example +# make +# +# @example +# make all +#/ +all: $(c_targets) + +.PHONY: all + +#/ +# Compiles C source files. +# +# @private +# @param {string} CC - C compiler (e.g., `gcc`) +# @param {string} CFLAGS - C compiler options +# @param {(string|void)} fPIC - compiler flag determining whether to generate position independent code (e.g., `-fPIC`) +# @param {string} INCLUDE - list of includes (e.g., `-I /foo/bar`) +# @param {string} SOURCE_FILES - list of source files +# @param {string} LIBPATH - list of library paths (e.g., `-L /foo/bar`) +# @param {string} LIBRARIES - list of libraries (e.g., `-lopenblas`) +#/ +$(c_targets): %.out: %.c + $(QUIET) $(CC) $(CFLAGS) $(fPIC) $(INCLUDE) -o $@ $(SOURCE_FILES) $< $(LIBPATH) -lm $(LIBRARIES) + +#/ +# Runs compiled benchmarks. +# +# @example +# make run +#/ +run: $(c_targets) + $(QUIET) ./$< + +.PHONY: run + +#/ +# Removes generated files. +# +# @example +# make clean +#/ +clean: + $(QUIET) -rm -f *.o *.out + +.PHONY: clean diff --git a/base/special/fmod/benchmark/c/native/benchmark.c b/base/special/fmod/benchmark/c/native/benchmark.c new file mode 100644 index 000000000..5a6940bca --- /dev/null +++ b/base/special/fmod/benchmark/c/native/benchmark.c @@ -0,0 +1,138 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/** +* Benchmark `fmod`. +*/ +#include "stdlib/math/base/special/fmod.h" +#include +#include +#include +#include +#include + +#define NAME "fmod" +#define ITERATIONS 1000000 +#define REPEATS 3 + +/** +* Prints the TAP version. +*/ +void print_version() { + printf( "TAP version 13\n" ); +} + +/** +* Prints the TAP summary. +* +* @param total total number of tests +* @param passing total number of passing tests +*/ +void print_summary( int total, int passing ) { + printf( "#\n" ); + printf( "1..%d\n", total ); // TAP plan + printf( "# total %d\n", total ); + printf( "# pass %d\n", passing ); + printf( "#\n" ); + printf( "# ok\n" ); +} + +/** +* Prints benchmarks results. +* +* @param elapsed elapsed time in seconds +*/ +void print_results( double elapsed ) { + double rate = (double)ITERATIONS / elapsed; + printf( " ---\n" ); + printf( " iterations: %d\n", ITERATIONS ); + printf( " elapsed: %0.9f\n", elapsed ); + printf( " rate: %0.9f\n", rate ); + printf( " ...\n" ); +} + +/** +* Returns a clock time. +* +* @return clock time +*/ +double tic() { + struct timeval now; + gettimeofday( &now, NULL ); + return (double)now.tv_sec + (double)now.tv_usec/1.0e6; +} + +/** +* Generates a random number on the interval [0,1]. +* +* @return random number +*/ +double rand_double() { + int r = rand(); + return (double)r / ( (double)RAND_MAX + 1.0 ); +} + +/** +* Runs a benchmark. +* +* @return elapsed time in seconds +*/ +double benchmark() { + double elapsed; + double x; + double y; + double z; + double t; + int i; + + t = tic(); + for ( i = 0; i < ITERATIONS; i++ ) { + x = ( rand_double() * 100.0 ) - 0.0; + y = ( rand_double() * 100.0 ) - 50.0; + z = stdlib_base_fmod( x, y ); + if ( z != z ) { + printf( "should not return NaN\n" ); + break; + } + } + elapsed = tic() - t; + if ( z != z ) { + printf( "should not return NaN\n" ); + } + return elapsed; +} + +/** +* Main execution sequence. +*/ +int main( void ) { + double elapsed; + int i; + + // Use the current time to seed the random number generator: + srand( time( NULL ) ); + + print_version(); + for ( i = 0; i < REPEATS; i++ ) { + printf( "# c::native::%s\n", NAME ); + elapsed = benchmark(); + print_results( elapsed ); + printf( "ok %d benchmark finished\n", i+1 ); + } + print_summary( REPEATS, REPEATS ); +} diff --git a/base/special/fmod/binding.gyp b/base/special/fmod/binding.gyp new file mode 100644 index 000000000..ec3992233 --- /dev/null +++ b/base/special/fmod/binding.gyp @@ -0,0 +1,170 @@ +# @license Apache-2.0 +# +# Copyright (c) 2024 The Stdlib Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# A `.gyp` file for building a Node.js native add-on. +# +# [1]: https://gyp.gsrc.io/docs/InputFormatReference.md +# [2]: https://gyp.gsrc.io/docs/UserDocumentation.md +{ + # List of files to include in this file: + 'includes': [ + './include.gypi', + ], + + # Define variables to be used throughout the configuration for all targets: + 'variables': { + # Target name should match the add-on export name: + 'addon_target_name%': 'addon', + + # Set variables based on the host OS: + 'conditions': [ + [ + 'OS=="win"', + { + # Define the object file suffix: + 'obj': 'obj', + }, + { + # Define the object file suffix: + 'obj': 'o', + } + ], # end condition (OS=="win") + ], # end conditions + }, # end variables + + # Define compile targets: + 'targets': [ + + # Target to generate an add-on: + { + # The target name should match the add-on export name: + 'target_name': '<(addon_target_name)', + + # Define dependencies: + 'dependencies': [], + + # Define directories which contain relevant include headers: + 'include_dirs': [ + # Local include directory: + '<@(include_dirs)', + ], + + # List of source files: + 'sources': [ + '<@(src_files)', + ], + + # Settings which should be applied when a target's object files are used as linker input: + 'link_settings': { + # Define libraries: + 'libraries': [ + '<@(libraries)', + ], + + # Define library directories: + 'library_dirs': [ + '<@(library_dirs)', + ], + }, + + # C/C++ compiler flags: + 'cflags': [ + # Enable commonly used warning options: + '-Wall', + + # Aggressive optimization: + '-O3', + ], + + # C specific compiler flags: + 'cflags_c': [ + # Specify the C standard to which a program is expected to conform: + '-std=c99', + ], + + # C++ specific compiler flags: + 'cflags_cpp': [ + # Specify the C++ standard to which a program is expected to conform: + '-std=c++11', + ], + + # Linker flags: + 'ldflags': [], + + # Apply conditions based on the host OS: + 'conditions': [ + [ + 'OS=="mac"', + { + # Linker flags: + 'ldflags': [ + '-undefined dynamic_lookup', + '-Wl,-no-pie', + '-Wl,-search_paths_first', + ], + }, + ], # end condition (OS=="mac") + [ + 'OS!="win"', + { + # C/C++ flags: + 'cflags': [ + # Generate platform-independent code: + '-fPIC', + ], + }, + ], # end condition (OS!="win") + ], # end conditions + }, # end target <(addon_target_name) + + # Target to copy a generated add-on to a standard location: + { + 'target_name': 'copy_addon', + + # Declare that the output of this target is not linked: + 'type': 'none', + + # Define dependencies: + 'dependencies': [ + # Require that the add-on be generated before building this target: + '<(addon_target_name)', + ], + + # Define a list of actions: + 'actions': [ + { + 'action_name': 'copy_addon', + 'message': 'Copying addon...', + + # Explicitly list the inputs in the command-line invocation below: + 'inputs': [], + + # Declare the expected outputs: + 'outputs': [ + '<(addon_output_dir)/<(addon_target_name).node', + ], + + # Define the command-line invocation: + 'action': [ + 'cp', + '<(PRODUCT_DIR)/<(addon_target_name).node', + '<(addon_output_dir)/<(addon_target_name).node', + ], + }, + ], # end actions + }, # end target copy_addon + ], # end targets +} diff --git a/base/special/fmod/docs/repl.txt b/base/special/fmod/docs/repl.txt new file mode 100644 index 000000000..5955f8923 --- /dev/null +++ b/base/special/fmod/docs/repl.txt @@ -0,0 +1,34 @@ + +{{alias}}( x, y ) + Evaluates the modulus function. + + Parameters + ---------- + x: number + Dividend. + + y: number + Divisor. + + Returns + ------- + z: number + Remainder. + + Examples + -------- + > var y = {{alias}}( 8.0, 3.0 ) + 2.0 + > y = {{alias}}( 9.0, 3.0 ) + 0.0 + > y = {{alias}}( 8.9, 3.0 ) + 2.9 + > y = {{alias}}( NaN, 3.0 ) + NaN + > y = {{alias}}( 5.0, NaN ) + NaN + > y = {{alias}}( NaN, NaN ) + NaN + + See Also + -------- diff --git a/base/special/fmod/docs/types/index.d.ts b/base/special/fmod/docs/types/index.d.ts new file mode 100644 index 000000000..0be981384 --- /dev/null +++ b/base/special/fmod/docs/types/index.d.ts @@ -0,0 +1,57 @@ +/* +* @license Apache-2.0 +* +* Copyright (c) 2024 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// TypeScript Version: 4.1 + +/** +* Evaluates the modulus function. +* +* @param x - dividend +* @param y - divisor +* @returns remainder +* +* @example +* var v = fmod( 8.0, 3.0 ); +* // returns 2.0 +* +* @example +* var v = fmod( 9.0, 3.0 ); +* // returns 0.0 +* +* @example +* var v = fmod( 8.9, 3.0 ); +* // returns 2.9 +* +* @example +* var v = fmod( NaN, 3.0 ); +* // returns NaN +* +* @example +* var v = fmod( 5.0, NaN ); +* // returns NaN +* +* @example +* var v = fmod( NaN, NaN ); +* // returns NaN +*/ +declare function fmod( x: number, y: number ): number; + + +// EXPORTS // + +export = fmod; diff --git a/base/special/fmod/docs/types/test.ts b/base/special/fmod/docs/types/test.ts new file mode 100644 index 000000000..ba11e350b --- /dev/null +++ b/base/special/fmod/docs/types/test.ts @@ -0,0 +1,56 @@ +/* +* @license Apache-2.0 +* +* Copyright (c) 2024 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import fmod = require( './index' ); + + +// TESTS // + +// The function returns a number... +{ + fmod( 8, 2 ); // $ExpectType number +} + +// The compiler throws an error if the function is provided values other than two numbers... +{ + fmod( true, 3 ); // $ExpectError + fmod( false, 2 ); // $ExpectError + fmod( '5', 1 ); // $ExpectError + fmod( [], 1 ); // $ExpectError + fmod( {}, 2 ); // $ExpectError + fmod( ( x: number ): number => x, 2 ); // $ExpectError + + fmod( 9, true ); // $ExpectError + fmod( 9, false ); // $ExpectError + fmod( 5, '5' ); // $ExpectError + fmod( 8, [] ); // $ExpectError + fmod( 9, {} ); // $ExpectError + fmod( 8, ( x: number ): number => x ); // $ExpectError + + fmod( [], true ); // $ExpectError + fmod( {}, false ); // $ExpectError + fmod( false, '5' ); // $ExpectError + fmod( {}, [] ); // $ExpectError + fmod( '5', ( x: number ): number => x ); // $ExpectError +} + +// The compiler throws an error if the function is provided insufficient arguments... +{ + fmod(); // $ExpectError + fmod( 3 ); // $ExpectError +} diff --git a/base/special/fmod/examples/c/Makefile b/base/special/fmod/examples/c/Makefile new file mode 100644 index 000000000..6aed70daf --- /dev/null +++ b/base/special/fmod/examples/c/Makefile @@ -0,0 +1,146 @@ +#/ +# @license Apache-2.0 +# +# Copyright (c) 2024 The Stdlib Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +#/ + +# VARIABLES # + +ifndef VERBOSE + QUIET := @ +else + QUIET := +endif + +# Determine the OS ([1][1], [2][2]). +# +# [1]: https://en.wikipedia.org/wiki/Uname#Examples +# [2]: http://stackoverflow.com/a/27776822/2225624 +OS ?= $(shell uname) +ifneq (, $(findstring MINGW,$(OS))) + OS := WINNT +else +ifneq (, $(findstring MSYS,$(OS))) + OS := WINNT +else +ifneq (, $(findstring CYGWIN,$(OS))) + OS := WINNT +else +ifneq (, $(findstring Windows_NT,$(OS))) + OS := WINNT +endif +endif +endif +endif + +# Define the program used for compiling C source files: +ifdef C_COMPILER + CC := $(C_COMPILER) +else + CC := gcc +endif + +# Define the command-line options when compiling C files: +CFLAGS ?= \ + -std=c99 \ + -O3 \ + -Wall \ + -pedantic + +# Determine whether to generate position independent code ([1][1], [2][2]). +# +# [1]: https://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html#Code-Gen-Options +# [2]: http://stackoverflow.com/questions/5311515/gcc-fpic-option +ifeq ($(OS), WINNT) + fPIC ?= +else + fPIC ?= -fPIC +endif + +# List of includes (e.g., `-I /foo/bar -I /beep/boop/include`): +INCLUDE ?= + +# List of source files: +SOURCE_FILES ?= + +# List of libraries (e.g., `-lopenblas -lpthread`): +LIBRARIES ?= + +# List of library paths (e.g., `-L /foo/bar -L /beep/boop`): +LIBPATH ?= + +# List of C targets: +c_targets := example.out + + +# RULES # + +#/ +# Compiles source files. +# +# @param {string} [C_COMPILER] - C compiler (e.g., `gcc`) +# @param {string} [CFLAGS] - C compiler options +# @param {(string|void)} [fPIC] - compiler flag determining whether to generate position independent code (e.g., `-fPIC`) +# @param {string} [INCLUDE] - list of includes (e.g., `-I /foo/bar -I /beep/boop/include`) +# @param {string} [SOURCE_FILES] - list of source files +# @param {string} [LIBPATH] - list of library paths (e.g., `-L /foo/bar -L /beep/boop`) +# @param {string} [LIBRARIES] - list of libraries (e.g., `-lopenblas -lpthread`) +# +# @example +# make +# +# @example +# make all +#/ +all: $(c_targets) + +.PHONY: all + +#/ +# Compiles C source files. +# +# @private +# @param {string} CC - C compiler (e.g., `gcc`) +# @param {string} CFLAGS - C compiler options +# @param {(string|void)} fPIC - compiler flag determining whether to generate position independent code (e.g., `-fPIC`) +# @param {string} INCLUDE - list of includes (e.g., `-I /foo/bar`) +# @param {string} SOURCE_FILES - list of source files +# @param {string} LIBPATH - list of library paths (e.g., `-L /foo/bar`) +# @param {string} LIBRARIES - list of libraries (e.g., `-lopenblas`) +#/ +$(c_targets): %.out: %.c + $(QUIET) $(CC) $(CFLAGS) $(fPIC) $(INCLUDE) -o $@ $(SOURCE_FILES) $< $(LIBPATH) -lm $(LIBRARIES) + +#/ +# Runs compiled examples. +# +# @example +# make run +#/ +run: $(c_targets) + $(QUIET) ./$< + +.PHONY: run + +#/ +# Removes generated files. +# +# @example +# make clean +#/ +clean: + $(QUIET) -rm -f *.o *.out + +.PHONY: clean diff --git a/base/special/fmod/examples/c/example.c b/base/special/fmod/examples/c/example.c new file mode 100644 index 000000000..c6d88e271 --- /dev/null +++ b/base/special/fmod/examples/c/example.c @@ -0,0 +1,35 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +#include "stdlib/math/base/special/fmod.h" +#include +#include + +int main( void ) { + double out; + double x; + double y; + int i; + + for ( i = 0; i < 100; i++ ) { + x = ( ( (double)rand() / (double)RAND_MAX ) * 10.0 ); + y = ( ( (double)rand() / (double)RAND_MAX ) * 10.0 ) - 5.0; + out = stdlib_base_fmod( x, y ); + printf( "fmod(%lf, %lf) = %lf\n", x, y, out ); + } +} diff --git a/base/special/fmod/examples/index.js b/base/special/fmod/examples/index.js new file mode 100644 index 000000000..a340d0d5d --- /dev/null +++ b/base/special/fmod/examples/index.js @@ -0,0 +1,33 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +'use strict'; + +var randu = require( '@stdlib/random/base/randu' ); +var round = require( './../../../../base/special/round' ); +var fmod = require( './../lib' ); + +var x; +var y; +var i; + +for ( i = 0; i < 100; i++ ) { + x = round( randu() * 10.0 ); + y = round( randu() * 10.0 ) - 5.0; + console.log( '%d^%d = %d', x, y, fmod( x, y ) ); +} diff --git a/base/special/fmod/include.gypi b/base/special/fmod/include.gypi new file mode 100644 index 000000000..575cb043c --- /dev/null +++ b/base/special/fmod/include.gypi @@ -0,0 +1,53 @@ +# @license Apache-2.0 +# +# Copyright (c) 2024 The Stdlib Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# A GYP include file for building a Node.js native add-on. +# +# Main documentation: +# +# [1]: https://gyp.gsrc.io/docs/InputFormatReference.md +# [2]: https://gyp.gsrc.io/docs/UserDocumentation.md +{ + # Define variables to be used throughout the configuration for all targets: + 'variables': { + # Source directory: + 'src_dir': './src', + + # Include directories: + 'include_dirs': [ + '=0.10.0", + "npm": ">2.7.0" + }, + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "keywords": [ + "stdlib", + "stdmath", + "mathematics", + "math", + "math.fmod", + "fmod", + "modulus", + "function" + ] +} diff --git a/base/special/fmod/src/Makefile b/base/special/fmod/src/Makefile new file mode 100644 index 000000000..bcf18aa46 --- /dev/null +++ b/base/special/fmod/src/Makefile @@ -0,0 +1,70 @@ +#/ +# @license Apache-2.0 +# +# Copyright (c) 2024 The Stdlib Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +#/ + +# VARIABLES # + +ifndef VERBOSE + QUIET := @ +else + QUIET := +endif + +# Determine the OS ([1][1], [2][2]). +# +# [1]: https://en.wikipedia.org/wiki/Uname#Examples +# [2]: http://stackoverflow.com/a/27776822/2225624 +OS ?= $(shell uname) +ifneq (, $(findstring MINGW,$(OS))) + OS := WINNT +else +ifneq (, $(findstring MSYS,$(OS))) + OS := WINNT +else +ifneq (, $(findstring CYGWIN,$(OS))) + OS := WINNT +else +ifneq (, $(findstring Windows_NT,$(OS))) + OS := WINNT +endif +endif +endif +endif + + +# RULES # + +#/ +# Removes generated files for building an add-on. +# +# @example +# make clean-addon +#/ +clean-addon: + $(QUIET) -rm -f *.o *.node + +.PHONY: clean-addon + +#/ +# Removes generated files. +# +# @example +# make clean +#/ +clean: clean-addon + +.PHONY: clean diff --git a/base/special/fmod/src/addon.c b/base/special/fmod/src/addon.c new file mode 100644 index 000000000..ab2dd5349 --- /dev/null +++ b/base/special/fmod/src/addon.c @@ -0,0 +1,23 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +#include "stdlib/math/base/special/fmod.h" +#include "stdlib/math/base/napi/binary.h" + +// cppcheck-suppress shadowFunction +STDLIB_MATH_BASE_NAPI_MODULE_DD_D( stdlib_base_fmod ) diff --git a/base/special/fmod/src/main.c b/base/special/fmod/src/main.c new file mode 100644 index 000000000..8f6d77719 --- /dev/null +++ b/base/special/fmod/src/main.c @@ -0,0 +1,232 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +* +* ## Notice +* +* The following copyright and license were part of the original implementation available as part of [Openlibm]{@link https://github.com/JuliaMath/openlibm/blob/master/src/e_fmod.c}. The implementation follows the original, but has been modified for JavaScript. +* +* ```text + * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. + * + * Developed at SunSoft, a Sun Microsystems, Inc. business. + * Permission to use, copy, modify, and distribute this + * software is freely granted, provided that this notice + * is preserved. +* ``` +*/ + +#include "stdlib/math/base/special/fmod.h" +#include "stdlib/number/float64/base/to_words.h" +#include "stdlib/number/float64/base/from_words.h" +#include "stdlib/constants/float64/high_word_abs_mask.h" +#include "stdlib/constants/float64/high_word_sign_mask.h" +#include "stdlib/constants/float64/high_word_exponent_mask.h" +#include "stdlib/constants/float64/exponent_bias.h" +#include "stdlib/constants/float64/high_word_significand_mask.h" +#include "stdlib/constants/float64/min_base2_exponent.h" +#include + +/** +* Evaluates the modulus function. +* +* @param x dividend +* @param y divisor +* @returns remainder +* +* @example +* double out = stdlib_base_fmod( 8.9, 3.0 ); +* // returns 2.9 +*/ +double stdlib_base_fmod( const double x, const double y ) { + const double ZERO[] = { 0.0, -0.0 }; + uint32_t uhx; + uint32_t uhy; + uint32_t lx; + uint32_t ly; + uint32_t lz; + int32_t hx; + int32_t hy; + int32_t hz; + int32_t ix; + int32_t iy; + int32_t sx; + int32_t n; + int32_t i; + double xc; + + stdlib_base_float64_to_words( x, &uhx, &lx ); + hx = (int32_t)uhx; + stdlib_base_float64_to_words( y, &uhy, &ly ); + hy = (int32_t)uhy; + + // sign of x + sx = hx & STDLIB_CONSTANT_FLOAT64_HIGH_WORD_SIGN_MASK; + + // |x| + hx ^= sx; + + // |y| + hy &= STDLIB_CONSTANT_FLOAT64_HIGH_WORD_ABS_MASK; + + // Purge off exception values + if ( ( hy | ly ) == 0 || ( hx >= STDLIB_CONSTANT_FLOAT64_HIGH_WORD_EXPONENT_MASK ) || ( ( hy | ( ( ly | -ly ) >> 31 ) ) > STDLIB_CONSTANT_FLOAT64_HIGH_WORD_EXPONENT_MASK ) ) { + // y=0, x not finite, or y is NaN + return ( x * y ) / ( x * y ); + } + if ( hx <= hy ) { + if ( ( hx < hy ) || ( lx < ly ) ){ + // |x|<|y| return x + return x; + } + if ( lx == ly ) { + // |x|=|y| return x*0 + return ZERO[ (uint32_t)sx >> 31 ]; + } + } + + // Determine ix = ilogb(x) + if ( hx < 0x00100000 ) { + // subnormal x + if ( hx == 0 ) { + ix = -1043; + for ( i = lx; i > 0; i <<= 1 ) { + ix -=1; + } + } else { + ix = STDLIB_CONSTANT_FLOAT64_MIN_BASE2_EXPONENT; + for ( i = ( hx << 11 ); i > 0; i <<= 1 ) { + ix -=1; + } + } + } else { + ix = ( hx >> 20 ) - STDLIB_CONSTANT_FLOAT64_EXPONENT_BIAS; + } + + // determine iy = ilogb(y) + if ( hy < 0x00100000 ) { + // subnormal y + if ( hy == 0 ) { + iy = -1043; + for ( i = ly; i > 0; i <<= 1 ) { + iy -=1; + } + } else { + iy = STDLIB_CONSTANT_FLOAT64_MIN_BASE2_EXPONENT; + for ( i = ( hy << 11 ); i > 0; i <<= 1) { + iy -=1; + } + } + } else { + iy = ( hy >> 20 ) - STDLIB_CONSTANT_FLOAT64_EXPONENT_BIAS; + } + + // set up {hx,lx}, {hy,ly} and align y to x + if ( ix >= STDLIB_CONSTANT_FLOAT64_MIN_BASE2_EXPONENT ) { + hx = 0x00100000 | ( STDLIB_CONSTANT_FLOAT64_HIGH_WORD_SIGNIFICAND_MASK & hx ); + } + else { + // subnormal x, shift x to normal + n = STDLIB_CONSTANT_FLOAT64_MIN_BASE2_EXPONENT - ix; + if ( n <= 31 ) { + hx = ( (uint32_t)hx << n ) | ( lx >> ( 32 - n ) ); + lx <<= n; + } else { + hx = lx << ( n - 32 ); + lx = 0; + } + } + if ( iy >= STDLIB_CONSTANT_FLOAT64_MIN_BASE2_EXPONENT ) { + hy = 0x00100000 | ( STDLIB_CONSTANT_FLOAT64_HIGH_WORD_SIGNIFICAND_MASK & hy ); + } + else { + // subnormal y, shift y to normal + n = STDLIB_CONSTANT_FLOAT64_MIN_BASE2_EXPONENT - iy; + if ( n <= 31 ) { + hy = ( (uint32_t)hy << n ) | ( ly >> ( 32 - n ) ); + ly <<= n; + } else { + hy = ly << ( n - 32 ); + ly = 0; + } + } + n = ix - iy; + while ( n-- ) { + hz = hx - hy; + lz = lx - ly; + if ( lx < ly ) { + hz -= 1; + } + if ( hz < 0 ) { + hx = hx + hx + ( lx >> 31 ); + lx += lx; + } + else { + if ( ( hz | lz ) == 0 ) + // return sign(x)*0 + return ZERO[ (uint32_t)sx >> 31 ]; + hx = hz + hz + ( lz >> 31 ); + lx = lz + lz; + } + } + hz = hx - hy; + lz = lx - ly; + if ( lx < ly ) { + hz -= 1; + } + if ( hz >= 0 ) { + hx = hz; + lx = lz; + } + + // Convert back to floating value and restore the sign + if ( ( hx | lx ) == 0 ) { + // return sign(x)*0 + return ZERO[ (uint32_t)sx >> 31 ]; + } + while ( hx < 0x00100000 ) { + // normalize x + hx = hx + hx + ( lx >> 31 ); + lx += lx; + iy -= 1; + } + if ( iy >= STDLIB_CONSTANT_FLOAT64_MIN_BASE2_EXPONENT ) { + // normalize output + hx = ( ( hx - 0x00100000 ) | ( ( iy + STDLIB_CONSTANT_FLOAT64_EXPONENT_BIAS ) << 20 ) ); + stdlib_base_float64_from_words( (uint32_t)( hx | sx ), lx, &xc ); + } else { + // subnormal output + n = STDLIB_CONSTANT_FLOAT64_MIN_BASE2_EXPONENT - iy; + if ( n <= 20 ) { + lx = ( lx >> n ) | ( (uint32_t)hx << ( 32 - n ) ); + hx >>= n; + } else if ( n <= 31 ) { + lx = ( hx << ( 32 - n ) ) | ( lx >> n ); + hx = sx; + } else { + lx = hx >> ( n - 32 ); + hx = sx; + } + stdlib_base_float64_from_words( (uint32_t)( hx | sx ), lx, &xc ); + + // create necessary signal + xc *= 1.0; + } + + // exact output + return xc; +} diff --git a/base/special/fmod/test/fixtures/julia/REQUIRE b/base/special/fmod/test/fixtures/julia/REQUIRE new file mode 100644 index 000000000..308c3be89 --- /dev/null +++ b/base/special/fmod/test/fixtures/julia/REQUIRE @@ -0,0 +1,2 @@ +julia 1.5 +JSON 0.21 diff --git a/base/special/fmod/test/fixtures/julia/large_small.json b/base/special/fmod/test/fixtures/julia/large_small.json new file mode 100644 index 000000000..50573050d --- /dev/null +++ b/base/special/fmod/test/fixtures/julia/large_small.json @@ -0,0 +1 @@ +{"expected":[2.4930521909025174,1.3492035155073818,2.4637912583431287,6.513383270779151,9.034011309011525,1.4941641895686368,3.837231406462638,2.2315518802510965,3.5932592808521937,2.7522904583464904,0.29920902658084514,0.9170407800420803,2.0028150300242515,0.049373705217348185,0.07368548973426137,0.4377571058120824,2.37834086609913,2.482044877234447,0.26502467287026654,5.749546913572036,0.0008713953080241588,0.11167363770848016,1.8923695548018413,2.2805623736279657,1.4133106747407798,3.9015566980773144,3.2863634676952254,0.010468575989928341,4.275120571330192,2.1816960080684495,0.5695870468316049,0.5866809459522395,6.094289649830269,6.798004355634484,1.138010637345379,4.479885497474783,0.058266853629162396,1.9341128265154381,3.092506432928504,1.9794196470609702,5.148149016522922,2.537402747372134,0.02903753015667654,3.121462640958887,0.36575880689380824,4.015482709206273,6.53698797990733,2.53113121944304,0.10592124477103404,1.573209747298403,1.4994149256061386,3.245334310988607,0.21159944568349198,1.736013146710187,3.6178714696086303,2.7841280168928835,3.0271965828753196,0.17511942155494342,0.025098655660054092,8.41275668414236,2.6516994394078433,0.9891406199886221,0.3956520116225839,0.018002474685474112,1.8625608011167252,0.47376683387077634,4.836930181065325,0.5719536558307095,3.2570286778716104,0.8569507925230857,0.732987134921558,0.46550321648094206,2.6251789034952644,2.025788763888066,0.254795149103908,4.530307058940004,5.892132585702406,0.13353650729316868,0.5177742173627684,2.2292745797230458,0.7413593681889026,3.242684387749196,2.3280163320732195,6.957106080465549,5.144909082468814,5.813401718521339,0.14415683245549715,3.7082368117063975,4.828670119761179,1.0022302793893214,0.34120388920681255,3.6463993636426366,4.795388232064955,1.9372374296770603,0.8772583071013678,0.8899192245782652,0.2947927512266526,0.5836844300233377,6.205779188060559,4.190960122023208,0.18569504367280487,2.1280120435567866,1.239118115960002,1.7907342397199315,0.6454089685712745,2.1661088658126406,0.22608800204068835,0.09147185968179494,0.6352868252330541,0.6629319185481828,0.3948954645926377,0.364798503183569,2.7869569227890585,4.605558339605409,4.870729882287009,0.9142997592806914,1.4325927330846553,1.210495537462947,1.3277491654185742,3.563203075588575,1.9511585769287443,0.29969940573520226,2.8802831494470613,0.6829546830938149,6.924059615469631,3.2549985376672534,0.0297426177887683,1.1056210656914758,3.457467869551671,6.301410204504575,1.4197001138580445,0.2405306147539097,3.2778922178768797,0.048888073928395004,1.6696333214446444,1.9255196376895896,3.73897855332957,0.36503002016770836,0.40327509533609973,5.224485986702545,6.758208683871165,1.5194501699576062,1.4663795210964423,1.3894584829486094,0.008899722973712443,0.020855177263916502,1.6794958845579462,4.662219067996029,7.639855300692176,2.015605192194101,0.28209622169982485,6.951714055176808,1.2214829662585398,2.6470263176588964,2.182573380520296,5.924882134659507,6.979047542587974,1.4642394071115037,3.240984007613518,2.474143265892856,7.818486672113863,3.8163795384805805,8.891734944847013,0.20241035224843018,5.376122561046156,0.5776823172482004,0.9280552443933225,1.2642567388604409,1.0393528701668604,7.357901110888973,1.4154416474537097,0.873720134446961,0.10335634646547298,5.31821276686652,3.90303113414182,0.12321527569751245,0.12264404278012986,2.5308390059806323,3.1288108460259476,3.7079102300661617,0.5073216960360356,0.301213592364701,7.059319053369851,0.01959785876405551,0.4687478541518004,0.37286470099751945,5.490601099549156,2.942740196994173,0.019741713082527923,7.308183045315564,2.6482579403381585,2.976147050638147,1.6151461111204766,0.4380649029498205,5.841722571532134,2.7731204881057927,7.248230048809193,1.447744046396192,3.699114496126498,1.856697644449421,0.38967659012125067,0.8703249235448851,2.255247478152005,0.42446665990778865,1.2418562648102487,4.193290053302152,0.3445490143478369,0.06533471909681232,0.6443593392308271,8.904437171800847,8.769777741599093,1.1770675504023766,0.42078333901363685,1.137137162542884,2.9459566649866105,7.258913893253395,1.3285063746469348,0.6326985740438928,8.865544091978606,2.8775751460541805,0.7676336910337369,3.145225702050989,5.2450901818215705,0.12506614520994042,0.1867926590052713,0.6004275760599975,7.579381362177827,6.5279934763476675,7.90141655008275,2.7909002033404544,3.3724135151590886,2.3343848881859213,0.4731619753428329,2.2418245861667163,2.9357445801076913,4.830031951201413,1.1459325686297896,1.9789787834120105,0.5666574441281949,3.8705469289484924,0.2620506249934653,8.693760649765744,1.6943034939263413,0.8411338241660635,1.2671000569389435,5.6197093482724085,0.4109987487754001,0.710822199710563,0.36368462527358325,2.514118350580036,2.0971097291317164,1.6032577321614419,2.1860436103560383,5.687837603279734,8.080925393663279,5.677532842716463,0.7039886586318169,4.126276761961368,6.03804039566657,0.3851502864545513,0.45543972169178026,6.964493840399598,1.016858354755929,0.7649958134279666,4.932249728975272,1.9030948876004459,0.09483152793425598,0.11485235812402617,1.4325668029905039,3.6660971853931805,4.550453089006837,4.945170894812861,5.310348840697298,0.7386014847546907,0.9527252186048782,4.462135879370017,1.3896693018397066,1.2618479265008489,4.733017792808787,5.396291296084382,4.148504698337647,3.6814834452862044,1.2546372173007414,1.3327416267442072,1.9264137312370453,6.908773453012728,0.402012015819075,6.87156791569584,3.552725781622544,1.3053792181608568,8.276116794659714,0.24772247111151824,1.3907418768855173,3.709785459741516,0.16071242399135777,0.6491148641417506,3.958838049813018,3.900905227063504,7.051188192813249,5.6871289996021215,2.2856136895327905,0.09264738883107704,1.2817570090478592,2.043079986217032,2.03861776456295,2.21837300169593,1.1726468416464293,1.548854466894384,2.8568217335986192,0.3976789548355426,0.08833029141683557,7.586364185684957,1.8650007404531532,8.936992105802316,6.556565071315124,1.9995087812843693,5.818269035998156,1.818174615062901,0.9466966438913857,1.4253497509048145,3.521268260850441,3.1142785273222406,1.6243580347446418,0.6670833409541927,2.8917850284834445,0.9257633586821985,0.9263324794867094,3.143620789609966,0.25998065601939824,9.326179343415532,3.7679981712424713,7.935570556586583,1.3728865792034464,0.49096660695769057,1.388467284161747,7.388679302797176,7.870002705488028,2.4190517768221245,5.275599203495301,4.298929821407533,0.7462980354004145,4.622921924588198,5.781931626247364,4.945529508814168,5.584625507957113,1.0615937585956479,0.4428989528026761,6.820382477833817,6.194654809109558,2.961805783463662,0.3500102911481058,0.9701756468524714,6.69355040805841,4.226210514322558,3.025635500246569,8.183224115933019,0.10361435105653216,2.562519512219456,4.914197963156187,2.523268118545695,0.05142214951106516,1.6233251157749553,6.821468013382667,0.9572204378841205,0.043523518616055856,0.7186279873299766,1.6332841027237954,2.307405540641554,4.302689097868239,8.874194166492751,0.23312555611542862,2.650008345661835,2.4715929844688276,1.8009591740418003,0.3270066788267112,3.264638974319478,0.9802414127727284,3.5621831818263114,0.4992889334267341,2.5619472501170604,7.534444463655776,1.2437983834757418,1.9395470692403904,1.35610866458968,0.24615613137625214,3.0822796527636456,0.7345219193262145,0.16310328978569233,0.9804262500717478,3.3968059994759017,0.04550062189760773,1.8138306874006958,2.537749549076418,4.8091290460918135,0.8559368450414659,5.174055851323564,1.4359436427311056,2.6053611314900555,5.06262208032021,5.592411807577481,0.5565920349293596,2.3066948703194896,5.904522206451526,3.562008498753084,3.891416658894979,5.58278159614278,1.0443570990013358,3.91684435340602,2.7272742580603175,0.8772676849407155,0.016586361526291782,2.187483687360217,3.84246869295783,0.11890501151741617,0.9581773973106662,1.5868686294775793,0.11115404202624113,0.11355183774548161,4.224946419069752,1.3699313011066563,0.08760487781515724,2.238616811741184,4.280788464234032,5.517555555105947,5.790651060205595,0.7476773130400531,0.27759203996303183,1.4328201545786499,1.540114254280903,4.02173132332382,0.098760726660867,2.5439853333285294,0.022325658745245835,0.46784893028655605,5.144044516078566,3.683583190517936,0.17898738510393208,1.9593146409379152,0.9338461345976672,0.3845125743951998,1.8793068091706076,0.4888571037504761,0.10232975504978925,1.1507694121595868,1.4756087562647,0.025899574409293136,2.1466680519851185,0.5471217371584487,4.213431381957346,2.9443278878164696,1.6082881400730997,2.672671686761273,0.0273850985581916,2.8035976128130393,0.06333691349609616,7.035765610871915,0.9810542662850446,2.9394217637699054,1.7314912596208245,4.108448499185954,4.100671172101324,4.989500638419605,6.123042310609349,8.113240485239153,2.9040432453597482,0.1576753428155564,1.0272344799711113,4.264098119135511,0.21456081003040417,0.5596754458586848,0.5562386353247923,6.793646487111374,0.3206616148057133,1.380319004231552,0.9250166209789228,0.915230458716664,0.418823582627871,2.1134824819145805,0.37136864800834957,2.843476158179902,1.0932006758795936,2.1541387676470274,1.2306752555169336,0.49628826799380477,0.527696974039781,0.5533441953035239,6.250819837837625,7.240571123589865,0.19202849319055892,0.4158906212011386,4.317179160663683,6.536871873797395,1.0739957194051275,0.46582971618562174,1.5172059734340024,3.0349144497073706,2.550173281773559,2.1195716438608603,6.828038853777493,0.5958668059632248,1.041075112311438,0.334556266028996,4.825692447225926,3.7984497985057004,4.460729028484197,5.778346561020335,1.8967464667268858,0.06508619090290324,4.215289653816871,0.6406534215195898,2.3093897441162277,0.7249326409230106,1.6422097162939693,3.845235110779689,3.835523535802065,4.260083979057779,0.16782109970263237,2.1995588463850666,2.8424317932776226,4.802889872314362,3.0429314511622003,0.9033228048263444,6.951909909967053,0.25243080439048526,6.387279864931447,3.3821115183228443,2.7734155721557663,8.064531072244847,1.6808475874050268,4.323659033756263,1.6002510186841992,3.384047400190955,1.4161371451113958,0.8057373663643332,0.8200312935732263,0.8069317388373394,0.1609950733279799,0.24243537616057687,0.007298165838925508,0.9135439595067556,2.177112302046548,8.23771345665893,1.115438394989737,2.295215500142101,5.456480976851513,0.2159966283280763,8.655198135865373,1.3323359702196136,1.5551358174761383,8.829852136303504,3.7287830594936935,0.44400461569790295,0.10312638014450037,6.246368838371929,0.23093012180047023,4.271827949700885,1.120243151558757,6.159883908035013,0.4305699921113568,2.875973677277206,0.5955812844344881,0.6657631289963106,2.623735147741879,3.0833610095265804,0.10043908535004809,7.820380482250933,0.5603123741938054,1.5293969534140528,1.608486001159707,0.8941324404168478,3.9757949962706425,1.8125191371348883,0.8030824560295748,3.091252525175652,0.11456088105792617,2.9848684660304485,7.39155469460546,1.8154681441597766,2.1568618625240923,0.5260785106342072,0.6494694517404422,3.32696941755783,1.1656370394082671,0.005411848888320359,1.9352374454429189,2.784915342918385,0.4348468335351092,0.03695419883914575,6.183749107092247,6.6413759021870336,2.220464619739358,0.5559356030023723,3.1302338038716684,3.966998184218969,2.147514121331797,8.130139466142367,0.5801503703624318,8.275773120964269,4.92813483210856,0.9245201123463751,7.415364533688265,0.83660959358604,0.8577245687517872,1.993879945476145,0.5554113160403809,6.513327421843659,3.8296631385808206,2.222101321036515,1.2757089276693705,2.8879855968700383,0.5452701887164535,7.5568398471022995,2.045726302994824,0.4779104734803805,0.0630373350530915,0.6093663318259006,4.024051156349335,3.789334015005209,0.39364764534184804,2.0788621141803882,1.9312130748887277,3.3182507531400223,0.35592660464654813,2.110285541082632,0.04492583355802893,0.07533738565463222,5.286740150809044,1.7001283947729142,0.6067383076884252,3.1089420150662725,1.895640285285694,5.791950325951465,3.8850640769004814,0.13682980278165768,0.9795071791443206,2.1344111644193804,2.2823457056650285,4.441580046397521,5.161651472881338,0.6285994060114868,0.03388369377229261,0.8943684672531234,0.06962907971082322,0.10196891346217618,4.139317568128046,0.4058966864266367,0.0540463951788972,0.9936319938339375,2.27061001056785,3.3002221853231024,0.18382711070089286,0.2306923860985659,2.914631301871637,2.1383901663095664,2.9662952861069627,0.5553796952460521,1.4666723829411796,3.8189437410303784,3.1192822901376065,1.9127328344810923,2.0217576689728016,2.7810201143926285,0.46110704955639936,1.1360094566005001,3.0594566075544662,1.9608780873924543,1.9987106892353417,8.485231780711601,3.5542540529960363,2.626653960762777,1.1040937725134339,5.565697003014833,3.1683313984789265,4.275608053752332,0.7361194857488016,0.25027035895919125,5.233347908658288,0.036113804961229956,3.6352106094383814,0.04305538569134093,5.544541763354559,3.3354971484520117,7.931868823554927,0.03640595774826849,7.149297155405506,2.50810232890289,6.657730678789584,1.9277523103158245,4.5317127477565595,0.6405819824438215,3.2986851142443454,2.707013077781408,0.2628734869052316,5.189460908590423,0.13742996461714996,0.9648037003105145,0.06035565875764348,9.678675672969568,4.823556288612689,1.0158328258802563,2.5126154739090607,1.2689574240922488,4.441561779113205,0.5737255032685751,6.569003459319712,4.890457495593054,0.485319989339299,1.3378247262302425,0.9561585542585016,7.065870730817693,7.856621426437879,1.7768346466748621,0.030014937194491553,0.05929648039528246,0.0368021009971764,0.8652844393228651,0.5654064304295661,0.1375603046191216,0.6162742386827249,0.25802283869070664,1.5820953152696227,1.0132305887543183,3.1146605256593243,0.06118447625214696,0.56712676033452,2.5912895374379836,0.877148034037754,2.891887552883335,0.0054695474103509945,0.7096256987978453,0.5415431042508745,5.548502911185945,2.506910480230248,1.110067540065053,6.18546559662143,0.359670513554474,0.34427333399366944,0.733218085244312,0.00463425704637066,5.343702295964542,4.2584919841450475,0.10589091217523183,0.06501619886180876,0.29967641691805813,2.5011295491398755,0.8848065398853429,3.9885973870738107,2.11086709149402,0.9577596118720537,3.821926572007836,4.984321333509849,0.6908708845986622,2.268665026054597,2.135099781179033,1.484077140209294,3.605767498622285,0.18733655863423038,0.2859723237466807,3.5544164414805905,0.5949036735561481,4.419577723165771,0.129945265415345,2.899292241069746,1.6954325335735732,2.0459346267400473,4.22647460384805,1.1640409661908686,0.8606721168780123,2.4716869801768584,0.36910167619837964,6.618240681092118,0.3270397853012428,0.9483376154961718,5.188508991220587,2.771604611646813,8.78878729543564,1.463482570912518,0.7859373649752897,0.48771109463891715,2.270460154016149,6.960479522426326,5.102431245644015,1.7245427360183916,4.357289105725979,2.715196468959956,6.4565376335952465,0.43539215579498247,2.458673946894441,3.7914558875907716,1.1728122798707217,4.988426852414975,4.141005648319322,1.0720550925732941,5.431255242033856,1.018254683950576,1.1949009495551444,4.555278728904662,9.337345056946553,6.942053365172898,1.643173462232003,0.4645560680126266,3.7315679291025674,1.0728002012199305,0.12755456645357466,7.775361489395372,0.07892422135380439,2.1602534876872994,4.241918132291715,0.42439019621120355,1.6086145416934583,2.58661482036144,0.6762921561899158,1.755057213333382,1.0924291029314528,0.4405150767942212,0.6106283689314012,3.843645320745061,7.608401518011328,1.031756011219775,2.238904943694725,0.862867781936159,0.18285312283863098,6.382718464156452,0.005252779435379384,5.954575339623276,0.5701648654168636,1.4334058120115891,1.7505501271505786,0.412241849691128,1.9439586838053868,2.2310555162117893,0.08549712909583462,2.5391602314332147,2.501736845302519,0.9222507727128288,1.0840256447447323,0.7936719566527897,0.7431251014446207,5.543854051884084,0.035340836307940604,5.505970211880626,0.4202068381947708,0.038774598884257605,0.3404203934847301,4.940100487174988,0.4354860838674579,3.9234684926659797,0.44043395830070153,2.0948589827092263,0.6648873785257461,3.303010645541348,5.607322210075211,1.1498516211845091,1.1948631001494419,1.3792651310401007,0.4776977417918715,0.5168401036094066,4.72166966084064,0.353399759069994,3.723823725058095,0.6796258299060405,1.322485717116515,8.68932388482159,1.7972207079103102,2.218158016149249,1.2852327523119693,1.227012153314678,4.230089527376538,4.992731780102373,0.9205887470627765,1.672531656641513,1.0028216334123732,6.075187349415813,3.0343418342951765,5.718317283932151,1.552676498409033,1.3355634202655269,3.9066055077948683,3.220606137566694,4.107804690488507,1.1530498463578538,2.978146141310596,3.381486264257294,1.60931882975472,2.436453461803622,2.442404284804198,3.9768263049948587,2.312625564041144,0.306005505441604,2.1642292902688105,1.0189078023601112,0.5319815929374698,3.4631886459855394,0.2666378184571647,2.0709932219053258,0.3862283194019991,2.7979341767237926,1.6608415752330616,5.953381874476294,1.8127166533470875,4.186987435498436,0.47173712256119904,7.481818710990353,4.960208529878104,3.399119928173728,0.1260854889662788,1.1075873101290021,4.220653120352122,6.206404518518966,2.6061067522392687,1.7375211187185293,0.27247907517946324,0.938629141864844,2.899088627596761,0.1399473312500472,1.524065007217542,5.57711572663551,2.6117593915771753,0.2681491094716373,5.161045552851979,0.7997465430033839,5.964189994295357,3.5014734331117037,1.719449436370267,1.557680127305325,9.518655476342456,1.2984063579055194,1.2263446383547745,0.04985600457357542,1.9133649370856638,0.7537677446628368,0.026450721399294608,1.3261638738466424,2.2596076911585907,5.008089150222062,4.851373871225975,0.007495240383963431,0.2812420890935403,8.134984206871659,1.6482740090890182,0.5492699542098856,1.2988717572686346,2.391626383951909,1.3322160429147996,1.925667107831611,3.4017704482860545,2.1252065794550585,0.9455954743450405,0.9775706444180445,0.02850785599180128,2.398447042959736,0.3930915367960779,4.494463948792576,5.302149279963636,5.124218022354736,0.5055871275890125,0.8292271301552163,1.21842380821853,2.308675904915411,2.6118055849776116,6.244741295019082,9.076289675460053,1.9434605626714272,0.1817444509512054,6.180863688287413,1.5884963079498675,2.729835699467717,0.07980676111067053,1.8956661483818316,3.952084040207664,0.09263605191073188,6.5724241161606045,2.953971298631089,0.6961447463698924,2.354885142612966,6.899287728671036,3.544723036241567,0.18537430157890045,0.6636700546864631,2.6359575262594825,1.0268543805725727,2.3691779545017635,4.289636185174704,0.8366762676237318,8.752101628565976,3.852142106815009,6.973361937123697,4.1710402921074365,0.14166437638683194,1.7091915072580157,2.202381809568603,5.012005599816227,4.891019565429843,1.8135025558308513,5.095173013494511,1.0103745004741875,0.6368856396695788,1.6728905343474905,0.20594070032237832,2.0532930366019984,3.050253748124451,0.7293247915622345,2.283471182321449,3.8453774057770858,8.48146106643356,1.908493627719773,3.4480054237218702,3.9373925179891174,9.115221778964393,4.7088312865557,5.215195347463853,3.5270825748347363,1.036049605260141,3.381317168882931,1.7834731360433231,0.4273849769747784,0.12060028021306635,1.700838987051367,5.331947882337936,0.08848180108249837,1.771004110275662,1.003829793694024,0.5385481724426919,3.2698399023879796,1.404414376035099,3.3664083893538885,3.55852264991546,3.538027118145763,0.37664030341140187,0.09093769649564365,0.04129507976012903,0.11094374209018154,1.540175406680035,6.3185352960883066,0.09761115739422044,2.5318952402009574,2.5621527796015755,1.8262133189338154,4.046565547425207,6.6405079186346745,8.042221216941078,0.37422711753566107,0.21509529160821295,0.3066005181816087,6.350207977996821,2.4575362407840755,0.42418804748910244,2.403838478081215,1.017981964504127,0.20587760153718193,3.478317624958823,0.3546662938941374,6.901409982441971,0.9536564746433847,1.1853313311629872,5.7227215733236605,1.8401548800070282,2.650226919274635,6.669868689122248,0.8281053788494246,3.4028170342076773,2.582852222252397,1.6607922596452802,3.8435073010493532,4.128781599892836,0.1096366507139841,2.084156968838471,1.441856830229085,5.325438952923591,4.80791945978774,2.6943425247334574,3.1300963963045234,0.9855209246781165,1.1695542128527858,2.1444392187602475,7.216189509360952,0.879306943649885,1.1721387446157276,3.0567929361220543,1.6190014154789925,1.3575848048003891,0.15745529754391718,0.24691657103863296,4.524983576496446,2.5182819459444055,2.65880340899923,5.811111822862729,1.4494694840179672,3.724598700987034,0.022305317461619012,1.539594000655974,0.5674000715933545,6.718000205286302,0.520535284499676,2.253058065246478,0.9241698060564545,0.8969486607631807,1.471584323378238,6.587095453306807,2.970630815934612,0.17016527172611262,0.39752789053314586,5.690503087209333,2.033467420164266,5.734630652099153,8.45895670616138,0.7778475356075223,2.221148737880032,0.638492073643365,1.0038486949410563,1.6172221100644828,0.37896006736942445,0.6459071297982741,6.758352239013141,3.3059553191830915,3.5034284660030943,0.3537217987200858,2.691799931419509,1.9245671707601346,1.435737956644032,0.39215897673295075,1.6837240698541214,3.278232477763842,0.361541086592003,0.2603435753700172,0.49350756782015903,2.341336604714055,0.809286632494608,0.7532928797372147,5.365917933797279,4.297105991004903,5.8442853096745075,3.8762947336635225,0.4873845304311746,1.6650569822264583,6.073741652162778,1.7307989826927237,0.3153199499512569,0.23675561620558327,2.1578541928794586,0.14230101132656703,2.3156619491330703,0.3838173408086143,2.6391224875389403,4.119522105847603,2.052250714396216,4.64462586144726,2.511031090660964,0.21029853084523875,6.209830061133811,2.9252722986339803,2.8097316870758524,0.006737007122632033,4.424026626054925,1.6587186658921453,0.076072849313356,3.856899339001316,2.702499375275675,1.2257249104639936,1.6775701887573393,6.656365588951692,0.40888149813214403,0.7432605520859876,3.9984130865898138,2.5386259058004725,2.6057905612700054,1.5522638540212093,2.3076950074234333,2.807492288394812,3.4814755965155557,0.7228452419590683,2.9392851519394867,3.0089086858122105,1.1099881182279017,2.090846732907636,1.0151448763000257,4.891064765594379,1.4885188592632472,0.09389826138475499,1.719808299206064,2.6557791943984697,0.3043053410259655,0.06802726554579275,5.308990878966995,5.4004255189909625,2.6264787651246397,2.478131372094083,6.309328033180864,2.9084057699681605,6.8779899036078636,1.272834911952284,5.156372724244916,0.3165363599655695,5.466030685852724,1.3451356701392,1.0657993854979733,1.590490881177839,0.10540547884056539,2.653336355783793,2.1195269768412093,3.087397945926142,4.7613919995042835,0.2861280691983481,2.437083870073776,5.752255956174917,2.2722059717446115,0.01509351245254198,2.7682952573825386,4.061033516238233,5.00256277344076,0.5095073417607967,2.1820850862888985,0.7887457991048592,4.73514457061755,1.5763715524347681,4.019415701254768,2.538250540141894,6.168828969036845,1.551867848729838,2.7553021196154788,0.938314027323468,0.3858612930541869,1.2070253251190959,0.2833032645530418,0.2342937089622774,0.5809113003173874,6.329205961047094,1.350957458265647,0.0012618891488198614,1.9068488502098617,1.329179366191683,2.3743592587102604,0.706407583692302,1.6612653593396285,0.24412810684574016,0.13731237086665216,0.23895179090271146,2.59113196564702,1.7128768656692515,0.24252370875781182,1.5665877855592676,2.4009842780468644,0.5297201233601552,1.0519714215100002,8.079932632790246,4.101240903531821,6.979210595617031,3.0983832926677004,0.14306545118239367,6.222784926093153,0.18727224848985458,5.001413385204117,0.2597941591872672,2.5054120562647206,2.3971557850721865,1.779965516906417,1.5948730778985016,3.7183168224756162,0.5766225913971059,0.9862805585860079,2.5157594835294925,5.115297281730223,0.3580537779974571,6.489394335830077,7.635668184569859,3.0924216197017373,0.14765163702369222,7.113507364428415,1.4336563986712774,1.282250427004282,4.725826906562382,4.7087087869083595,0.1330773120583828,0.8146035625782968,3.5361179229010276,2.1864309472849097,2.688562204256499,5.228214230256022,6.389876506006697,5.2335140791233385,0.514057589934243,2.454232074316466,4.864579267326926,4.244778587165161,0.021269448696955795,1.7707856253627003,0.20966301749793304,5.530247506721473,1.8233443726081333,2.12577059904514,0.3154714279021853,8.823804504017275,0.7565467372919696,1.9732313202927676,3.530547566944392,5.027614389515565,2.4878271524816515,1.0389112202420572,1.178146743272873,6.622156206484767,7.381297165559731,3.2420580621228794,0.10005714297995283,2.404397565078437,0.39256440947265103,5.843841548228847,0.19930106669503012,0.3940752132970218,0.9114933152024491,1.2405090538699994,0.34518594024707916,4.723266140951827,6.238045224791637,4.152016758698013,0.016229587899575293,1.0912951515774978,0.48342237569972024,4.325326429405418,5.867434538863424,4.776036082201585,1.6753928808534333,2.3440238488187037,7.166486966935018,3.3343150310131,3.9128784337781752,3.778967206519428,6.832328105179463,0.35457865602080574,5.268020782654403,1.0404470515171376,3.5074251872827187,3.3103963211903995,3.348222773151436,0.05344461170165449,4.253043140381823,4.917402907860621,1.637388326678563,2.712977598891872,0.2250773383581839,2.0940038739177638,1.8725969043220303,4.00574469034758,7.933786245337416,1.2197504940775374,2.7524423946587007,0.12389700036670348,2.738511917878979,4.267394160443969,0.5647958617847646,2.884030154593569,0.16710521946683876,1.347571003648599,0.10360460730007204,4.411602590000767,1.6373666052783864,3.6404898618021253,2.322240989553549,1.5253959296189024,1.5944530874396072,8.519184129540946,1.31197669203334,1.7503105698500345,0.22205295265378666,1.0481361453870846,0.4196156074864992,1.4459822028631777,2.121083413889835,1.9202369566301583,2.212606058349042,0.011550634745641553,0.6235990698521441,0.46315078551700894,1.2153154788065184,7.896208222062523,4.196935194624,6.87922302473633,3.9131802692276088,2.6463877118819417,2.481364453930775,5.6183898482528996,2.5573756035625816,3.330649129732876,1.9167864437623208,1.5108817931553364,0.5576660608680517,1.4622493975117905,1.5688843091237692,0.5479046968406003,2.5498114482932746,5.398148207649285,2.546193781792309,1.1712066657386222,0.7151480601360793,2.4895587950060847,1.1775173572244704,5.261966785337245,4.704891141968071,5.725893321122786,0.14883609532346043,8.08307460349182,1.0117435304510973,1.2373015471999445,1.0253745319658374,1.0871803904838133,7.123639251880473,0.18623517977501058,0.08290730911372979,1.1443944707467741,1.4442155053934584,0.8293486599998743,4.925932322814091,2.033286872646741,5.092361694621578,0.0006807537565869382,0.14582903361852573,0.1413933466193118,2.4990188368988893,6.832894690831056,2.6535602127510227,5.580646108476543,2.542832159673954,2.073749812379761,1.996785238368446,0.9703357867263918,1.6713066587065395,0.3565515521689777,3.561379763800282,0.0012852442064903435,1.1764408459865585,0.5054309297443984,1.4924773579326533,1.4210207381565123,1.2062610654226558,0.09706631943061006,1.8628077883232947,2.3990861776475425,1.405434220951637,0.13154648694472115,0.6968195867861491,0.900049586803604,6.884666619838258,6.338282117367896,1.340954659148668,1.025719106342148,1.7925459587742107,0.12947702873388778,0.744814121162495,0.78393754127924,0.7040637488174355,1.4775361378319882,8.333168265040783,1.3483646939446032,3.0377712254769023,1.0450315646600952,1.0651726631264244,0.13510229508266858,2.439675177104707,0.4820644480295353,0.21630897865482446,4.267422757018677,2.9160713507690588,0.2733679174726227,1.42636225481015,5.272364656034011,0.08460637890817324,5.871868614363121,5.199372068509195,1.5826835639606758,0.4997013190629387,1.356403566261264,2.1841040922050645,1.4765351546978671,5.923019775406896,3.799370777244393,2.192858375343606,0.4053719902851327,6.077721241238379,1.731983982249515,1.3818483464641016,2.066292626889787,0.8419040531643986,2.7862271761923054,0.5518904488266969,0.9359812492500934,0.5631309133009772,3.942412912806816,1.8477414507890249,3.7718828141146457,5.42291450716279,6.244068889292869,0.7984020953501143,0.2753524499823303,3.565682199999838,0.7810704544195888,4.178517194013967,1.4225147770563495,0.842650818005179,0.47227627355016066,2.9653973321386538,2.992321798060658,1.2050570326180114,1.2114694910765706,4.144076888070849,2.4003288723615217,4.112211880399425,1.1840710754016475,1.5420877426544273,5.728007150599119,2.9217141074186985,1.0744428610255667,0.10591405769872253,4.854866406531837,2.027134805558248,0.5604473244258452,1.4462412073843671,2.2809669020665186,0.10261269039232435,1.123357069358832,3.0586383292292534,0.9439707819274172,0.8033311680980884,1.5409541721624502,5.829340807586135,5.272700947504363,2.7739706059859204,6.732630815005905,3.645540225770178,0.289790908598623,0.8919316016845684,2.3050153882368507,2.618585704333432,1.3272327114700566,3.183540695895527,3.596359638157354,2.523430549243983,2.502437885120602,2.443103363482594,2.325673568335432,0.5664939945157812,2.8842850890565823,5.122774032175705,0.2173389030718873,6.819124964782215,1.380213638617188,0.5407111128192579,3.4284519615353357,0.7024140705483699,1.4188785593040052,0.7297828233229211,2.152905876186665,0.7228794497657098,0.043657557590127904,0.26457458634813236,4.403958383615066,1.9685267643480273,7.548768805158701,8.249537046737867,4.442790460826252,2.3479212135954928,2.61396265855282,0.21668760051930458,1.2205730270505897,6.125203509489101,0.870330705779156,5.15658409309829,1.4541595964564449,0.06530546676252236,4.474395386002747,3.2167067999802157,0.6117709620446208,5.921691871769667,1.3319747350322002,0.3770128972900766,0.679917263362718,0.13300102534022096,0.8172852461438289,0.7408970543840976,1.5285193660009089,2.1995724242711674,3.9777258485008247,1.952167860504117,3.2644113510283628,5.601892382967915,2.8869572597027187,0.5606558427666171,4.645289504451477,0.23903611207278175,0.4175600288385546,1.9551652514839812,1.4837370971288948,0.4267429409994836,0.9855923633797055,2.6844102252442505,0.9100649225638495,0.43261136889453056,3.22091048208641,0.7615020380065705,2.4406431032792355,1.7726613603594257,2.445854412531645,1.6129666540873249,2.673080585785767,0.2740921681834376,0.053365964064759686,2.360995627987265,4.346285241199986,4.441124247206958,1.0189692252511868,2.651700978634386,5.599784160451435,2.8020492799307517,3.2163515416244284,1.7985316323859522,0.7343158299092014,0.5417608126820763,4.260936252262125,4.039401708520728,3.5759431917434163,6.4614734574650985,1.1257136447468046,2.718702472829799,4.515613940453083,1.613414662404125,1.0388792197302124,4.441044438840581,0.2156098780149236,1.584835857288052,2.9649944012388065,4.622793007260414,1.3879173769205364,0.48308565072144916,4.159509014366476,8.00342334308678,0.9827371809038326,0.647596095368145,1.8982878175965037,3.463655421841019,0.18543651984374798,0.3014305800037125,0.5860858870154289,2.4609575820751672,2.7175216363718313,0.9303199075006212,2.98640449333753,5.000868809500268,1.9716167161731608,4.909523790871447,2.6087400661208218,4.657551974134643,4.79503510861786,1.4983777303795733,1.5626125466347793,1.968740613319806,0.8006381819630297,1.542893121926825,9.421071516158763,5.526387518029203,3.459816967286102,3.3767664013290997,2.1140785488211264,5.282121346134904,4.424920698451054,0.306672904855148,4.8090561345252425,0.06086091333998489,0.5381675134014152,0.26763611460172854,6.538831455436682,4.1822207489794385,0.22111509643612948,0.43623913388370084,3.7341149876971613,5.538411741887391,0.17239616688408876,0.08795828940611194,1.3200999347584315,0.5470713560218465,0.9655094008277971,5.246501906790607,2.425891429637346,3.7402597660366235,6.485579600953158,2.220154406196862,0.037160988423440955,2.8209917327538268,0.390115907671448,4.304601431545632,5.498298000036332,0.5519347957789043,4.031320004210242,3.0485376322930975,2.7883035235114786,4.761988514468321,3.554305403466344,1.9458657477970824,4.848999000703529,1.600046496824766,3.016407103859085,0.1932565462279534,2.8945596602144263,3.0198901585913696,3.985966603709268,0.3479844336559432,1.1228863435788394,4.57708567270293,5.904693557314548,1.5349075521853148,2.3348253288451755,0.8334077322835833,0.49315838273116697,2.990904238927264,6.917832551676414,1.9867468339131014,3.1786940181597156,2.882788249427719,0.10841436726486076,2.6199525000972876,3.963057661903128,6.176558896649183,0.06473040330645441,0.9473028538776087,1.7579766742381366,1.6838483684820842,0.24268963007930422,3.8145229887016887,0.5020791667486373,1.4006657696997808,0.7176715058235859,6.490894154737926,0.4192658934022888,0.5591695261096614,0.019174679977834952,4.958403610254762,4.858212790745366,2.0992831581138542,6.075898131343628,0.7092516435683365,6.654414726791998,2.5730121758672695,0.37323167397260626,0.899624589893538,2.139341286597359,0.5159123158651395,0.24603015935047523,1.1928099345296825,0.039515796051248664,6.857715701013223,4.08622894602869,1.797079732142059,6.444628723578456,2.740827891131759,1.731691197091631,1.9431662921667368,1.2607972835456778,0.050373297033007525,1.2407026387027145,2.7631668200388493,0.16610603139271696,1.6240864194721283,2.196161550536395,5.369383654674073,3.2249242768208717,0.4455724710865976,1.8912318229515463,2.7694221452488215,2.383611872712436,0.4655540908020268,2.290164539245069,0.9814391535493128,1.2359425687058643,6.123803337586379,3.604410640770446,0.14235468277355734,0.9727585947461757,0.2265396149026031,6.388069401247002,3.007055567170836,2.6941470333446276,0.3489317725188974,0.7419355136042824,1.7802330678771199,4.1963188704397165,0.6338449100598087,7.777343773945006,0.22056695134772397,5.675019645788057,4.377113852276464,0.6062780044405933,0.8763603307586383,2.782034270197986,0.9462838635217083,5.118087518924924,6.787531455478966,0.8109269948463194,0.4305944968577893,0.1904105787729904,0.7298147828988073,1.0126206710581784,2.299134439171006,2.314081054941532,5.652314257920175,0.3152719212150785,0.6663783210072332,0.9013197162077591,0.314555374055848,3.6321918831204663,1.943560122232432,0.10194780356704847,0.007020057311952765,1.7300849373698384,0.03386770822425733,0.07188402682078365,0.6410165837383968,3.0290588437569053,0.9238915813651118,3.6624581535158303,0.8040350042657867,1.7258387620214997,0.7933560889788416,1.9035740572267112,0.44575613944738723,0.026148527557187773,0.41760292307480995,1.397730854033993,0.7924744755033988,3.902181399205693,8.476749319242865,6.073925472245321,2.3289978677032392,2.496964081292191,2.6887268458224582,0.11467604587091529,1.4804211677936912,2.7365804443076733,4.684262413928902,5.777244153940675,0.007714852268138284,0.8099462574453637,5.616028466284952,0.271928665685349,3.1190249886544983,0.33662424506921007,1.4766117700287458,0.8109430710371508,4.368277587767441,0.21490930425542132,0.3258982479432522,7.170030646358953,0.4958484445272653,6.9009713619212505,0.22001121671858126,3.9862830898169985,4.374951865448475,2.5688855823530625,1.2041655637580178,6.429078549505878,0.7906128118866036,1.51575922313698,4.899952625182149,0.0752532594887878,0.8234112247710783,0.5579100436473676,3.480193361478017,2.148450456684803,3.2714023789644067,0.1507917259921019,2.5129303984787406,0.031736169806504844,4.505804572192571,4.695472252184185,0.35452874525123024,0.3965088835721531,0.6707378041012642,0.19032401934285836,0.01732088242746954,0.39644256264529876,0.7652590051607562,9.159888256277593,0.6218652643641542,0.012840323441174917,1.631588245699074,1.1207463261766808,0.5357217074612111,0.02773870424550684,1.2123752784215316,0.5652861348500018,2.044100703199099,6.186463373936867,2.6676909796020407,0.7983249698353383,0.20642325827346175,3.0843884108675166,1.96282173635122,0.3596470472019675,4.187526066121656,1.1854125464098995,0.5026192401804153,1.930302969671457,1.6536158705075081,3.985054642643057,0.30085295254623245,2.7714384472553117,1.5740045758890604,1.9133700657096915,0.2765265613546046,0.1639739219955656,1.850668876187115,0.5783052280790608,2.6069643949166057,0.9330967929987519,0.02665312650648133,0.8522317282577037,1.6051639349300868,3.0342553117300586,1.0091804859832316,0.5764462095508804,1.4810412486245106,6.3095316152114,1.2273076527846065,0.5838355462037894,2.751033181787725,0.6144704571046624,0.10349706065630215,3.2106091052627477,5.862716963308941,4.109962780757462,8.043352341696542,3.7039909658464154,3.4481399959359393,4.790410609692765,3.2006775602294386,3.42246702604443,1.3396883351434514,0.5549420248617327,1.4029856302166541,3.789107915844184,1.6160900020429656,3.961496090549412,2.4936821393041626,8.450379464476555,5.152836958041581,0.15899782314572253,1.1105267234920442,2.9677459560523154,1.789177884480985,3.4105039736387397,1.8277330955490232,1.966974988829321,3.173772552415187,0.8464091712393582,0.6323892774701889,2.8957276197425443,1.6096804316039979,1.1663933247920413,5.006286777704915,0.4383509760376114,6.380277927063866,0.1530874067080168,3.679538014069454,6.191568450987532,1.7165340690629272,0.20404382536134502,4.381315896045919,5.250277541325346,0.23390666301550578,5.118826506280421,7.5949024052375425,2.0983806617036755,0.6938883785954015,3.319760774369704,0.6854118313852915,1.6114587323869123,1.3074815437845757,3.648111649579697,1.1367811227033604,2.270119646048876,1.1833108982716956,0.8102460611321902,1.8413807196698144,0.1417634866859765,1.4563532598341338,0.7347704140338469,1.4888278626173748,1.3530626715241745,1.0685180964290133,0.19122828903134548,4.117947248362993,4.541440365160156,5.546826355283159,0.02371043412090401,2.195211312357441,0.6053350721196047,1.9062576018501511,5.121128498935412,7.256367033067843,4.8240399710121675,3.5659679344812503,0.07593718926656123,0.8691765871784023,0.17195291842685023,1.7720717635689787,4.453845949586986,1.1690507124419858,0.9621570563414821,2.1850380696174376,7.109966946187534,0.4748397752928355,0.7199221676159144,2.0456965652613874,6.956909746276381,0.7954864920690952,4.690877874029652,5.357277061560638,1.4114935032661364,0.36081380585670786,7.269116727012449,0.515599409033263,4.914371274356119,3.277693290908722,1.2911225386144531,2.7599390026412856,0.5070230782911835,0.3961984091145361,3.82959126857466,0.4476593210376727,3.6681411782745847,1.9281363350977507,4.832233785640369,1.5996017472320734,0.8369572759618293,1.180142680421266,0.3669574260233297,1.6153337529106935,0.4255843166702391,0.5394305068162302,4.282394480632469,1.1518419066660333,0.5603280815964296,0.2889027181444437,6.8197237272049644,0.03087314456678314,0.4800780699842315,2.7692813229950124,7.164202279386815,0.22986545480205578,5.082216484742414,1.849880600544072,0.7284479082483806,1.6455977150518513,0.5737525224622502,0.164296497251184,0.79726677002167,4.410707325271828,1.174952019928007,2.727576584313839,4.49069203095296,0.491409165757144,4.605641407963021,0.17303026991089432,1.4019621891458436,2.625856902513746,0.7251182294813758,0.18436790990449214,0.6708072295421506,0.8337626911445923,0.9155310921256046,0.25374566921822517,7.63496663877055,0.7501118459548284,0.136190494698611,0.9005530917331699,0.4954792722470138,0.9441378368013233,1.1472352972594964,2.0142717484460775,5.332349309019737,2.1649234025770117,2.6151263059538508,1.0262966679539058,1.9042555388024596,3.1345870320722806,1.8153730539040982,2.0958554254539514,1.078229493831294,8.31669413289504,3.0407178553337832,0.06589053259833921,0.20009121857850154,5.616869308481131,3.8426266869289414,1.0589417511351975,0.14649620251437856,0.13780716992486242,5.1716949493899245,3.0096048480354938,3.1664645272607608,1.773933825866223,2.003002394106412,2.0307881379346764,1.2228698500442476,0.027751036449183974,2.904002123050778,1.3170777884296427,7.411122671735292,0.6194212210112635,0.3368792448468607,1.927679232491876,2.0850291079320726,5.402956173472234,1.2379213411292334,4.546491419129612,3.2319757885083185,1.8430912899611656,0.5423521063037668,1.4220282359881082,4.1245889601246395,6.573786347039693,2.008651340826409,4.512934222802425,2.18242107500226,0.550255068036936,1.6981408974858532,1.9755213296109702,1.3600598111987168,0.31281330699749854,4.632341487643942,2.324287957692686,0.5628568090821249,3.110682147131328,0.2597107716231193,5.543660101247042,7.462605793811276,1.785798158801967,6.380856199959926,2.3855610095222017,0.9919887703946983,0.6886906386217966,0.08337569568840464,0.02600983139669566,6.965337543522683,0.4024355980962282,2.8570155430793136,3.1320112189169933,5.781935365494178,5.329334028110645,6.238158344061061,0.6068988342663122,1.2788500897877082,0.4234105548372944,1.4559059238167533,5.758335274857025,2.8558661546826887,0.04922831459687638,1.4752410566960465,1.4187724238756276,2.823160704953965,1.3733216477022987,6.1544590799814625,1.2039883572606698,1.508204741019977,1.6517620428493593,0.0247636967378444,2.0621679654138614,5.100977676074741,1.3055382368870703,0.8230719951707313,2.799982962441991,3.673675933749964,1.5672893390508271,4.370961404064351,5.335885426804474,0.7458039514197594,1.2535480704714157,3.5514631900856557,0.5425891429851628,6.810256809330809,0.23269058897487227,0.17077558401483772,0.12070167106831065,5.3644893549052775,0.45844070749618737,2.884633855565875,1.7194986675443396,1.504277849977619,2.208064133513261,2.9343760412562574,0.886964424539995,1.9941088122791104,3.624300872183367,4.098682059524115,0.9996642559615818,0.28643000272734476,1.8760351380504545,0.4600193127337384,2.4082869714109307,2.672678931447823,3.0456778471915023,5.883219551229828,1.1950581334777706,1.598327213913426,0.1463538546143539,3.5086465182441238,1.0037499168738107,3.8145062433734918,2.512738792635062,7.293679501347857,0.09177479367678654,1.2440914472617592,3.018811699874284,0.6414026638461037,3.9672240626411366,3.5620305090551234,3.802938196533134,1.4729642014903326,7.123897091500691,1.7924709899510294,1.0041114587684978,0.1331606675070427,0.46324972805481224,1.5152144647152408,2.236745055574392,0.655830805777299,5.568951959734219,4.214651829318353,3.8037639767041167,0.09938187357865758,2.940517444153386,0.8830627611073965,2.12061889111153,5.963836875003867,6.844983995021433,1.0221395785325305,0.5934769937445985,1.3978765728890559,2.04307889120744,2.138398089431149,1.5647060985695775,8.845726684239395,5.692840854239302,2.025907066634911,2.44507184391453,5.129876783066109,4.2468402896188024,1.710086945052577,3.735386636955438,0.23755724431110892,0.229956756238483,2.1399742128949626,0.9375321275609609,0.6936099080484777,0.6752615103891308,2.6243046104247867,2.402344590111319,1.0940989916856143,0.5041821604287637,1.543748678962281,0.2163225470053156,2.3444882391803574,1.9190557272651194,3.9689103416949614,2.158033253844179,2.6218105701376118,6.587134127317007,3.8862113240911498,3.889958957395663,0.07454108582553043,5.357623678755177,0.8052150515292738,0.2451530678670657,0.1720541971473981,1.5910589995667692,0.15397737078883122,2.3980689661324135,0.5228990741047608,2.7239107375833793,0.9596372134419973,2.1378905201623404,1.5134872800642971,0.9738799122093904,5.1169905738399795,0.4294837795085993,1.9789628795706733,0.5078095035176946,2.1978693928577613,5.077839626199501,6.37963760921488,2.5628095958869785,5.139151884850534,1.6920350450397557,1.5658704569538413,2.191834867488307,1.7378577213732633,1.356736794353736,5.171856423184902,0.9989990132647533,2.055247641903345,1.9847418659847733,1.803988815933618,6.293989769763982,1.1933307600475516,0.2898899159087298,2.130345721090143,2.2977571416012257,0.23881866491161574,1.700404680734609,3.5325022870173663,4.1546653736558765,1.9611260751925332,1.1514056404892639,6.237970703578593,0.36314097996508643,2.8826938840338165,3.307048724784728,5.952428145085815,3.0510123456244913,1.8574339767009338,3.2616209341325604,4.728512890796434,0.9192939650116614,2.5038655610900715,0.6006127794902829,4.187238183283816,0.48485651586089196,2.9179213704719373,2.4185914525697605,2.5004033600859676,0.8583192346817281,0.15598890281273015,0.74420270379761,1.020782859221308,4.467006124368435,7.412319281239466,3.3185774139805346,0.04457380507467534,6.9374601358025,4.340280097569233,1.0699821555896651,0.7373898625758244,4.75382579914859,0.7725598983424207,0.15305850856012482,1.8978638115709785,1.1092902894220362,3.060178511999034,4.613584759738636,0.02257168642595575,7.693267526797245,1.6793451795247663,6.4630028134313875,5.758765932651183,1.5460094665616992,1.0760203970870847,2.5294119890956672,0.7803604507351594,0.8307838659489897,1.293737004076637,0.08206157963471838,0.3357061815040794,1.2070504607951964,4.724940019380632,1.5996561040701776,0.5274370406545472,3.8706326244381923,3.839353546158236,1.1726162200602124,2.9282298944646783,0.7718107580669926,3.5838922992718283,1.0749924669986635,1.0484975312583629,1.586612401346489,3.1588365503200055,2.1753770921208937,0.15055681313037517,0.6782954024151988,0.2575471351456997,0.1033540648925817,6.162026668083788,5.668247400436158,1.464882529926335,0.7447740439999508,2.5408648263819558,5.63273756375829,0.04313315289527875,7.636452047420015,2.006865886887935,2.262432897492538,5.8026139265982435,0.18961620085196618,1.767463951277417,0.6937413119507061,0.015450879783116989,7.617113942667629,5.558830861272702,2.1335748405724795,1.527664849045017,0.6308700029595755,0.8545762856008758,0.05430634824233849,1.3707589162699527,5.5622854585880415,0.5461601527871931,3.019834748379777,1.9453269425615076,0.5344504098380831,3.5402410174458474,0.020227026262726433,2.940741943581216,8.178423370700694,3.0878293489333686,1.3499004221674848,7.986567173901037,1.70511500928653,0.08495493986763902,0.4219695339758309,4.575886715283705,1.3257262010604052,0.8092354807843893,0.774744510115714,0.9838699907942026,0.3933427403816978,0.19615284354459028,1.9313796050094396,1.0332062403812472,2.237503438165577,0.45132954422667515,0.8288605973317953,0.44781619114029425,3.7707329205844626,2.0125428861389167,6.74405917325862,1.620782551587435,0.8009376196799209,2.8942725152191313,0.3707307176407042,0.23861006464993673,1.0519961013267585,0.18931484305727508,1.6620655213982514,5.378622177169619,0.9048703404039031,5.089982085316423,0.7844678551936244,2.6696180995596084,1.1660572396991729,0.9243854590213161,1.5961561841860998,1.5437442393556609,2.5081507734984414,0.31148236772467985,0.7914630767608184,5.848338636161003,3.8598907998210166,3.1840032971170906,3.3773261772040257,1.8560775248344132,0.7328927963752232,0.14351392782722883,2.47834533828245,1.513615561268189,0.08779464979880025,1.6105220754181442,8.52844774819932,0.9186072031926868,9.236031106389632,0.8886382648247277,1.8517893840560493,5.75372683865332,2.6217045407905806,4.15386029774713,0.492876473943741,1.3653160409989447,5.633456767120464,1.3655046337654646,0.9121058363078891,0.5311930264170637,4.232706683020373,2.111699186958356,7.188474376462711,2.723907375316392,3.504867206510472,2.0359686268630375,0.7596442456590502,8.368924538545558,0.3883809133806433,3.8853699662626386,0.5548528686291467,1.5034287164637092,9.087832859745594,2.91499903203405,2.5011263803278823,4.010386320304102,5.410711363038274,0.7654620107978474,1.390605382839194,0.49382892344408624,3.7310739056931084,5.239377733723754,4.188959282313775,4.213730825879343,3.4267883996910973,1.6546850696242519,2.707367276224506,2.907494634089538,5.816705483996799,0.19798438224425308,7.030843238872336,1.562176647801504,8.634323988296952,4.770301674746415,0.19373217998097658,2.67471662325878,4.544768951080108,5.025046764564916,4.402882811550937,0.9624369174769283,0.8248700314062976,0.21174779363592755,0.33337184391045405,1.0226895519647883,3.4576920658070094,6.148174940042759,3.4426907979853567,0.11092213613892454,2.7172325152913546,1.312420314757773,1.0841965738568744,5.2248971238270485,1.7804688858566173,5.840777905920099,1.1343810632412037,1.1413726976270082,5.900906199033869,7.651475521816309,1.4763534190679923,4.401262685582616,3.081159400115352,3.7947908262716723,1.0375182980498845,0.9736670657021911,1.3378179393438927,0.5214161036436433,4.217059514715984,1.5911037275901236,2.0145563664338653,0.5221390581568,0.031227022166537388,4.737513323345979,1.1993149639816738,1.0130540726915407,9.68906091897449,6.654987690922468,7.342688752088401,2.4648463408057895,0.34731739040313414,3.794001608764738,2.041664426740013,0.633354571627887,1.8702547193149712,5.191194175447444,2.2031069603734874,4.461342621901799,0.675214639239293,0.004442968534616121,0.11020572948131857,2.0515682047276886,4.168707895813588,4.251634962748071,0.7513577414264576,4.345751369604265,7.005556111860926,1.1982878854878969,2.735935330251081,0.9683206080251887,2.3581656792344754,2.4700777707249664,0.424452650186975,3.2683754349581298,1.7704595932554659,3.295104306132508,0.35549352765687736,4.0138514541341515,2.8018736326324465,2.2226103704254587,0.9618744195422786,1.1751106473043382,0.026532852825865927,0.4367553642033819,2.4272479915851957,6.910504399550754,0.05435281906858869,1.9871866467250747,1.4169396924474515,1.7012437000172476,0.08089950816865477,3.023447164773742,3.1446265820332826,0.04772380161991774,0.02316535955668897,2.981850387371277,1.1152210888627117,1.2252672332580872,5.474253813943612,3.1046538560348935,1.1619076846668808,4.223318244763163,0.27975258171200923,1.2280259973232202,0.3155586060234796,0.11954324110976167,0.7163209765709029,0.4819290203093125,3.0016159195730125,3.942182865992777,4.6219608602617255,4.326657482595924,0.5269908877565932,7.047800032915166,0.26803239366223863,0.02948327600734979,0.1486183619730892,0.42175980666421076,1.4561600803775736,0.4289757246509085,2.5052812970262064,1.9175702194401332,1.5269593122194518,0.44520130460850815,7.566756491519239,0.3576209838056599,0.26916365504807516,0.06678879039539654,0.23733714737925027,0.012954717553871786,2.9731067368202364,0.2171161892535971,3.882192556554916,5.648159986726121,0.027798471266444746,5.440247468445115,1.1331398492169558,4.042623584132798,2.8484877758528917,1.7332100467080238,3.3139186209337357,5.671013495169571,3.928665657702222,1.0425652936220375,1.312142135977787,0.45777695178140987,6.717584908224694,0.8271187926265595,3.183371843280379,0.9790496441487457,2.3852910039648743,1.122607719525183,3.554321145546581,3.8251395668108046,2.002664161696753,8.477058856469199,0.10900796122211576,0.12140867317780923,0.9909001910291693,0.8164091733263064,0.10082192848799476,2.404796461730628,0.19002016860116377,3.5886009017757203,0.14340598977304886,0.20267907127313167,1.0829872046425892,0.8862367230506472,0.8925287877385211,0.3544503285122498,0.3094723284971823,2.5196217613913205,2.058547409996741,4.826789675597128,5.393369825970851,1.7395941404734594,0.39352858592522466,0.5447588424140362,0.6718711391830046,1.5521760827510462,7.383705868216799,0.26945061712242024,3.540174196356171,5.896719765473232,4.551839345462193,5.540850233763664,2.65625952856133,2.2742081866427952,0.5494991008324792,0.007498466338745846,0.223616084019143,5.231247749841401,2.5344177269168267,6.297042503303718,2.4404642174411997,1.659971660166995,3.84024494150178,3.4179875205237806,3.3644848148603215,6.678128506440558,1.9563862875131406,0.7829176166150091,4.448789573644632,0.07440196875205585,2.6428757348666636,4.033239064612474,4.122419049419783,0.03077744916057945,2.7799235614946216,0.35555849258614103,1.3025268770135519,1.2937251796094156,2.112841705065404,4.048903971429752,0.00462515937289254,2.5419582684631727,0.05570205999584754,0.9877445061704602,0.12342306031360972,0.5667075439014422,2.5464274740957196,7.5349535608073275,3.2846234596115567,4.0008872879607384,0.745415729139278,0.1848297340620526,2.6993684700206364,6.044111076981607,0.007638536110658345,2.0236954902972646,2.7021024300460823,1.530057140091655,4.141217933305256,1.7299340797182339,1.1810445040608744,4.089290496222169,9.25853529473585,5.651675469630522,0.29978406489769593,1.1510207214213086,3.0208351425538496,0.10111164061369271,0.3517995830632319,1.327045020164089,0.43665208268935496,0.0851238789962121,1.4710606811330313,5.66841725259607,0.11686256687067775,1.3427104644079746,0.9783890927774337,0.2959218076744041,2.1985366229833403,1.2966517433710292,0.13919632857228392,2.23449338958548,0.10811072294948709,7.428744240870289,2.2030690837904316,4.380300677746503,1.5925988492975875,1.259324576560056,7.370303668459345,0.6383627965502285,2.5963165380514246,0.3453148896786473,1.3510126778499938,0.07749672029104748,1.1249047368468625,3.009180792466429,0.24550113563875953,1.2956330889969827,0.23078051833690694,4.522415299008902,3.6846931847046136,5.731774229145824,2.7601776706362307,1.1423087201662554,6.092404137106273,0.6606477123171013,0.44189554177781964,2.0626481746669727,2.553508446352609,0.13668140118118366,0.7864090450395018,1.5912353218227104,1.0550666160360649,3.2185317215413614,1.1943667454065086,1.834024393581564,7.8162893967287665,1.5587980552448375,1.6253102176497816,0.5606442515559666,0.7131261058914298,0.5857592751565761,4.698916678204043,1.29286651644375,0.3284353285200705,0.2156777668443164,0.505111542057886,3.1339794069143103,1.1475126606945238,2.7399061531320683,4.108569749587683,0.2502954647614306,3.5617840970453543,1.8412344492358654,2.14824428180129,2.8993418685169807,4.1070932836812375,0.060996138873165684,1.824409176342627,2.1759676182369745,0.22250133501108849,5.460579856286493,0.13968282320256264,3.7518686017711573,5.327615979912439,0.484424338363322,2.3394227052338907,3.4544882621643467,6.284345546228096,0.3177882620519803,0.3989348148893037,7.833250085171258,1.8318655145883582,1.7847651023189788,0.3171248579314554,7.293401914652463,1.2732753047689993,0.4531644104824304,0.8980054234277315,7.8850123245994865,0.3069247002364204,3.032867806974714,1.2546595105535694,2.772700973211254,0.20166524446302603,2.214743290309393,3.7240953742170104,0.5403664566573756,1.1289549651634738,0.5668676947098099,2.628066764598751,0.24629494336411994,6.961671153166562,2.483101134829667,0.4828251968187942,0.8166139163071122,4.757683522032771,0.5862001682792624,1.7989517307385503,0.045295626614361595,2.2652860143875504,0.3898488298311489,2.9585675271607474,0.05282271217146817,5.508511070421594,3.7167934433922696,0.686007622990183,4.795827240650412,2.166780644086182,0.12052382422679275,0.9687695855171135,1.2246007094629494,0.5473116887285254,8.258431304874543,5.866134363241063,3.6273587762860426,0.9243198686265242,2.4092387745617003,6.2149698517570044,3.2544846483769625,3.7305694643566456,2.5722374913003545,1.1217348096409916,0.4371944554014269,3.8273574290549384,0.35648573798046534,8.88642785112552,0.34233540488501557,0.029462476658731696,0.05278283560429031,7.327655857403654,0.25239917299743553,1.2635761429196748,0.09366327871362046,0.3146581308266916,7.810377789195584,2.214558085570843,1.711354425837825,1.4857089912041097,3.216664995259517,0.589302389316547,0.22760748383532192,0.571499480397043,0.457468926286678,0.11278714767542297,1.7991340293989513,3.824800657041413,2.3222299798777044,6.213990847829901,2.283639028969077,0.8376995686935196,0.8836353635033873,5.153601415257583,0.9720876417245305,0.3090349287781855,7.218298107228982,7.20006353917573,0.39701377387016645,0.017892186370502827,2.5896218609207153,9.39633308974043,7.133795092183618,8.621288358949975,1.3825850928540042,0.1345296943628158,8.286697459218079,0.6462502196990987,0.8342555525412569,8.728603209296834,2.470931390648734,3.6078654260347562,7.32432602117272,3.678520276248662,6.994738723330066,1.6508137486216299,0.4655552712479505,3.202980684551033,6.198675246712366,1.7397578468550563,6.825789903012037,5.076224848873167,1.0523699133750484,2.2066717191211964,2.292172832180471,2.740737796725279,0.8338263256440377,3.6741284865063832,7.0595120907738504,2.2742414797151476,2.2430738217339616,0.29615745022395146,4.530348652107023,1.2934271573784786,1.6783881373166745,0.3519005365895076,1.5648665156895367,4.421428594864139,5.516070548181851,1.725267232465722,3.720114134867954,1.0232173459820029,1.0329122838637153,1.0983697419749339,0.3070075103551857,1.6731150565320299,2.309024915950622,9.017332467075711,6.586901958925241,1.2206314190712018,6.306951199757108,3.4159924144995104,0.3728377354851604,3.9600739107218157,2.4700811340357376,2.785871403456227,1.857969970565284,3.728319033814838,0.28137871733784614,6.666913265084482,0.12037070888952361,0.6599170562245682,3.798881189123808,3.477487919827487,4.175849310644104,4.337766304395108,5.182091605588688,0.6741795954303551,1.4001406197252013,1.6516625550529662,4.7556591739144185,0.37669082606248594,0.014739566711371666,5.730482924451082,0.9165767096969333,0.674106580357257,2.0472752596822374,2.688374515780371,0.5274075957556079,1.7087413856496556,0.17872929970811757,0.5854058270421518,1.6006132807824587,5.434414117178509,0.9309254318462536,0.6673268660455687,1.5200483748014593,0.07190706444784478,1.258524330878032,3.4651779048051985,2.89097049020873,5.7260512604689495,0.9877955389727315,5.922850995343831,1.6504465986234056,5.604343088965039,5.255318764710593,0.4975631952437425,0.019468773830020325,0.5384633541586816,2.32749655491714,1.2908359640968854,1.623059571030665,7.4749811772584245,0.6653098655369234,8.566604979025957,0.33489133665852755,0.16503486456454874,0.39291446484583403,0.5277285763952315,3.5840162094764523,0.35653903575090595,0.7110469884340471,2.6450403910706406,0.5668801004331954,1.3695949472401026,4.879162239161398,3.6881561047478773,5.2258356787326505,3.427177127447834,4.2285107299762785,1.6520926668885512,4.923241058202002,0.42474657231780455,4.432076268438372,0.9175427225997748,0.7284661996390596,5.119844174171677,0.46832426383863535,6.178143546714345,0.0980278534344734,7.953160269049725,0.8097993611118453,2.26300745344291,4.151521536342241,9.265125050802578,4.600560749005843,0.6516905647077333,7.481284937242622,2.2190590571857385,0.07657523874958994,4.554858478357033,2.5098014237042694,1.3190247106168542,0.1781858447607121,2.1825023212161057,0.5789620159870572,0.8995954394003594,4.924964206133637,0.7993548370707595,7.143021829891136,3.220594874556312,0.10151530166622358,3.669358217470297,0.5470616497199376,0.772287975087508,1.4395224062403695,5.158424310484245,2.744773242120539,1.3616595671841027,6.640818320432544,5.7841996981722685,1.0379909962245613,0.5317964906545103,0.8113223230489597,1.482381342299437,0.5620683427774829,2.2288458489768326,2.0760992657547175,2.8715630590200574,0.6347795508922189,2.05370528709334,2.557606128672738,1.2593420387487275,4.4685729524356415,3.3583010020820394,0.15192420049070776,6.466882882530438,7.15564526460706,0.10377458912296333,2.2714987968176104,2.6188015369596043,1.1783367719412823,0.5583428233444989,0.31782659285290205,3.4592978027525136,1.403292129126256,0.5302643501820106,2.688642690654781,1.0923577286298842,0.3795679095912494,0.7021840805811363,0.06378160001888133,2.8808679706419182,4.664543913261167,0.345740914594181,5.017604601978292,2.7195587959219107,5.0209552073269315,2.158485547061934,1.5774532039214364,8.0452274410811,3.034912289670511,4.218569338127825,0.5299866973069083,5.453554244833498,2.1571700261828983,2.1897147217422237,2.2462779089913667,0.7674327778968033,2.4155684857191524,2.4759901002383504,3.1276426745076744,2.471152447767886,0.17212183517127144,1.5302598286238354,0.848649484886316,4.765525931661486,8.960030754621929,6.401978129705579,0.831253220921917,3.350305329170137,7.038761082162235,0.3480475251331221,2.684465831424041,0.10869087045515324,1.1451060634454882,2.6161334012402038,0.574648695830716,1.8038315419586088,0.7909197461737829,2.3260032214880404,0.24489433864834353,4.271569088636102,3.918012162920517,3.8486960260118703,2.767527713446524,1.421075246168808,4.236923418762128,2.0063577998812905,0.4069117007343488,0.8033799378602176,1.1640837346363346,7.090666904679658,2.3720633384520546,0.6074074179458027,1.3338918356648062,3.3189309283986965,1.5925669679780476,3.852785895098629,3.781108476287258,2.4076004348506643,6.031885023213608,0.060676098731955896,2.1092859054894006,1.6414470683311322,4.879576918760659,2.2216125160518914,2.8417583782871354,0.108723066152562,1.2383351504266127,0.18027870587043715,0.19737111642664162,0.5274488916097257,0.1579297251388052,6.616738136283565,0.25651700436534264,0.5151240829861989,8.745863162359825,2.045078498506804,3.330170605775411,0.19494642729717615,1.8627784090198922,4.693985940013027,0.6225121068858943,3.2479270830177818,0.7726651584831901,0.19029912609957833,2.609912257535317,1.2840774802040098,0.2718161910223573,1.9010455102271662,4.779636610546229,2.5824272525743073,0.10272887546715048,1.7294026174271835,5.766287262900086,4.871910707757706,0.18463061924511415,1.2918574354039123,2.3307282742778286,2.747077054668324,2.5762147300682443,0.2932252339436303,0.35575200835997833,4.436292974112341,0.25032160078846033,7.8202792159540095,4.179507633910581,0.5211878038923103,1.996337802555054,0.9294861771418086,0.2840374020986651,1.7385554343618992,1.63243800234721,2.0317137570909787,5.460885733911006,2.72310994168155,0.9847358659444239,6.81719576018612,3.822031766609655,4.308348902327385,5.532719634149986,5.8073681028383675,2.8016146592376687,1.51553033366124,1.3812802733774578,0.070879395917677,4.503369042060882,5.891269131307109,4.449025134395615,1.2763581988888824,0.05448102308139391,1.4022823955016968,0.8308169786438313,1.5826866442684118,2.290752287696524,2.5392439189138365,0.30201031348396334,2.924785980787961,0.015296931625812249,1.1075680558671124,5.065672110455992,4.1511276327428455,1.3274794336705131,5.597793112191848,0.7608607871927151,0.5920224502300542,1.3469659431570449,5.066797712802931,0.0769945281458968,1.327297283922256,1.4604865047021987,5.574601993551179,3.092015222262292,2.699972584319749,4.455176662638129,2.9467694424093906,3.0858592927222297,0.28823808334731194,4.284988097333658,6.115522723070129,0.10726676635032728,2.4272181312938548,2.241792664989756,6.450100797478992,0.029158158128748557,0.9483601175661178,1.7209078032135317,4.97676189923352,0.04496267645092189,7.008000650195928,1.7222846429518786,1.2531040436170546,3.303172905452013,2.1010696557177084,2.1575039972623387,0.30728869204001574,2.086140741049867,1.923832142114577,1.693893124721416,1.1190752451290358,3.588065354024038,0.5978805411629651,3.6841006246985017,6.492627571832573,5.471130044865948,5.129681583984052,2.461371433711805,5.921822465118806,0.833708873830491,4.834031189149343,0.5876851985770806,8.601605923452876,9.35969747884824,1.0858526691786548,0.07504133947967206,0.4950390927542925,7.923994047340663,0.3459954787618109,0.9525297930586931,2.663278806264878,0.03050613504477573,0.11937158656395308,0.42757663890811726,0.6809760035307411,3.1662149626066736,0.22197456965750462,3.4762916424237744,2.0059465210359084,0.6925479963232073,0.1092054132269813,1.9279448851426384,0.004170797179687158,0.38850067085370554,2.906171643625676,2.9296109840575255,2.59040110003699,0.0008841460067019469,0.5698525244009645,0.002356802529063451,0.326441031709785,0.37550216881649945,0.9665529661470065,3.781276697995793,0.7454745858400997,1.515973085421722,1.5853712406188656,6.841942064787425,0.42969669150961565,1.8795024194019572,4.36464166316205,6.7849162343973575,0.44776988060927714,0.9709592411442287,0.5806982024287723,1.2146889910160539,8.427139709270955,4.2683823241989565,0.9637318049450876,7.963585420266995,3.8542786287540025,4.706287946178431,0.49755007433676046,2.0260172482843473,0.17218986296128946,1.4270393742562675,2.509114129352954,8.835422196057431,9.428859563315697,0.045502804986497836,7.560147555656954,1.0612861099562299,4.840827191937244,4.9540614295695855,3.7823702132972645,6.142838042581957,7.7751162301674,3.1695300522330765,0.7214568184942478,2.225624510903657,5.669795896107633,2.851036434780518,1.45651017312569,5.55587074062988,2.69466849948874,1.5342558276260974,2.056132025891899,2.880897569841565,2.3907103877128306,3.1659056768786336,1.1987600977713302,1.5595766829509436,0.02662123889989232,1.9575632042219553,3.4148942252623087,0.3428837603597432,5.595159002038898,6.945308529670367,2.287826178665341,3.090579326443324,0.1251278867482215,0.07257182860066713,5.474505570784018,0.39573485135986,6.777782371238009,0.5166481571086194,2.3426027311449804,1.5998591179850905,0.7914902813979694,5.294107528687466,3.1604097106635436,1.8159125895972466,7.114138886392009,5.50926689769738,0.40193994594150473,3.0758663158854396,2.5791039328716145,4.6117055981389985,0.7265445597655322,1.0199035766002575,0.39672430764808553,3.4235979875095133,0.9404027492911944,2.7095991446001406,2.9787187685960816,2.9596506730527885,6.7921342346452604,0.1192943173988057,1.0811144765256033,1.9696188936105097,2.6798646832185824,0.12078999773309107,5.4843181633944695,1.0266473759023427,5.894773431803602,1.1991114452032008,3.8534312552412837,2.0912397723758307,5.098014830258641,3.0377044254382284,1.8815671464350583,2.668046337367514,0.319692050785787,3.108473144199765,3.3778983575536285,2.917325758300919,0.14481789680748847,4.407060246130246,0.02161359749649705,1.8226031726240244,6.4104070385550855,6.548944353761213,0.9786672950083375,4.67458556699993,1.5299910665424705,1.7514057519289992,0.2694094258884181,1.0255333245719953,4.737326979329339,0.012004003259487916,5.037032403187826,7.5819193603332025,0.6489590303921791,0.4052923181171928,1.4682142812549912,1.0426169710437865,1.5248001969568374,1.2592272842469168,8.816274826536901,5.78601199936279,3.303396961921706,3.075482060486422,1.7385504655842876,4.461755768256488,2.531637193106823,1.701122292886211,0.3324931078507225,1.0981893080659866,0.37657269029109663,5.708237080730793,5.766653660750755,1.437045687714516,1.2831253288718312,0.12435770667538759,0.4671645377669842,3.7927105727181942,1.4627725274888967,0.7034269248507179,6.79136073868351,4.890938766436214,0.0668670368164741,2.2669708545210154,1.6380210979666003,0.23223756983024568,0.016025590826769243,6.157835506756648,5.70880607257028,0.10934178826635588,0.4653583655545157,3.251965411645033,6.261326730394142,3.386645208268142,3.7529830006920797,1.2003805398041827,3.359292025801768,2.661806547474825,5.808567106932494,0.38325914840655706,0.2425942177384679,0.4360348397438649,1.441339462440851,2.8855607153433596,5.269748142336008,0.42555106162912626,1.6304695537927003,1.4986576576385682,4.311410381812269,2.484504983179633,2.886216119325553,3.739335665260363,0.9097308882416604,4.79986535900899,1.92347116825567,0.7643735249334824,0.3047256695287768,1.825706357014869,0.004762432861461718,0.005536641427186906,2.0527646541412103,0.41286844644769616,4.844606548715271,0.2105518804252806,0.3413927492348421,4.511791975485146,1.1426147202427828,1.0822825959378832,2.926005793172858,0.17323180949546657,0.605373890549513,0.017444337745093463,3.9424358921714173,4.353334531522236,6.770466074368853,5.825747634981589,3.450695870151698,5.733369135436035,0.8355739042745931,1.2379988520037681,2.464639460651142,0.8659090523345103,0.12587171297869837,0.9549865732099732,0.3350723292221378,4.10644130942276,3.3764534265229926,0.029383309037588123,1.1166917749050669,0.18805270990641532,0.5349548312699508,4.09098974730756,7.371190718823514,0.5724711341246884,1.2905157683979824,3.8872626906779617,2.6790874680988246,1.6416612006119768,0.025050729380037495,3.22697641098838,0.9446732240919005,5.369098235978674,2.9536547104912287,0.010488369543405263,0.5273543735109252,3.2231059815781338,1.4344841465041718,0.15367269002896933,2.2863931339702335,5.002368112211826,1.3567364947839486,0.06267102807970559,0.5168136991423378,1.6911484807447743,3.4110550449821133,1.9141453366196117,1.4385321657501713,0.8723064284444897,0.3410494509013431,0.557351086727218,2.5683200151906913,3.0749395560259707,2.4836894567831465,6.38516799437248,6.439550280867344,1.8839941978870982,4.809403083276962,7.485287291491665,5.868293868368074,0.02636418508172156,4.292611632679403,6.956753783237183,0.19593545401049184,8.3017821653483,5.1530274566817695,0.005405345982858911,0.2327408404139888,3.9212652505136916,4.304048013753418,0.5364263789088071,2.1826447186956157,8.415360103882778,8.125650552474838,3.495482567616776,0.3301258668193352,1.075475277196123,0.5224943232309489,4.654449515092153,0.04836876731068429,0.43483856960735845,0.7483252059360908,6.796209350785638,2.0496870332420016,6.76712043142081,0.024384180056637117,4.26851065071536,0.851095696873359,2.0420146358653453,3.84667689241899,3.691214733494998,1.7499891448661868,7.630820170236461,1.0174633858876554,0.9612028137649049,1.4904809577435216,5.821755705314011,2.7888140271547535,0.047120337068326634,6.960574601740902,5.728357704226454,0.028552505020416064,0.27213894911411174,6.587010768496839,1.7679007466477898,0.7216678230329379,4.287478049023292,1.4856489124044714,3.413036254789297,1.2375822945270833,0.07623614013843172,2.244683588961191,2.434452476435741,1.780581233318074,2.5182521738227805,0.7302409689258553,0.725414594686477,0.07770945634800874,2.3345030822293467,1.2310238475013158,3.2669351319579114,0.5680254164008716,1.0945735099081737,2.2773422704038757,2.1309854943669215,4.981344646553726,3.9542073595371168,0.11442090992651899,3.010449456105559,3.173015048521947,2.395781818773619,0.5880013081950772,5.728142483518209,2.414450723988207,6.165770082146473,1.1835094687115126,6.088954667983934,0.38139999885942455,5.252089747191753,3.3570369112502334,7.810849228513614,2.136627263465119,5.99368526807644,3.1795106934051063,0.46959534486136434,4.4818966036231345,2.8107207516325587,1.7325345965407966,2.3985076420446187,3.5085841621668123,1.5982401782171802,5.609263941181112,5.034086468639977,1.4708153462149811,0.997016860423031,1.5659837487007846,0.2778716060435098,3.493416572071732,4.750241478359722,0.3140103162708874,1.3386316395522186,3.0126814744291437,0.06315256526889534,2.3753302778748946,0.6590101992559454,9.031793824784497,4.407592756505235,2.3533564584927547,0.5787720154244873,0.006716817748174675,2.5667449874724593,0.5658775277465224,3.115173046088665,5.421572026369228,4.402391055171357,3.129111172714452,2.607839012158582,4.263302426067838,3.6906055555948782,3.5001257480119605,1.167508064150792,0.6788813499263071,2.0579065553135996,0.9471782756030223,5.73326212970706,0.39331499316384466,3.9893190694695946,5.040239303468903,1.285034795460387,6.388324701342285,3.750922657354238,4.704996130362962,1.4485187305260965,5.642823444816518,5.65243654534456,1.2084630504391782,3.824727357202992,0.33894709997243777,9.357034516890275,1.1789497183183837,3.5970972422785756,0.0055219354544329136,0.03216362979249077,3.197217211377435,0.6637758608563509,3.3435869869862387,0.9082711946828388,3.1695593060058513,2.709463911814497,0.44944803222399266,1.2762162847023468,0.4736466228375029,0.3336406012902162,0.32222984736500315,2.507593072676669,0.04885898170372638,2.2457100510361707,0.13876838626862664,1.209302354275902,3.8749196716095433,0.6155051267031197,1.7555435975931353,0.49175036106684544,5.804187479554297,3.3160350962525875,4.889090459601547,0.8118946236435249,3.250887708047137,0.2813741372166296,0.143145434219349,4.314895280731996,1.6037098674446515,7.548858398002892,5.8748694473488,5.869028466712468,0.07553746833075858,1.2132661593005836,4.536886836421852,4.624485724988192,0.18044513847196697,0.2818939079232379,1.7982121118666399,0.5068952374090885,0.5993606939772551,1.411919319194502,1.880033013544871,0.8807999559118542,0.10981198363782396,0.9237208248882283,2.9729698976636048,2.003512277343483,1.6131325931465499,1.1415554122558749,8.532786092097876,0.6657026589219508,0.34415903378242874,0.7761715514672449,1.9054715037647636,0.5592628036491512,0.2596189238528268,1.6788648875313683,0.19332155149429764,3.3895042393109804,3.195505005382403,3.0880439925964485,2.2819101814473015,5.663060557316831,0.16311738425192246,0.7843310606617457,5.569799231039013,6.202975534067505,1.501647867506855,1.4422986736746886,1.7788147603516808,4.666201291908443,1.1313925543337788,1.7183511643190474,4.417275902334424,4.128121168438188,0.20812205556735996,8.426808132208391,0.22308424796067938,0.3756161171208485,5.335063301107906,5.486535265708643,0.8926614900100476,1.0098503953212106,0.038855842336040336,1.6378506622253441,2.7146880872664223,7.451820299334635,2.0307365580416405,0.800001520680582,6.8178690742558405,8.040323904153796,1.3844663786816724,4.144979716121476,3.4434473684733757,1.7839605208907967,3.8658616518814295,1.1533551503027013,2.108954696713761,0.15140407635110797,7.511001927938555,0.6143452597661048,0.17719952510939052,1.4507885853601863,0.9001179307392135,6.943038809321308,5.221513353161647,1.7680742134459422,3.8846996064151647,3.1122766494678675,1.508221114388026,1.4790919018312287,1.8132663003021374,7.799600587265392,4.425081513027159,1.5339691177650536,6.242696478968682,4.679545680855718,0.10368046563709532,7.4254271990685154,3.2182392963258994,0.3665781792164804,2.8979563762688976,0.7612348699083338,2.720574925910622,4.734512758838719,7.570135114765321,2.0444756225678127,0.9873299732871241,0.41504083538837655,1.160429195766092,5.5257195156432495,1.1367427619582644,0.4449727689748517,6.101727211618849,3.2308734374594676,2.9240955633774846,0.5482134061549706,4.396710430239748,1.5404287501978933,2.568031006329722,0.12342164204571904,0.2949335069038961,3.7745764108584368,1.453017799131615,1.3699885410780652,2.6439345984246483,5.117561711849742,6.051116631298964,3.490535407390908,0.520055857451345,4.114443818785466,4.169441474624282,0.025126908795144454,5.76587390658174,2.2846106062839135,0.27720676941340483,1.6662461014620873,0.8793391110527367,3.0591872542868153,0.5504903888831709,3.004530005427883,3.1023015519845316,0.2925707946192224,0.07421590852159254,3.2138730670559177,1.721912040287756,0.2479925194459638,0.10320997026261125,0.40017474722014845,4.301704623333646,2.9807790384431687,6.937581473082715,3.536371723904434,0.14631971026372437,0.23823274860096078,0.17207751459752352,2.8312578370568806,2.474461415872595,0.28232510433783364,0.25869668220426423,0.32079527876276615,0.13398269616027392,5.876330359675833,3.656850577541615,2.9814692512475425,1.9933597442454776,2.1829924293290075,7.300614584171537,4.515008219282999,5.49744973542775,2.4376704081474045,1.7312608718843734,0.8709528223500804,3.189452814566252,4.459377666968269,5.668570400698275,0.23045999162077102,0.01974913287675162,1.6251319561113,0.07462908274560487,0.9103377235663141,0.5156915294547457,1.226929764514513,1.443105663229895,0.8631041079425952,6.524133421992984,1.598506340843553,1.3483364545616139,0.9115519143671094,2.3266989374250437,0.4312727535231815,3.003535881168144,6.414254641278546,1.7406363899078343,0.7487687720271197,0.3986927166027723,1.1365545269589035,6.748906633995304,8.229655493563767,0.8735572074098408,2.4559256736663784,5.418092523810007,6.36026815602699,4.228615964571327,2.214146386978882,2.5366061655867043,1.425153501605907,1.4112505892994305,7.8771185892416185,0.48488038736446315,0.1624115078491597,0.6841617396447539,1.2792569780319938,0.7396154739713063,0.0686176330753252,1.2435507251883884,1.745990561542957,1.2725411205384045,4.721122776615005,1.7691791927604257,0.09525597551099607,1.246381980270634,5.1219924360818165,1.1613207654459963,1.525843216937556,5.097193485810655,8.525770451346304,3.961929491687968,4.674127940749743,1.505122001472193,0.982049875011171,0.7375913983974258,3.518568258765857,0.6176269444596867,1.7176148578777184,2.487543194247042,0.39584158308398454,0.013493692399626056,6.887946950118344,3.1983662169341045,2.453647977023211,0.02648681439420386,0.16101059399506745,0.8435259757781672,2.806795528244071,0.24510734557485403,1.8297559690079552,1.3416890007160163,2.023012263409889,1.6852363954043312,0.3508332041384874,0.6455702508319041,4.069371568240202,0.22758048528216124,0.1700765229421366,0.6473034239424713,0.6744980331180557,1.49376421777648,0.4677513232877537,0.2557654793709607,1.8228719223895418,3.1754487862182605,0.46777950547069835,2.20148535367239,4.226784816830316,1.3590458416639493,0.01554548515360743,0.5188883344433339,0.20127903478271802,4.578993282451008,0.23392292658936542,0.5040456507065869,1.189966868870755,4.6664488790880485,1.2051681367458098,1.571918791777648,2.9901687668086945,3.674286148400336,2.262355938289293,1.974494438908188,1.1647692955547502,7.320165107875036,2.438808034010929,0.0553198603016245,4.192314966140474,0.25761203150080725,1.6602778442886668,2.999493588139476,0.5334494241249317,0.6732388049966866,3.7556568762584908,3.3967969761947643,0.25839600553958064,0.07350032371815018,1.180434449760266,2.1920665140724838,0.4794677368356304,0.26246268497947156,3.6694627764525762,0.7221160818828183,2.5230816445523345,5.228418509225723,0.4366330722876868,6.602236092935719,1.3989976024716952,1.0118839687871506,0.22963196643723194,1.30944149238789,3.882404446711533,1.4005308325781485,1.2381970548605956,5.863005010535357,9.056589918874813,1.4525475126517122,0.10660797340383965,1.2755007014468402,0.843973935887858,1.6343369798206453,1.4576724417974425,1.0335237393265047,1.1997536681925158,7.539381983565363,4.661178577533846,6.753400432677253,3.9379197476800787,1.3110229890674208,3.9228961699972302,0.6432989726308946,1.7277398766727359,1.730695710070421,3.2477985537652785,0.4127936265771086,3.680497546686773,0.9912366951013549,0.2948559360311753,3.2667114928278913,3.9112379828019685,3.23358332249542,3.954419845322338,0.9363903091664691,1.3104645989071013,0.06063770008743319,1.9178632400637066,0.06484981989045568,0.04562692800035095,5.590972805856243,0.7570757653094806,1.5120433327942777,3.938696253146773,4.645790530121445,0.5705447742187317,5.8403225272245844,0.5867521869936203,0.6979522943270198,2.4271570424208804,0.790155701149537,4.15812519832859,1.831172818894661,2.530528386040911,1.7113227946562093,2.973208719298654,0.754971338192445,1.5164348003052357,0.256666601488464,1.1602027820152045,0.12598822694588918,4.577190702516454,2.457061509756911,3.7660777288951213,1.2520497385549136,0.252601374463838,0.5512649989034424,0.1389336506346055,0.9065824381706946,1.0263252174936035,4.421995709144845,0.35447913831031386,0.8714708817172099,0.7390775880857785,1.8074954770335125,4.597153406343272,3.140805218887241,0.5837510297133477,0.12572623933750804,4.2892233732313585,2.786082281936718,0.2183661434946913,3.6752569721226918,0.4336599701643227,5.962040198308841,0.2857191221817139,0.8322755516859521,0.38983411233984566,5.383567186941285,0.23369786088913758,2.715195649257175,3.520351766945586,7.076969253990185,2.010668217826648,0.16776319889165325,5.021581524005698,2.6266784822275993,2.760694466767756,0.8601027819275959,2.698046477822553,0.40098337835793174,0.012483080232707167,6.142862022363081,2.9350955973777317,3.0803202403278647,7.482762624883318,3.0816847145215434,5.007459066071604,1.3688335393777056,1.5693918702516925,2.998799943868293,8.550819105568753,1.3485409041015988,7.473735328932776,4.29776373072157,0.21567703344170397,3.5176336505890333,2.9097370225070307,0.037409601716323015,1.032535010200876,1.419838214236877,0.2626509780841415,1.3752575975074244,4.094078710259241,0.1407945475041288,0.4053165914020005,2.489638406403934,0.012972267114470526,0.7022509368017738,2.8584456398785907,1.5644519794508778,2.804663928798277,3.0080818583988957,6.431993746088228,5.842449181730423,0.03788573479484647,0.03453049041422651,0.053192987496041066,5.848409366461057,4.966724744351348,0.18735866130184498,4.855084051694348,2.6458208872764004,6.246893746687537,0.03887600296908933,2.1371584912104495,1.1767917503788965,0.9787347893101845,2.2544014870609743,1.8864124324439473,3.584035834968903,2.159762305256624,1.619354522550033,2.4013327584633757,0.30672245920406516,3.808269863102254,0.46673377911667013,0.27482952954897644,2.683286672749432,3.878946104361967,0.19896839073708605,0.10688581920245888,0.6942441409102766,0.10921269501204733,0.3992121549763734,0.17004363530903466,0.3465271584959879,1.1518579082645601,6.991905488540041,0.04864339227328074,2.0483130810456647,2.385307528847589,0.276114427483483,4.115801857129135,3.827844304686157,0.5613994265144413,4.651819634452321,1.0245330889574324,3.296008353962545,5.691978867019678,2.151903866876335,1.2214112171568807,2.0076626807198252,4.57386867518699,2.006086084878328,0.06415336231016866,3.723172034743719,0.3975362900195849,6.534986018861165,0.1324297827403722,0.7771441184119086,1.4434016409512207,7.47415306453359,3.8202345696454225,2.867208891338038,6.372759411778887,5.298325722122694,1.3656219814864787,5.450848742353285,4.519129979951261,3.6131260399045306,4.885565237733106,3.8082469256761655,0.22472844081950072,6.073912027169246,5.196903695944853,3.26314806484341,1.5542745494023311,1.3442994187520192,1.8499415225972058,0.6763975438448426,0.9986428251911112,5.0510433155302,4.535747509981682,1.841037229329574,2.7373178750824785,6.157397484050991,0.8403688779355054,1.7672476239787915,2.5345779040940575,3.6266043944964625,4.176274101486351,0.5346342434184526,3.0169601608353265,2.0689539500557412,4.4821947660107115,2.965158381632344,6.162787319037425,0.3189739708568935,3.781273064925678,3.9566747075455986,2.669215797793491,0.34819326462991285,1.2154931735082197,1.1343810458016637,0.5395805791454791,0.28106834044772544,2.725952932662036,1.1976563218765595,0.7317867610799809,3.206787193028333,2.707711012430032,3.613644353950768,1.1585637526518147,3.9672160496378126,3.8804076818417528,0.5761928531003733,1.9427378261737074,2.3087822562817557,2.169356934658639,0.23795717767730373,3.747133701858427,6.6525237761535205,3.193550710783434,0.44991028831056923,0.18060041395202742,1.4591604234675515,0.8073771823758555,3.759048857175628,1.7770015318000292,6.117990677526682,1.1584019405431154,0.8822786631226993,0.21482467774245606,0.60739839275743,2.4582889293786003,2.6769680700852154,5.096626209657927,0.8532417516654576,1.1661089886649467,2.9579173093798694,4.644462958088968,2.596265238915226,0.8851285497872041,2.203703219245109,6.669860308449817,1.2017408572171444,2.30230285317149,0.6972205819793533,2.373365726930576,2.9207384934269562,1.8692210573983488,0.28368157725377685,1.5160209984370976,1.022480999568053,0.84932936902538,0.18188629352177887,0.27296536377895597,0.4342618248713688,0.3537499780435347,4.440652546523962,4.356880177731547,0.30846066489788804,0.4294741678712466,1.442275966120657,3.1589921339478764,0.060577374637158954,0.029089512698105224,4.124876375033571,0.928034890764315,0.26157151033830006,4.2146773514657845,1.2178453960756954,1.910739431569116,1.436172491976217,2.8417368203770628,6.046582427115235,3.3114231419693976,0.3446496643820758,2.6167567606220556,3.3366307351667643,1.9625214513529503,1.7675554761624417,0.023741121104468688,3.413850989341867,6.922383292486028,0.1620688735207252,6.9975858367421075,3.337410572345913,0.733690493453178,1.6886811000021726,0.12422011995843274,0.8808894045776086,0.27399226558440004,0.43203750345985137,6.084531290406012,0.9168400166530493,6.293560384447954,0.9023183629094476,4.767229780303829,0.07308051018970474,0.23814071188842068,3.8655781556339406,4.43943731654695,0.9595114450213433,8.525226460011547,0.6119836746388208,5.089651916043655,0.46329404352520953,0.9984511213046545,2.3431089357234676,2.0671328575445216,2.3774426269561078,1.3968976712534307,2.8505491722495435,7.6863132158196095,1.4297809152961385,5.949487173790963,0.026591455724933155,1.505561592423959,3.8104032685664038,0.8802575964047654,6.258364259544852,0.6864490161665913,0.004569771698322622,0.9531051600732363,6.085627615714252,4.490544899703764,0.9720314459824122,0.6922289869161258,1.8089190968964086,2.1932456154226188,3.29801114184178,6.171262324577121,1.0293087477370126,1.3430640333035426,1.9751549127138386,2.113772892605538,2.9265203469266226,2.0456926239122453,3.165957282665701,2.659193536897746,2.565306787576759,2.054012347226859,1.3613897439594833,2.991462496771854,7.6788333907839075,0.4231153186800327,1.8914837803854283,4.335821491647723,0.8959836490104096,0.744493485130092,4.161428177814266,2.0230490239705805,4.512515292085537,3.140847927871371,0.3525715723160623,0.04739735872271633,4.746716243426481,3.556343083673318,8.098058834992486,1.8983359827700887,0.13476246252965574,0.6007620009699792,6.31186872752339,7.598016755949885,8.516859912200367,0.9591672540874416,4.754182421933212,5.16630257253211,0.3928937801897803,0.4697546979523257,6.13651117620843,0.8850042946213641,0.14641217918579308,3.962856594918888,0.26406406882794364,1.1904837204191567,0.8935078717014857,0.003821928776089667,2.522023390503451,2.7658180217262798,1.8714195721315008,0.21220070765944943,2.054441478139787,0.1584800746927244,0.3065557190968662,1.0170299215261522,2.804939977771589,0.00012936660391460464,4.1016695954830205,0.6413873268645958,0.3651423572968424,3.6556720409412353,6.494904163917765,0.6322662752267245,5.302382475864917,0.8217572296775373,0.5553420320071627,0.6547080187199734,3.401728466874129,0.49923848582311736,4.688044812713983,0.1563194193467634,0.1521301647795148,3.83299442943197,0.24572544699232424,0.8656194166721853,0.545299598118774,1.2992030565268629,0.9460911766518265,5.480192182684334,0.49270986552086704,4.2111243059233825,0.04874677186422094,8.18282253401772,2.7578621476168745,2.7740267325862655,4.192432151134739,0.8441011552884061,5.119122292752504,0.524384357731424,3.9585022276847113,7.4487013603784185,4.538158511367822,0.033753662960882114,2.5803945985599874,0.7180757543432641,4.7637011709693695,3.3411265847039697,1.2871287683434236,0.9577654823217734,1.1130270684886945,3.428940188678098,0.07504843893520974,2.403035505089993,4.448425150381114,0.9935834592930632,1.9530306574959049,1.102245554673356,0.2993816843930288,2.260602484305654,1.5349221519834417,3.3799221310304404,1.1627532286070874,5.075655919935549,1.462192798151193,1.818776418682143,1.846582336689865,0.9472112446401577,1.6107044247809266,1.8982441515418529,7.379624398809355,1.971563812189789,1.694520562476919,0.5943591247139697,2.1961993337730625,8.368943397906556,4.2270029892067305,1.0626447869871427,4.846403788571407,1.4076797957823146,0.032287124030324854,2.2211784722300276,0.9767657917510135,0.328085893457315,0.3734667502401168,1.7931251311724683,3.454172707261529,3.836477811173637,1.6224310284729455,8.931510500850521,1.2721333942429034,5.492881335515349,0.4709533925205758,3.5189577949241624,4.6025981434197485,1.1150070540637036,2.9699275274969548,1.2806803448997037,0.9495331227330368,0.12557882822283162,4.786981090083284,5.85609414066282,0.3643940416075253,5.108679910186211,2.1958030579120447,5.443124727707367,0.0033173346361998757,3.283828721696243,3.5443722856075297,5.852104172928712,0.8580685310071048,0.18054507961631572,0.17920487956986086,1.5919104832232946,0.7697011398979088,0.3524308451065963,1.8070177918378123,0.18238408627460778,8.416011571784777,7.459748625979728,0.2120563872995982,2.4241993117792076,2.259772998296376,2.046214390877692,1.3615164002821523,5.126681039580223,1.358915977587559,0.9864906112098708,0.14553459836957927,0.01548232770296254,0.05360851956395152,0.15678658225148867,4.2928241592483705,3.5480469150875003,2.8782358774960795,6.5355066208881,6.778601475158091,0.12704512044780247,0.9828888001109082,4.913517474190144,5.547140082005171,0.41539506089873224,1.935709050106185,0.9895059853889205,1.7154085580398828,0.6615995299794264,3.198349951512151,5.503492590014549,0.741917278260086,0.7918156544400281,8.045763541956298,0.31285741375093323,1.3447374340399776,6.868367140135957,1.4678624241913312,4.373713513014145,2.6886428720699875,0.8685928220416272,0.34422961258216,7.896989335942486,3.07751966349052,0.6750862794053953,1.8672654995561615,2.4486701031981397,0.1601726997896833,1.5162803290676052,0.8395254140942949,4.293009666162625,0.5222304263148769,0.1383543902930353,0.76225432003615,0.6744191117956531,0.21564475055085452,0.512337023052571,4.532207635953568,0.5574035285290393,0.11226433111546763,2.6006719004820127,5.529350109452711,0.20032639722279533,1.681342382997542,0.1371618163650381,0.02247246520063584,0.1462966795144638,4.530929441432548,0.3963049974576176,0.8160433609860847,3.9889406168545065,0.9740854903176857,1.5790708473891613,0.19422133919476536,0.6220060288115379,1.1429113572257936,1.3449675214966246,2.1193208517582915,0.7129774932336588,1.5820067572202463,2.1093599615538405,0.9203139437844694,0.9067297300993475,1.1504001501684957,5.147148472738309,3.678151495055843,1.522925280814663,3.769059850607843,1.6296396786243825,4.220987950480847,0.026062485006440816,2.198300103522371,1.2232334899238024,0.22384646288156596,4.810385439336895,4.398456067464363,4.879422270284043,2.7380799160880915,0.6922895560673794,3.2702147605698038,1.742782883920313,3.230104505457019,1.9794300481241258,8.815395193602882,2.7976489304571857,2.261506037159685,1.2813989936586445,3.567863467388838,1.7081108090977537,0.4967868477883073,0.8758627376979309,1.809005678430975,0.3576843650142951,2.4360422475571113,2.7434305872463014,6.429077201963249,3.658102162924388,0.0007155635316768993,0.06608909976929533,0.7952809988036069,3.3452703716852925,2.456444902870995,6.512171528906206,0.3685693480784735,1.0361100700902925,0.5168952718720892,3.4278070323269034,0.8871467134062438,2.2704091449489203,3.7249892036183088,1.5470274145451839,0.3850972457076036,0.003616822985497592,1.3751617577348618,2.948556707141889,1.6588696177110016,0.7656921872990594,1.005087680024963,4.648326639164184,0.05137310524073335,7.449640318082011,0.014733495561943144,2.5223973583481567,2.9764383399313514,6.2256756008140375,0.07480999375149744,7.280741573547701,7.158472510176523,2.4558271634224056,2.8486138735724467,6.607780689491527,1.8210693275328431,0.8572574845453413,0.42992420567548884,0.16124877880607835,2.9706042531217527,0.5215746968161936,0.302447955372263,2.095383432340551,0.26148526199659194,0.03171941098892361,0.4798564302723216,1.0830306918409187,1.0693622421109974,0.7945260306868396,3.2459572829615873,1.4770095869589692,1.189887078401267,0.8918505486845247,0.8784259510406791,2.91883305918493,0.00997673889727313,4.257308637704355,0.5541805864599496,0.7367303516631001,2.360578656074871,5.5313158777922755,0.9203953085609502,0.23043174392168453,3.3628148057370577,6.6087935257455825,1.3464686766919547,0.7795207018381376,0.2617528683016985,1.311480613859504,4.7084596392577325,0.06908730503914517,1.5685583369117495,0.043713439111011,0.6549329173258154,5.16556282397492,1.1464577820673671,1.3332620258335286,1.648837937249759,0.6204393786554778,1.5903926029487563,0.0564504360047966,1.3280555102950775,0.028903851051503393,5.374710511161059,0.8601435211244004,0.2194221162080794,1.1777920947934142,1.326493701151442,5.828388061695652,0.24980252668288294,7.106004545800895,8.804419400347886,0.623757210930151,0.13510094691438912,1.5151395948470352,1.604307314760355,0.5110749217592119,0.8629696675931058,2.2963502541493135,4.723277847496959,0.07658142315595673,3.2360951463504435,2.190669455873227,1.6308689488848138,2.335729396679678,2.5338345153917157,0.9261879393059083,5.6959965128644265,1.194180187289417,0.1870171208856639,6.442512850065132,6.240404175540107,0.9879756996177136,1.5402759273401538,0.28189861147431117,1.0541628787806978,0.6223265861276559,3.2617047726955803,4.358215130145933,0.3082903112333293,5.4925570269990525,5.550058657352416,0.005660450549370255,6.340515814582917,0.2215306918395865,0.4085923978581327,1.2588152106468122,0.09081237709600476,3.8812684743924244,1.9354545562685423,0.25526872328864325,1.8428296053583715,3.0757627417135422,2.5515741774431273,2.6413308188385365,4.720114363399034,7.127726127184413,4.477451555393348,5.2983071732378235,3.1459734512841706,4.489391172277678,0.8664289740537114,4.385811892097214,0.3149721990581067,3.646867015061277,6.423401646352371,5.197844350515237,4.367697958159097,0.42233963335724867,3.1764557542037934,5.771811054422287,3.5974247603025233,1.91017882392938,5.9880117508151685,2.3381682393393435,8.763677304006322,1.1172581603208567,3.1933036011378677,1.2926720627443569,1.2659925883614775,4.594177521547369,1.3276520579063944,0.49311430350702734,2.639066428216789,3.7765311062670293,0.18210021199571358,0.17735039662074925,0.26257620006391136,0.9816793243677129,0.7199700629319428,1.3159466471753327,3.477508410711991,1.2682399524129089,3.531802393800831,0.21981090209339627,0.9756929285383578,0.08078436633416253,4.949788132771422,3.685515240550168,5.970581471392556,2.563122448893906,2.3750356521339278,2.8687486989917135,0.12730113030189116,0.09447159465309873,2.8865680850860898,3.390661277843712,0.5615547195457609,5.623308093015311,1.2119008338140471,0.940165944514562,0.022968592055786274,0.7976986141702447,2.101223693493308,0.9222699393758909,1.3995441098804324,1.2557564603706624,2.7443111610051716,5.848848193650631,0.3768419900757465,0.7962072717829756,2.476071902626451,5.3022634247192,1.0912732506168332,1.3428723133647011,0.8858794676544068,2.4199117845503126,0.10152553235435491,6.876489923860169,0.3140110073670952,0.0020500150060349664,0.32381804125080915,1.1340332545748542,4.564325136553084,2.16653751265045,2.216371463441158,0.2355289030371468,0.4827533048565851,1.8018404368608998,0.9172425843893652,1.8070807484477989,5.113561074283703,0.15735355278100993,3.303001205629357,0.11062626125151453,1.236166552364125,1.8384417508088635,0.7078454773916592,1.093714321770884,6.408875752508806,3.7078312723461284,1.5409205499648628,0.5984158016635981,0.8061613957879201,5.1796554342122,1.2926445535863351,1.236207049235798,1.1599778317704166,0.8014069907818637,3.207682595459243,0.517090884513502,3.1507305754325063,1.6579522678445109,2.5210123279590277,3.105390176142766,4.023033739158016,0.12953785326443423,3.6148766795121894,2.348950224374093,2.8234503307491696,0.8059370375281816,2.408399175457106,0.36948636521013967,0.8260380151470024,0.29167604123669477,4.779768700283006,0.8936414385145133,3.587525260956909,3.2385801271154193,3.305466439407935,2.8294990120304835,5.159168185512412,5.207787507856377,1.7444088433148517,1.09763943289631,3.401993669350789,0.08822190062879365,0.3776725784782755,1.8864558804177278,1.85260747886079,0.7631553884186442,1.925938392713256,0.7542895722734324,2.1519156478296892,0.18546873071308756,0.4001528050356269,1.1538643221950462,1.23495468473498,1.522834529737918,0.7841590147272868,2.2301879535011526,4.146820218388257,2.5910783681960545,0.7352426188848895,1.7455743661760321,5.761083814989284,2.5351269138182886,0.021846492655331673,1.7178363369017688,0.06317608463569258,0.8074809573790702,1.8126300835064342,6.357384726976964,0.893520360761876,4.23597607182429,3.662537514887658,1.0595716177078636,0.17533400728353854,0.9997109405912354,4.150696124066286,2.0132457421644823,0.719956203484776],"x":[2.505665417968728e20,1.0234059714278854e20,3.3147421450107945e20,1.828731213644803e20,1.2597615408781792e20,4.688594654989159e19,1.69484835801522e20,3.269766028686632e20,2.825566949931515e20,6.775190428150713e19,1.2495224787463016e20,3.9185578352781047e20,4.3730143064018013e20,1.1541092158366933e20,4.1214481855516194e20,3.943571832619903e20,3.899251759976097e20,4.2616090462162964e20,4.8642811935314995e20,3.100244918503681e20,2.4526329058242986e20,3.834445362460049e20,3.790732098662989e20,4.857776128771467e20,2.7998085839418445e20,2.394593672392759e20,6.021169847460212e19,2.4443466755158793e20,4.7414727440789026e20,1.807105310331445e20,3.3204956618267735e20,2.055380595752953e20,3.545750698333826e20,1.908577327089378e19,3.118210771326917e20,8.851376720687827e19,1.7709089434453374e20,4.695371632011442e20,4.488064917062541e20,6.540105801976032e19,4.92785469048817e20,4.308662875484219e20,1.2167974854171504e20,4.526586805062699e20,3.1957310592312103e19,2.754208240214895e19,3.284339595742068e20,2.2122117459835316e20,1.863334124578595e20,1.4785376542144512e19,2.1536346024205e20,4.679012251992425e20,3.992306829490794e19,2.4544728236702512e20,3.765013590771116e19,4.2682755697213656e20,1.038938155911967e20,4.7553457557283465e20,1.609480888018056e20,2.7652724672206202e20,4.7456136485373254e20,2.0820476101844386e20,2.269074584014723e20,3.014946850218113e20,2.9788646071302265e20,1.5765701414380523e20,2.983895067907676e20,2.2541862143880698e20,4.745637280561453e20,3.183997762316844e20,1.7052598257355922e20,3.969316479000791e20,4.3993943761571394e20,2.4248596047913163e20,1.2728554508906226e20,2.990586553870993e20,3.435550774708681e20,3.833765967908836e20,2.280476249994723e19,3.701112709916996e20,4.3892374819600785e19,4.890404838791236e20,4.294297624730955e20,3.185293571883132e20,2.2796944459403267e20,2.7369167959459922e20,1.5507950674971015e19,9.620969927264367e19,4.0750717116050735e20,6.288060057321964e19,9.34072511719506e19,2.5495000759317045e19,3.437211682685477e20,4.619686786191462e20,6.2152554420089045e19,4.57388355375939e20,2.371873846751005e20,2.275570778428756e20,7.980230620666007e19,7.707945824360074e17,4.627204532230953e20,4.852350599294986e19,9.009235053465869e19,4.790100756650975e20,6.1473266921887646e19,5.640180393534783e19,4.678895170102337e20,4.243846220969299e19,3.7301803491631006e20,2.5047672916867773e20,2.1125388283775415e20,3.85420407041972e20,4.863795914931223e20,3.443802360688263e20,1.8487668690097124e20,2.395679985625591e20,4.789331833326862e20,3.3903209986350586e20,9.78299777403117e19,2.471531115572478e20,1.542418330853439e20,3.6402746158019484e20,2.0000685232058706e20,4.652639919206355e20,4.443444911330062e20,4.893258155810598e20,3.9351335320279096e20,2.9649958771162815e20,4.0164767196437486e20,4.780772870572259e20,1.8160278941925163e20,2.559176578319312e20,4.190327610624592e20,7.294921088359246e19,3.4221372395680196e20,1.3049680022245502e20,3.976489634831379e20,3.8687796625717146e20,1.0901909740082577e20,3.4090352367069626e20,9.652024087913713e19,4.7380445837416346e20,1.518425320532697e20,4.214228780528309e20,1.77273914042414e20,4.5878930461976855e20,2.5218664676014594e20,2.9023187610530972e20,3.2445605118684476e20,1.0955760201734365e20,9.664341767857093e19,2.2048929500885746e20,1.05752417558254e20,1.5199993939188872e20,1.5264373752374365e20,4.928052461695483e20,4.0850293408300584e20,4.2683341361354546e20,1.5794285812849446e20,4.780011765143453e20,1.6831747391153055e20,3.0822016806377836e20,1.291864646061175e19,1.2306029498352761e20,3.351420005578862e20,3.767131379531579e19,3.7795825352699196e20,3.952788033710835e19,2.3711897907819024e20,3.634963223552029e20,4.8454213284008677e20,4.9469429028760276e20,4.954450660401532e20,4.106477922886636e19,4.144710373462641e20,2.104580741871362e20,4.781240410208147e20,2.9419754624754323e19,1.6838678665942863e20,3.866931575669863e20,4.126551835253131e20,2.9970852890701634e20,1.7942876277916982e20,3.620947788769742e20,3.515077434487839e20,1.5705282772155728e20,3.6680513832261445e20,4.427492824963562e20,4.12282656171271e20,1.9198456612339155e20,1.9054373483365856e20,1.6898585782759473e20,2.4015314403881016e20,3.042722501551839e20,3.4138440921215245e20,4.0250200994989874e20,4.919376912186824e20,1.2605812700309538e20,3.27614757470852e20,1.875859874749122e20,3.191317241584383e20,3.061436536828359e20,1.006576620875531e20,8.34303928362699e19,4.971909744121188e20,1.6027046441891063e20,3.030545586155464e20,4.509401209628007e20,3.9542459087268394e20,3.822793686208817e20,4.7787623651624144e20,5.48599491573315e19,1.755924234064095e20,1.0045115704346885e20,1.6050611508226543e20,4.109957010929238e19,3.2516859352329853e20,2.7252726074617168e20,4.682909836708287e20,1.6066231564476285e20,4.418771891151602e19,2.8682708651213134e20,2.1258034966515217e20,2.96933260259375e20,1.7174116238308403e20,4.704436448227295e19,2.2850352220145415e20,2.6656690391016892e20,1.392791788497395e20,7.923422001414976e19,4.047296495967562e20,2.6984706894335604e20,4.526867420076196e20,1.7646027382828715e20,6.649512760542425e19,3.8706540003660045e20,2.6406023421091034e20,3.350068285208346e20,2.831178260343137e20,4.647288855003298e20,3.01072568018869e20,2.6603977034926123e20,2.2638187845417622e20,2.7234669908639082e20,3.5545177270674964e18,1.5233775078692828e20,3.8726212927125206e20,3.2014049016941334e20,1.63848464102515e20,2.4223023230843978e20,1.6950292934213018e19,4.695018127057267e20,4.3208605092203233e20,3.41808065698547e20,4.070075527006245e19,3.007278843297244e20,5.5676857795319054e19,4.328413873435061e20,1.9021217965253208e20,2.594064792532546e20,1.647880503914946e20,4.1491872094184984e20,3.892921861892985e20,1.4434827823156937e20,1.1975519926489919e20,3.6113471553765776e20,3.616756324571837e20,9.07944263349364e19,3.023789451786729e20,3.3279335522493347e20,8.00986849090608e19,1.834354271781377e20,3.6783272074456164e20,1.3844537511530414e20,1.0848613989426587e20,4.7563233971475074e20,3.695832131358473e19,7.69687669671209e19,4.679858096504571e20,1.4830087179463547e20,2.642832597761455e20,2.322707838863917e20,3.0818906480199434e20,5.60286722037755e19,3.19206533675789e20,6.747968169992685e19,5.925588277287358e19,4.625089290999713e20,3.678796585542172e20,2.2130814697307878e20,4.975467275877533e20,4.447883470496512e20,3.5693999788009783e20,1.1251256946391353e20,1.4911958014471127e20,2.000789070967479e20,3.9754230312236437e20,3.83276296670563e20,2.2035725997211776e20,2.117512373037452e20,3.295506664477619e20,3.783813205055454e20,5.330321711187741e19,2.3342427056852432e20,4.433656131013962e20,3.0508174257071155e20,3.970524238632543e20,4.2184090692881764e20,8.993736096203075e19,1.837423555609851e20,1.1400338251460062e20,3.815602625597001e20,3.341285574516187e20,2.0106390681462505e20,1.769882704410744e20,8.133496163968195e19,7.62700325545892e19,2.5852042904210594e20,2.8972501054971494e20,3.7175485112850735e19,7.819797346289237e18,1.9844148742884098e20,4.044536300769875e20,2.7043251887827013e20,2.241770180806148e20,2.2894574067596653e19,4.664614029413936e20,6.8104538593118044e19,3.8110588904675174e20,2.0979658472038616e20,1.3642573345552522e20,7.565168219373535e19,1.3351129378973637e20,4.713988299848219e20,2.4669121805736005e20,2.004095746538544e20,4.260891105556315e20,1.2062726333721369e20,3.121879597685169e20,1.935230083039527e20,5.7473254465228775e19,3.838978613765145e20,3.5013313253170145e20,6.649958136181255e19,5.492450190339892e18,7.42473030848596e19,1.8879268850714804e20,1.805905078115112e20,2.0801894650491077e20,3.636150231119674e20,7.764574140853297e19,4.310733872489788e20,1.4914372143260628e20,2.6509789370668345e20,3.0092930615688456e20,3.159273770766549e20,7.1528612538530546e19,1.0752213269037636e20,4.774463414175874e20,4.80909148766794e20,2.3706718086329077e20,3.9968631348174494e20,2.0605302194652404e20,4.582731721993477e19,4.211396408656519e20,3.707069397470495e20,3.670659872688078e20,6.405523508133382e19,2.2911080104511445e20,2.9225040348353377e20,3.756768455721618e20,2.9474341011688223e18,3.8797273751558173e20,3.5072935160797305e20,3.019110837141711e20,3.684694940284086e20,4.4271855386346894e20,2.778371263328077e20,1.331620731274143e20,2.554514574302332e20,4.0214194827733094e20,2.492172615496621e20,3.623302388238097e20,4.7769022408364333e20,7.251682075970966e19,4.879004595004024e20,1.674158338624493e20,2.3926135088756906e20,1.3471549775774817e20,3.7691952269212294e20,3.03257212717585e20,4.3353577629122455e20,2.4547752866249916e20,1.5647404778663327e20,2.3996805035067697e20,3.436300878320855e20,4.418880199880887e20,1.8537534638015696e20,1.024334689305471e20,4.7084930342295716e19,1.040152801433668e20,6.891348089331867e19,4.066521970961722e20,1.8914670404047507e20,1.1106141967896204e20,4.822697612013846e20,1.8036743037158647e20,7.377995336418908e19,9.833584489691244e19,4.835353986569833e20,3.591766087013853e20,4.8248761569743726e20,5.732697527413266e19,1.44613709111108e20,2.0616257025962774e20,1.9371596721626245e20,2.4527230067080947e20,2.8505177903314416e19,3.7188977852683215e19,2.4414359020241916e19,1.8269057327679767e20,2.448308931634159e20,4.5703212735036955e20,2.5888801714698967e20,1.388427014889545e20,4.1654780320649884e20,2.107481314506063e20,4.8750333062194194e20,1.619767771004185e20,4.029457600252557e20,3.122911362934266e20,4.978955279764664e20,3.7202141204855226e20,5.760722033266968e19,2.213523265698869e20,3.5515765671699376e20,3.4138931717320855e20,3.906841534416228e17,2.1462852745274373e20,4.4930475490263086e20,4.283215987958972e20,2.7564556047909238e20,9.740498987234697e19,1.744086210040396e20,4.2550820267620434e20,3.150843584533569e20,6.7058049031015145e19,3.029779062609771e20,3.6830064250693e20,4.740635462838529e20,3.4114357408028594e19,4.488181272515395e20,1.9992107273420184e20,1.3820427948970154e20,3.913462885394026e20,3.113948742865111e20,1.043477567816925e19,2.0716441039856475e20,7.6206214461985e19,3.5752579316702485e20,2.3234317222116563e20,4.4633082714625704e20,3.6318208051245246e20,1.99046105605399e20,8.427113215213327e19,4.363273408029632e20,4.451580959746282e20,1.3200969827659098e20,3.0201464009748775e20,8.001564474598721e19,3.2355078524921335e20,8.946006113895344e19,1.8698681235928167e20,4.436647863263881e20,2.527608097287937e19,1.40138441935915e20,1.099894027101242e20,4.332621415685343e20,1.620439834608573e20,2.5995424898124258e20,4.786283104772294e20,2.875711089958095e20,4.078607100725308e20,1.1549049789974148e20,2.669155649052652e20,5.50547027191387e19,1.2575364422640334e20,4.8666216030974915e20,4.285130590602067e20,1.7895367958458103e20,1.7564747811377247e20,1.8603416013611096e20,3.9486587567283765e20,1.6023215782905414e20,4.306243590498651e20,1.0866008671469884e20,1.5925523672614633e20,2.252032213361662e20,9.291150883723942e19,2.0469843263164183e20,1.4983154724655966e20,4.088104430066913e20,1.6594051518529844e20,4.6624691924321554e20,3.468671959394391e20,1.57215568213128e20,4.1098801101111506e20,2.4029527711211173e20,6.97670985532407e19,3.910232616122858e20,7.1547160542211555e19,2.668202720870672e20,4.7644577908813346e20,1.3220377435728842e20,2.7369837879035875e20,4.904516297078909e20,5.418518688148272e19,1.4632884334810692e19,1.6727642945788595e20,3.910346795402101e20,8.258250789827604e19,3.2886297796383297e20,4.280737341754615e20,1.4558100615535585e20,2.979179280424663e20,4.768126277509139e20,2.935230832885105e19,4.952540154022966e20,7.019372084079206e19,4.023071744841286e20,2.4900450645391815e19,4.834172405867313e20,1.155107646996878e19,4.441352574919857e20,5.487790552033611e19,5.926411947368132e19,3.174507255101453e20,1.676478523634057e20,4.983424524011187e19,2.8470728235266464e20,4.280922129311648e20,2.234254071876077e20,4.776263735753647e20,4.153855235809265e20,2.137118108795592e20,4.914380978111529e20,4.832108908000582e20,2.0190367214764504e20,3.060900031754121e20,1.6532549872847097e20,2.805407551839464e20,2.43804538147187e20,7.158890387283701e19,2.5883210239410166e20,4.3683132609363024e20,1.4842982055316383e20,1.1910786107419342e20,3.133366995009678e20,3.9024762305246455e20,4.678872806284692e20,2.001312350552453e17,5.390754531589931e19,1.8194890725350012e20,6.028766682943315e19,3.329426828479414e20,1.20097908557803e19,2.025528558741492e20,2.7267969083431387e20,2.422070460851484e20,2.5756586234095996e20,2.2762212680549394e20,3.7940032959998165e20,1.973826343510174e20,4.0666690951519784e20,4.199254147353751e20,3.649319733859624e19,3.8925996522662376e20,1.545104470222023e20,3.478679333387408e20,3.056015239580366e20,3.240171579661813e20,7.007283802742126e19,1.3896144779392388e20,3.798747750321835e20,3.346733558364739e20,2.1906985498594722e20,2.994988712165191e20,3.948009501630305e20,4.407758848859514e20,1.9205175690955466e20,2.1293067716866565e18,4.618520141681391e20,2.2193498456521776e20,2.819685258661791e20,9.11378026154514e19,1.8835784238645038e20,4.996444970989508e20,4.9216385382577255e20,1.9522008739599806e19,2.0239868665521678e20,2.951541363603161e20,4.156431465654733e20,4.7813983981020565e20,7.949741856082077e19,3.743093502976266e20,1.248087097292272e19,4.304723459940486e20,2.402547811627198e19,3.586507399803974e20,8.451572868116568e19,1.6634052912274833e20,2.143842289528673e20,2.8666944661752368e20,3.36081230095818e20,3.9513564882071355e20,2.5157207185837356e20,4.074087650932446e20,3.850843946080082e20,2.4985795771471974e19,1.1303470443522535e20,3.7010663493547255e20,3.2906661507847545e19,1.77418753034143e20,1.9698984181664353e20,2.3472090275001945e20,3.2167772380960516e20,3.0463155767996377e20,2.737528476502069e20,8.550932300677305e19,2.595382263735908e20,4.0323547886623654e20,4.5334152052980056e20,3.6599767522966615e20,2.686669656298202e19,4.617386598316401e20,2.952938854628884e18,4.604113448092581e20,5.8877896922632454e19,4.7550735256239656e20,4.792355078414557e20,3.607991094323533e20,4.5723342538215706e20,2.0690093816825407e20,2.984316060081865e19,4.277592553050208e20,1.9059216196936614e20,3.3605286960671887e19,3.095709846191587e20,4.6731901465602254e20,1.2060897818271066e20,3.720768855527798e20,4.345906644721047e20,1.140870851597749e20,3.9757856236328e20,3.967016885310433e20,2.3193767720073173e20,2.288131210000183e19,2.195539585399644e20,4.6227660182547064e20,1.7676463995310199e19,3.774165912764883e20,3.392115891453146e20,4.9506348422729066e20,3.40848649796423e20,3.350650090496244e20,3.0925684241297395e20,8.778847366381298e19,1.6125307367889637e20,2.526116074024345e20,2.371758735256096e20,2.4311800409428484e19,1.456581477516859e20,2.7328524385763797e20,3.147343028414212e20,1.655804540271317e20,3.447345372290439e20,4.9548470473823755e20,2.416569426008217e20,1.3800151559779217e20,1.545846806166658e20,1.2144538147142836e19,4.853331498763091e20,2.29814347245348e20,9.862395319759148e19,2.93518049383783e20,2.4467144054779383e20,2.8383727466167242e20,3.3990004360485937e19,3.886313105936458e20,1.856280752038999e20,3.938591917431532e20,4.469699694653812e20,4.708772427924137e20,2.8731527023666882e20,3.687449772188436e20,3.831314652331419e19,2.9302721607932504e20,4.043204906153464e20,2.0048069875193332e20,4.426453185236232e20,4.791916766911657e20,1.488557555368525e20,2.2368092958655745e20,4.988504233291294e20,3.97242892198326e20,4.693680058454219e20,3.5603233045289304e20,9.005575475047283e19,2.1961599361028768e20,3.397700977567456e20,2.5367633128387946e20,4.476305254971209e20,6.334990967237364e19,1.0625571953657969e20,1.4918016095002395e20,8.585560349683841e19,1.1818614324954946e20,3.375249395222494e20,4.948592590436903e20,3.794731167276019e20,3.8173652191210734e20,3.575995679589301e20,9.82513445516826e19,3.4814957337074375e20,2.543963099692267e20,4.4415946991975635e20,2.806464792957914e20,1.844787711228318e20,7.285661984196756e19,1.566346898037564e20,3.5066410516230636e20,9.015713126073105e19,4.6322669553188445e20,5.299900688614623e19,3.947949943975191e20,3.948325349872373e20,2.3211728409875254e20,1.8182906512970272e20,1.0377294357111588e20,3.988503342153545e20,1.389879170355427e20,3.048652623899598e20,1.5707636172594414e20,3.52971155446634e20,8.269787525942713e19,3.865634479797858e20,3.3868988374765784e20,2.1073489338482475e20,2.1256965471691896e20,2.793964234673052e19,2.655104431982878e20,3.7534917384751645e20,2.218809506595193e19,3.21315479903502e20,4.502341047527623e20,4.264610288787618e19,7.798938479856327e19,4.8870019975432706e20,4.527602344641463e20,1.2910170361654339e20,4.808166984724996e20,1.1611222573236424e20,3.400002412491983e20,2.3165147758850874e20,3.3721250839856054e19,1.6198417475281214e20,1.0401766829970427e20,2.328114856620846e20,1.2827526813372742e20,4.087581682280792e20,4.989024437231724e20,3.00626861334909e20,2.2882971801074365e20,2.4557499666107476e20,3.7536700268222815e20,2.9729488862012486e20,1.1919165257570447e20,3.891258577334794e19,4.9961069006457825e20,2.5932079688948145e20,2.2642009873723707e20,2.570854411589864e20,4.054657625667475e20,4.5125810567405175e20,7.059142175945015e19,1.560956131505169e20,3.012020370178656e20,1.0420880707274877e20,2.4334336286612174e20,2.778316920518598e20,2.12357728695029e19,4.629591650805678e20,3.934924409326035e19,4.2497501644799574e20,2.233487089946343e20,3.67940520493743e20,1.6155125357049348e20,7.701579164640959e19,4.220365415270798e20,4.573488642415562e20,2.2043177668107105e20,1.8724210579498995e20,2.130206527218923e20,6.9081994893151535e19,2.399842614055242e19,4.1778762650171146e20,4.909861012893655e20,3.2748075396331045e20,4.990416289253499e20,3.5302876662770736e20,3.623226908180597e20,3.47131994146657e20,3.465969187970423e20,1.3444351583924491e20,1.9759015951059567e20,3.921682962229728e19,2.186500749576989e20,1.398948997489321e20,3.62195403903839e20,4.8210641767298944e20,3.6010348002225816e20,1.5230797129297314e20,1.3968741078087182e20,2.833425021521762e20,4.285649302061019e20,8.431733202219948e19,4.054003471265429e20,3.247046571480458e20,3.526145305515181e20,4.5560513148254296e20,1.48555469914455e20,2.5826590168733503e20,1.4145316928679375e19,5.77960993953614e19,4.8421381396906135e20,3.839208125304123e20,1.795773072642041e20,2.979296990404953e20,2.975351056246596e20,6.243953050538786e19,1.5141313954614155e19,1.3739434566147085e20,4.560952036471038e20,2.465566918368068e20,3.117879535146987e20,1.8812795195448056e20,5.568278931065368e19,4.418730797798071e19,1.9086163457342842e20,1.8154381456508246e20,3.4610475288809505e19,1.0402978874825665e19,1.7625876079944004e20,3.732741553587582e19,3.931848649980699e20,2.520761756765128e20,2.701248738624795e20,3.519595661079946e20,2.478209889166869e20,3.9076921709658223e20,3.116827764880809e20,1.370793721864194e19,8.202680155135284e19,1.682579245545001e20,4.636304507103933e20,1.784658544058045e20,4.7317062104143784e20,1.0983446685268061e20,1.436919769562023e19,8.306233845049393e19,3.5426296117946424e20,1.5507412009168624e20,3.5049221684054786e20,2.815210016792744e20,3.579412599519032e20,7.60809497127224e19,4.694329503666506e20,3.7432231623590484e20,3.522961902331469e20,1.6612724102005067e20,7.311709770578751e19,3.6286323660328514e20,4.154261561267162e20,6.465139587520374e17,4.8099707306480684e20,2.3304498165586906e20,2.180813422600157e20,2.6567598902723478e20,1.7939307366292573e20,2.016899894895156e20,2.2187567269950725e20,1.5696789835293606e20,3.167583028498824e20,2.276985624424372e20,1.426282090504416e20,4.0532376165671574e20,3.53280569624683e20,4.592449801247852e20,1.926432663238334e20,2.4155585333316737e20,2.1956809087516875e20,4.623608582567786e20,5.6759620022732325e19,4.894893060381183e20,3.138847357565153e20,3.16849094540209e20,3.7199683366039834e20,1.7728521868987014e20,2.3271298889778702e20,1.4737869601650233e20,1.0489580650187524e20,9.12167351284262e19,9.435664968073793e19,3.950682856171327e20,2.561597553729954e20,1.775962938719546e20,4.4411972642260786e20,3.2714268583814326e20,2.8653628594033797e20,4.3704599375787845e20,1.2650369829146252e20,2.3895867742504534e20,4.493130865616066e20,4.5055859956245456e20,2.411009440325429e20,2.466477971299417e20,2.999503052741984e20,4.094497675283253e20,3.634897934641833e20,2.0378595809567628e20,1.7097428745104366e20,2.0412383662906763e20,4.7855843555809965e20,7.400574546756156e19,4.6922765108352745e20,2.5084696901469045e20,2.483522621879327e20,1.439440410257674e20,4.20447390019176e20,2.705901229289297e20,8.089332577668645e19,3.2656608065472096e20,2.421824885905836e20,2.7373491564698187e20,4.503082105320557e20,1.7888596093723253e20,4.4532625173683687e20,4.6762878802904003e20,2.8333319768441723e20,2.039236151988847e20,3.040435356376849e20,2.4707487237713527e20,4.4613550092356334e20,2.0799304506019578e19,4.5252642245451336e18,2.6571038312674204e20,1.576908745025623e20,4.722664429639524e20,1.0696579145403084e20,1.5062981046601908e20,1.3866136770097104e20,3.277335869910152e20,1.483963001787706e20,4.4907677031588325e20,3.052910312230809e20,3.682585604477942e20,2.8807243610588067e20,3.65571330176956e20,2.7262470456890098e20,4.025581782913542e20,3.53149889989135e17,1.801707740177932e20,3.2461371612660715e20,2.426847711892869e20,2.8598068007472533e20,4.911041232751718e20,3.358153176308121e20,4.222995376987965e20,4.400267023646623e20,1.5939666518571094e19,3.988123830644125e20,1.9900109088287844e20,1.4116719338338302e19,1.732891921430666e20,1.1130989078236281e20,1.7360508198242864e20,4.6996844955898505e20,3.6536630049361474e19,4.897721671635799e20,1.203872637045244e20,2.0777693394253226e19,3.1192712643952253e20,2.3870886574683397e20,4.398087012955953e20,1.7300011673904375e20,9.212089613986813e19,2.7225092803724706e20,3.68502610384383e20,2.2395181618624853e20,3.793713396955004e20,1.7031932860604504e19,1.372393463533047e20,2.2058332021114952e20,2.808826079767085e19,1.223575621557782e19,2.978920622835765e20,2.2742245991241295e20,2.2148797739671244e20,2.725249064077025e20,2.518106295235738e20,2.9216342508694743e20,4.373730278369903e19,4.483324338480889e20,6.219576373101448e19,2.562764593735255e20,6.369970162101063e19,2.969366790325176e20,4.7542870526466346e20,2.9466131259168978e20,2.106197284099393e20,3.7906601346415395e20,2.6843013983750835e20,2.6436336210946975e20,6.8062818265173295e19,2.724359471982061e20,2.337065562838875e19,9.520780586063859e19,2.3731554818817363e20,2.6830200513083113e20,1.3496643123552982e20,1.6037864712694068e20,3.556359465415921e20,1.4604460790585495e20,4.396877492875372e20,4.229103088206538e20,2.4366887537536247e20,2.6322816345142762e20,1.2187616309475053e20,3.6339889615459484e20,3.171014075676805e20,1.316304739503531e20,9.379894473635458e19,9.049991984191763e18,9.895226569396504e19,1.90115270239266e20,3.4690496465075e20,3.132689677417454e20,2.1349940686045037e20,8.789390216326354e19,4.377477510187243e20,6.447535429444401e19,4.5363882955695974e20,7.008997181630661e19,4.887924150529011e20,9.823650636370579e19,1.4544937344388914e20,3.908930567409652e20,3.959772426485197e19,2.4688232413193768e20,3.985334043963072e20,3.4919412617359786e20,2.977316115254147e18,2.7295224319662352e20,2.6987841525807006e20,3.378826869106858e20,1.4045234781527599e20,1.4906642138602717e20,2.6822617212503012e20,4.271210979351405e20,3.28865318628554e20,1.1047735167464063e20,4.130145054060278e20,8.937674039499855e19,9.24652060836973e19,1.7821578427446434e20,2.9078951172678704e20,1.2217184193641428e20,1.690115024015907e20,3.5614918063308997e20,7.1134652648942535e19,2.827354308846969e19,2.674018259450412e20,3.738331829415817e20,1.1331111364562164e19,9.734507135176501e19,4.932881239070396e20,1.5585181228931888e20,4.6001077618170836e20,1.717610106996953e20,1.6412086762210594e20,4.7124016353510064e20,5.651222270093137e19,1.591787089799982e20,3.7379767341280336e20,2.2767802163601342e20,3.483340181808669e20,3.5801907720579895e19,3.3657989218128894e20,3.2881873332783284e20,3.265586020420519e20,1.1752582909752123e20,4.217980947770622e19,1.7213442150186775e20,3.225687197101511e20,6.513985425624836e19,1.763102675377929e20,3.065103266680474e20,5.8490389586846106e19,3.1368171027828336e20,1.7540173069276332e20,1.1848309123838847e20,7.332299396629327e19,1.8997414904169097e20,4.320553152244112e20,2.5790016615743193e20,7.043831999428063e19,2.9890727565319766e20,4.565876079695476e20,1.743266922820254e20,5.999593147815563e19,6.986830262588228e19,3.2586203852107455e20,4.0271714277274714e19,7.408990566459705e19,2.2697239044864075e20,1.690891648690851e20,1.4033585380735625e19,3.8568654063748855e20,3.234132204448571e20,3.870870856947208e20,2.6126792046715345e20,3.89575449955329e20,1.6780073650707161e19,2.9415716818454312e20,4.5951508604064924e20,1.6658283608524882e20,1.8241064335246977e20,1.6372285631588018e20,4.341382134931041e20,2.953076866636364e20,5.634827382125024e19,1.195760127118911e19,9.545962558148547e18,4.120928743573781e20,2.3699370308495832e20,1.3911864855706724e19,2.0229489516910808e20,4.351772608139744e20,2.057646878356172e20,3.631430365516618e20,2.3642567522803846e20,3.695637348993836e20,4.584400823364625e20,4.2843780685788735e20,2.7337917194417354e20,1.3624815684160247e20,3.0013289471980343e19,4.933346306812519e20,2.183015828045469e20,4.843470404816703e20,4.184437581596098e20,8.207289233758103e19,3.2181965716676477e19,6.894642185753918e18,9.682191619507364e19,3.781797927623262e20,4.57195892379134e20,7.10815038153485e19,4.016545914329059e20,4.159480693581822e20,2.514523891166951e20,3.265817256547371e19,4.431682155334726e20,4.6887925948583123e20,2.5053885350229698e20,1.780571802795064e20,2.341078614252975e20,1.1509508309553552e20,2.279441227539361e20,1.0691439450999169e20,2.7354577765762246e20,3.6934644998024856e20,3.595793358584667e20,2.703180333555847e20,2.7493636442699455e20,1.3529040307625052e20,2.4227052380201635e20,2.7232165107449725e20,4.651054610443956e20,3.937218291743551e20,6.675789354594286e18,4.5069967132165806e20,4.035025160502242e20,2.3182408582829595e20,4.711815105239056e20,4.260679372289393e20,3.6961500325958196e20,4.8221771063931594e20,4.0155229930565625e20,2.7284542743397066e20,4.719287158851329e20,9.387964678910693e19,6.57304917791291e19,3.839471197899662e20,1.1693382918450856e20,2.947840062072679e20,2.8040529125773e20,3.040607577365965e20,2.4081658540399198e20,6.713778906573992e19,2.472124247608188e20,3.326917018864619e20,8.094796534616567e19,4.3657514568946254e20,1.688525520598308e20,1.3361317069468492e20,5.996600449555478e19,6.0529902437409686e19,3.078890256906287e20,1.9115165384434475e19,2.0003011796934643e20,2.3325168433117456e20,3.4235281130357306e20,3.376329676494353e20,2.9114570539757283e20,4.643840059274146e20,2.7590655421390307e20,4.1621791349459616e20,2.8890201271433252e20,1.3082909152648453e20,2.5346156557490658e20,3.2694156661178243e20,3.72297515536113e19,3.3780699141742684e20,1.8288828402240687e20,3.376661591469555e20,9.358904183603906e19,2.172764923159004e19,4.938667069507446e20,7.2660560699613405e19,7.496587389233139e19,4.045374416899734e20,3.45605343111818e20,2.8275742215959563e20,1.1952593515424186e20,2.2609899471248497e20,7.69300691347744e19,4.49223794303559e20,2.830157025911903e20,1.642036753956215e20,4.316005376505947e20,4.607482925337878e20,4.6830123874630815e20,2.2460261805839476e20,2.2167175765907715e20,1.8453197096212572e20,3.1664125619879215e20,3.5103665769835744e20,4.474926514181165e20,2.834386312012564e20,4.6800760380006656e20,3.7894063256742586e20,1.0842315420514409e20,2.7014849316161012e20,4.545626906662735e20,1.1883946571822612e20,1.41094816239416e20,3.1378762198544404e20,1.2206734777987249e20,6.7771773456970605e19,2.3386075796123107e20,1.9738131677588082e20,2.820314368393157e20,9.47569369078896e19,5.276870534896239e19,2.7487731730242244e20,4.450037769598883e20,2.2354525335274622e20,2.208207449518962e19,6.1950976258915434e19,3.8769808005504906e20,2.1827760728418478e20,2.743283768205828e20,2.2036903764195643e20,3.127070373217872e20,2.6850169714803474e19,3.148282424000096e20,3.541063632749908e19,2.1556055222781605e20,4.8748546878112976e20,7.00686622229163e18,1.6884370403779435e20,1.575107118485043e20,2.3140998517298905e20,2.0327688837188967e20,2.2163847381307277e20,3.0078049438135976e20,3.799411252548414e20,2.526232439941103e20,3.410694976788557e20,8.635791462487125e19,1.3325849925531318e19,4.979400129981093e19,1.361077071311832e20,3.072413220646168e20,4.282056380546956e20,4.334486287509835e20,7.841297688710613e19,2.8357443149202155e20,4.959709344239938e19,4.936974934765456e20,4.116957026857214e20,4.2518848185363464e20,3.122011745130669e20,4.4250564338484275e20,1.483093517855411e20,6.872907746486534e19,4.285451953732688e20,1.1703167409656046e19,2.248395978246742e19,4.838505637733058e20,4.7487849728900694e20,4.266705780854413e19,3.716984466571231e20,4.195131803069441e20,3.504329473697334e20,4.139325926721897e20,1.2168949507153687e20,1.4287818295609939e20,3.4635681053344675e20,4.1255129002691913e20,2.974092533278602e20,3.849805179168744e20,4.100802512005641e19,4.1956294229242616e20,2.7067294036094193e20,4.3517828923098386e20,4.334114997056896e20,2.8008312847506784e20,9.617372768753441e19,5.199174194744355e19,2.8045599996414584e20,3.46187620568953e20,3.602706748237376e20,5.012451149478969e19,2.671898629346478e20,4.5403712555454326e20,8.862264985034041e19,3.3515931238963734e20,2.0857427035655596e20,2.0806775244411306e20,1.2924090999250582e20,3.189226032607914e20,5.754130194192891e19,3.372891676282392e20,3.4968295912094394e20,1.287535315696664e19,9.176115559931054e19,3.275299571659854e20,2.9305804693566046e20,4.838841274721515e20,4.951433066135547e18,2.6993139555236e20,1.2983698903632196e20,8.276246785440716e19,3.718746335442467e20,3.919368219993317e20,2.600087701062892e20,1.9580055475980462e20,2.7618166472145184e20,8.46881818037279e19,4.5670078556935055e20,3.614565919815475e20,6.20291046876022e19,3.0555046907845997e19,3.540809679333076e20,8.220062041781617e19,1.7132997725015815e20,1.8975341251788715e20,3.374756453803718e20,7.289176702518641e19,1.1316240478513295e20,8.259619789180377e19,3.750145872464449e20,4.57603912590682e20,1.0351306180056957e20,2.079584608381077e20,1.5419595466148918e20,1.0408010519306121e19,1.7684219361535486e20,2.764754576988597e20,4.272778595985793e19,2.98583969117567e20,4.154414721400645e19,4.467235405896546e20,1.2586975091575415e19,2.1569475231111578e19,4.712311836694378e20,2.1457464754539718e20,3.616205942805648e20,4.944077836880532e20,4.677852733248131e20,1.357178022632709e20,3.393959122169166e20,4.372107163518039e20,7.002676942145802e19,1.533601239810172e20,4.9098608293804854e20,2.6966577125603374e20,2.5981689981058082e20,4.507137476632659e20,2.537159989333538e20,9.879976612965235e19,3.376732408753915e20,8.204950826154911e19,2.0291886141183263e20,4.590519767949129e20,8.550210589829482e19,3.330255735391106e20,4.322797945443092e20,2.3021746641768232e20,5.171475517024854e19,2.3258660482514548e20,3.6300847042639266e20,3.729813090512277e20,4.86471328199643e20,4.0761699328320976e20,1.858570830549938e19,9.820978549797044e19,4.4253300004502084e20,1.9090927318442495e20,3.692263188208947e20,1.9203732997721113e20,2.519589084819776e20,3.27797621863001e20,3.737301679469246e19,1.7893411283484707e19,1.933450590739586e20,2.6793803764338747e20,4.807663139621679e20,2.286808950111896e20,3.02932092982355e20,2.477697182385645e20,1.06567897851077e20,1.3464055720073808e19,7.174207612000127e19,1.863493144245234e20,8.799298089823399e19,1.6405490076596958e20,2.483660796756182e20,5.435640015618831e19,2.073361769954725e20,1.6251343936236995e20,2.3649795402108707e19,1.909275688024283e20,3.8094978827730026e20,2.284399802545496e20,6.728644262361733e19,3.740224626563033e19,1.3413302508262636e20,4.31082459303469e20,1.9327102469231818e20,2.441343959154178e20,2.5878553704119724e20,8.915971144438668e19,3.753233104651882e20,1.0725192190619736e20,7.314666050652091e19,1.171473696665909e19,2.0400106859397893e20,4.1600729725648935e20,1.2855935332990098e20,1.6773158026346024e20,3.426592697407478e20,2.0104948018721086e20,4.984310735971134e20,3.425819441626444e20,3.370600127712592e19,2.9352918826413955e20,3.590759707095307e20,1.0905180291081501e20,8.123659571438823e19,3.0483031577297093e19,3.540553733179031e20,2.5871243085264024e20,4.507726496184725e20,4.4901709287471016e20,3.687844155950433e20,4.658112082905744e20,2.9236979085244213e20,2.4909858798356287e20,4.3714253000714446e20,1.43003688168098e20,3.9551591633684195e20,5.3687472758979674e19,4.6451343927424444e20,4.856201803870633e20,1.7522940065077215e20,2.7744191671463775e20,4.28865954584047e20,8.416232246591098e19,1.793439844143853e20,2.5393621251709475e20,3.6356156492471514e20,7.999292917883988e19,2.8314379689766073e20,4.08667964729452e20,4.389539890081563e20,3.4311582551130925e20,4.930752493460359e20,3.927061594847503e19,3.703196140541731e20,4.8832364160629755e20,4.5185731479864266e20,2.1889878395441526e20,1.174534696155996e20,3.608835558261484e20,1.4185686410583297e20,1.1065859552247231e20,3.029302928446123e20,1.4681185503826844e20,4.9971103175233254e20,3.067790896768867e20,1.2705805943133808e20,4.932173042639072e20,2.749720536004907e19,3.635416101941286e20,1.7275080811077016e20,2.1656355008489076e20,1.5788826790802817e20,2.157607882208965e20,4.567920904570847e20,4.302458869565723e19,7.47831553219096e19,4.030722033319537e20,2.6329903780187986e20,1.9812014454486326e20,4.323032693851263e20,1.7165523998136916e20,4.2935333651218085e20,4.9917214177761434e20,1.3995321831354573e20,2.882019106916109e20,4.26729362253827e19,1.0899368438869428e20,2.4041649897571795e19,4.386994385519114e20,4.5221229092685146e20,1.866531075033387e20,4.46620622851306e20,1.9639374483347315e20,2.050623304124905e20,4.9717131322060695e20,4.7219382537901454e20,8.12544770381785e19,6.734326744057994e18,2.4619789512886098e20,3.381463356593948e20,1.225220447210048e20,6.053756451412456e19,3.262724871434723e20,2.5695661709718038e20,3.510935456721813e20,3.6525217868606525e20,2.7767155285550786e20,4.339796741074122e20,8.662509447683675e19,5.81731331736875e19,4.935999321889531e20,9.119609654390081e19,4.222998841212119e20,2.7381857773999273e20,3.007343816930239e20,1.3894956795949926e20,8.049977015753674e19,2.1166910517903963e20,4.1494077144807277e20,1.0223617860656286e19,1.575674026871977e20,1.6510398330474408e20,2.1197518121645736e20,2.4591658026112146e20,2.6351109287711542e20,2.7588796440568853e20,8.241396519614031e18,3.0102801282326008e19,4.5546626053804766e20,4.167258959796213e20,2.9119329858766435e20,2.6403363324154774e19,2.5686044887475995e20,3.266512347409923e20,1.1673322137196646e20,1.251758185929604e20,1.1174392639911846e20,3.7829634096475354e20,3.367825926765931e20,4.958737572374542e20,3.2973472243634805e20,2.7264290309233023e20,2.219142642700839e19,2.635455902084771e19,4.348901134471709e20,8.763446287269595e19,8.674152106353777e19,2.4416758476270407e20,4.825189687819215e19,1.4048753274188513e20,4.6906994536790576e20,2.8408158317349457e20,3.0026405450836705e20,2.7056611346245612e20,1.0994356687381129e20,1.5956793884114534e20,1.58432405524609e20,3.664354619658857e20,4.758069446523306e20,3.2113386607239135e20,1.2408558150669086e20,6.539952921375896e19,3.1536082391923084e20,1.2823644875295015e20,4.5609977105868174e20,1.7130796060126906e19,3.1364902173832143e19,1.7891418615110782e20,4.568773147969662e20,3.975681797463165e19,4.308724757184762e20,1.9954057229627893e20,4.957787126863653e20,9.442779675817859e17,1.5701397532248952e20,3.492670555898006e20,4.539399769220767e20,4.807073574756851e20,2.0660673810699154e20,4.22744957348304e20,1.8652074728881108e20,3.3852983245476115e20,4.0240368277873413e20,4.884961575389721e20,3.818778628583789e20,3.012926542909788e20,1.4867850598999065e20,2.6145748340979158e20,3.079395897905088e20,7.212820725730318e18,2.055510724992954e20,5.612642487793157e19,2.920308436154684e19,2.2395895107719473e20,3.4981426000988615e20,3.386942602646842e20,1.6525789398174286e20,7.29082448514658e19,2.997728106634289e20,3.0277274108118204e20,4.921906810850668e19,2.8950510350325403e20,4.3523612425620934e20,2.919784793394436e20,3.8444702244409554e20,2.1157381003423564e20,3.583797946787849e20,1.2842523710769439e19,4.418745419575316e20,2.0253294569246877e20,2.0106539803344757e19,4.9620246802664915e19,6.326221778366975e19,2.8640786479014707e20,3.1903027882699515e20,8.971251877595066e19,2.9296948248749077e20,4.500551064353534e20,3.3640824602422215e20,3.469099172283268e20,1.8276486810221376e20,1.9649293626395237e20,1.7501907590788684e20,3.5031238183771734e20,4.2354241769148174e20,2.2666241358698974e20,4.188980004995496e20,4.602670949085469e19,2.932369594533868e19,1.8656443890748064e20,2.0334582082701224e20,4.5505734347331155e20,2.2538753757486264e19,1.6974584685443472e20,2.7432855382604543e20,3.573859307279787e20,2.4347860913963627e20,4.231167488834464e20,2.517844115836113e20,4.184351628467438e20,4.089661122991728e19,4.407097958278498e20,4.5552633301550735e19,2.378654326970111e20,2.153858300528128e20,3.3186979662156e19,5.2937588438445646e19,1.607569469216621e20,5.259146303363665e19,4.745771835862714e20,1.3004169065292164e20,8.666190475409257e19,1.8806696754309372e20,2.293736332276175e20,4.100038862480052e20,3.4163150333230816e20,1.2394565089447207e20,4.426314205525541e20,3.709762093716142e20,2.240319327238393e20,9.774135235179776e19,3.607276980157399e20,2.1213957696052353e20,4.051008766596987e20,1.1358125975070987e20,4.308367257288916e20,4.9218220175875854e20,3.773448569599615e20,1.3370918160055473e20,4.3027218586617636e20,8.897595347455689e19,3.974984050381541e20,3.585847286957759e20,4.168209555448998e19,1.0919074760836322e20,2.2916478281521712e20,4.0428821193052075e20,3.211875427581665e20,1.1910440462502719e20,2.7901458817917757e20,3.48066861579307e19,4.774324908452932e20,5.312147097867415e19,3.4294608303198555e20,2.998592051446941e20,6.222920994545367e19,1.1514935912928014e19,2.395537932002022e20,6.797717233591682e18,8.864104376579568e19,3.27735429284437e18,8.856726092906303e19,4.631810005146014e20,2.321336541873847e20,1.4208662393790495e20,3.684930403848971e20,4.334197978189828e20,9.178104637952628e19,3.376679057889831e19,5.430368034254524e19,4.6785766106093945e20,1.691101250450137e20,4.828171843605097e20,1.8981366581860814e20,4.9988903979503406e20,1.932653223353061e20,2.1917548225707816e20,2.1310163192685193e20,4.064639310193648e20,1.844034868150512e20,3.6942946623939445e20,2.3728452870101847e20,3.353137884591292e20,1.9524849025156914e20,2.241067156013941e20,8.703935279541802e19,4.135133804021592e20,9.598022882179413e19,1.2421104516626607e20,3.1746937355798983e20,1.9190472830924033e20,3.6220648087632904e20,7.918079691648095e19,4.667457275010333e20,6.057306891741515e19,2.766642124634087e20,2.3291723476174197e19,6.8171236025905635e19,3.583446046720426e20,3.871059184910132e20,6.610563575003647e19,1.869018643240369e20,4.686905640075188e20,8.621601288550246e19,1.6029695886409928e20,3.804610450398793e20,3.8934983358099004e20,5.748365394573779e19,2.8334542487958392e20,4.70138459966109e19,9.171935433209555e19,5.112591522379345e19,7.577124395906859e19,3.490937569155546e20,1.4646439854802074e20,9.737150425379537e19,8.415885570653125e19,1.856283069775121e20,4.509312255851883e19,9.50583756917882e19,2.579104692835803e20,2.3306287365334483e20,1.9568746532849372e20,1.4364116443584402e20,3.5532823932519036e20,3.403963874787865e20,2.3600109056506796e20,3.3398149454075743e20,1.6603216628372747e20,9.175720728857416e19,8.997974669058089e19,3.7232973085739876e20,1.5052066763420362e20,2.2195534187103948e20,8.519021949053823e19,1.6402964047889324e20,1.720800819998341e20,1.1326541471776658e20,4.312550939893688e20,4.0227776126897304e20,2.5561472181425553e20,8.142787370824023e18,4.568229072569396e20,3.848517547099787e20,2.089672870880916e20,4.6253860888946305e20,3.167900482498212e20,4.863679404089098e20,1.0392981724239469e20,4.284397085809022e20,4.563271320065333e20,4.054070239365093e20,8.50646078506001e19,5.422533714479982e19,4.401937240882619e20,2.1337213406310862e20,4.3703369729071514e20,3.2051208547346435e20,1.515549112257959e20,3.245845151654621e20,3.607932119906479e20,1.1613806177150709e20,3.452327302292829e19,1.2813626582010051e20,2.9278010397311012e20,4.664216852343526e20,9.574345462699696e19,4.217783332549641e20,3.661748627953309e20,3.476405599050878e20,3.22550654440755e20,8.338727387699085e19,4.511941724348624e20,3.2419807439806936e20,2.6479786766586328e20,4.425423365841882e20,1.346484813233757e20,2.4048739910867183e20,1.3658328219401395e20,4.765954102787999e20,4.623880577682057e20,4.0528733306129364e20,1.1313975147152638e20,4.83894558456135e20,1.4654769765540048e20,4.465623103069111e19,2.282717267963188e20,4.9569574928422674e19,7.237875855749254e19,3.6153920316114305e20,1.5444311381890318e20,2.5826963163685978e20,4.3052418763984477e20,2.7331619637043508e20,2.2427446866495216e20,4.797934854644331e20,1.4127470170302315e20,3.6057715952107736e20,1.309312384771506e20,2.660887948311279e20,2.284090157491337e20,3.3307796866475767e20,1.1787801550360288e20,3.6408147704447854e20,3.1425464090327345e20,7.607830430745088e18,1.9958837113043072e20,3.254152043034486e20,4.6153800290653405e20,8.61792644886622e19,3.3935580689015485e20,6.58088573823537e19,1.4665887324059319e20,4.2991310368582664e20,4.583728056122303e20,7.342948948560496e19,2.3453212472838436e20,2.5108460323655552e20,2.5378660514204676e19,2.2989361988990374e19,4.443035274780114e20,4.1884993402191335e20,1.4895604263232474e20,2.158143516875709e20,2.2528865836851498e20,3.7697761977268314e19,4.942345701581018e20,1.7346957652302168e20,1.1686170080409364e20,2.543525794654612e20,7.75036964628844e19,2.2611284520408505e20,4.165163298656389e20,2.42655249789186e20,2.1629079644054628e20,2.732358924978347e20,3.7722721356890807e20,3.958642109231473e20,4.8050070503716966e20,3.440605706826416e18,3.863111220678541e20,1.4899924669458042e20,2.5342588439983125e20,2.7762897623594952e20,5.003896390244089e19,4.331089342013501e20,4.9506929561039366e20,1.1831823819611509e19,2.8695030247807314e20,4.1522461315945025e20,6.780839596546706e19,4.7356858171023734e20,3.621153094323655e20,4.2439398086880566e20,1.5630218841749933e20,9.451607166933213e19,2.7647230380240527e18,2.662674250870789e20,1.7044283981011265e20,2.8079732486733293e20,2.873865658328411e20,2.5336838146258895e20,4.872902999883755e20,3.254962060328031e20,4.070526270086646e20,3.572818680785585e20,4.332435596473782e20,3.492592586936144e20,2.8180586965829013e20,2.7070413931128685e20,4.023128167659024e20,1.932260223959177e20,8.225469499285232e19,1.4297232695782975e20,1.654677983825506e20,4.107418840574051e20,1.699359895777884e20,8.247874913374282e19,3.477874140826979e20,4.004026142054081e20,2.6916578658251515e20,2.5300233209466503e19,4.0462656961423724e20,4.4069537055238226e20,4.611222837843036e20,3.84625797182534e19,2.084503093164676e20,2.4818528736049755e20,2.8901756206723777e20,4.756524755775615e20,4.56312108558519e20,6.372785466239433e19,4.150046923690362e20,4.3930807103000465e20,4.292566601400003e20,3.787571021384528e19,5.572977297012882e19,4.723451938224128e20,4.0309647549241505e20,1.2922092928777668e20,4.05836204719174e20,2.595443729104538e20,2.172900270530218e20,3.334596713945119e20,6.497241927011138e19,4.84957294820898e20,1.5565002464746557e20,2.2278191994697884e19,4.734325995075342e20,7.451733677248273e18,3.231580923668732e20,8.636625070692783e19,9.071847599965061e19,2.3139469482103174e20,3.099881475380793e20,3.8865734387449345e20,3.776220233116201e19,3.648519787820576e20,1.8655646455382403e20,2.0476422773170304e20,3.026963564349275e20,1.17768119524934e20,4.216067584939433e20,4.023388537096367e19,4.273357061663045e20,8.174094703087875e19,2.2037372527852365e20,3.105537224330538e20,1.9401930570876656e20,2.198186969251814e20,4.396646421180358e20,2.6167176267980367e20,4.3511103891560995e20,1.9841652080715822e20,1.8754369376859098e20,4.6536442545613955e19,1.6563305065323214e20,3.710300787943582e19,3.51568935961617e19,3.419376424681865e20,3.8232249748171116e20,1.1216970355045274e20,4.296339235104051e20,2.915312159701473e20,4.819738134892455e20,4.375848138890996e20,3.8412916884638964e20,2.9277660387221206e20,3.079523981931367e20,2.5550461444127425e20,3.294892437603293e20,4.985582607021108e20,3.4411060924828025e20,4.5147128420938763e20,2.478539299711174e20,1.0774050467372898e19,8.812128863315023e19,2.1608536560271897e20,3.542201838230033e20,2.137364008969414e20,4.4436212180004255e20,2.5309582757160138e20,8.94146651930755e19,1.6683662896918017e20,4.83644168812584e20,4.819005959119919e20,2.1859362601152453e20,4.847630877633236e20,1.5048669275629994e20,3.2725963233743438e19,2.8837121971340378e20,1.1795564907294497e20,4.381983850347988e20,4.0811427890256105e20,2.7300478142163242e20,2.0769647009678338e20,1.5081002173793973e20,1.2584829686898264e20,1.8365368251651742e20,2.7139036763043584e20,1.458588133605661e20,8.676116958213164e19,2.4410000731701753e20,4.602515011221841e20,4.633156214250705e20,2.245085528207852e20,1.2457380809753842e20,3.403656216627048e20,2.473556374942405e20,3.471441440205886e20,3.8559042890714854e20,3.9533508512430857e20,4.7848805690502034e20,3.336071355178485e20,3.109095367491193e20,1.756317852147097e20,3.44675744419997e20,4.95299931252467e19,4.0329554597480425e20,1.0351332238690037e20,4.4314380003978615e20,3.617590606726155e20,4.8227837901969274e20,7.02322747872951e19,3.0713216669193424e20,1.992287789423498e20,4.563648344637292e20,1.332460120943736e20,4.034209859369181e19,6.955397542617004e19,4.4326870192068775e20,4.0238674624044145e20,4.3854173271212786e20,2.0513309027732596e20,3.503915080110237e20,3.9961574163792206e20,4.1081105216931326e20,3.830294633043502e19,3.397117356588331e20,3.8874818768569205e20,8.240464701822214e19,2.084275106076649e20,1.0135249934187407e19,2.4383275648320802e20,2.185133064796776e20,1.3391243872979324e20,1.489788029266412e20,4.3851036018216036e20,6.664240569887636e19,2.2965007402830574e20,2.726106190892071e20,6.671623829434387e19,1.254298609984339e19,1.729110395954902e20,1.2068208510620266e20,1.1678456841040957e20,1.6223110364106552e20,1.3645216549140898e20,4.323084790356457e19,7.967789673975556e19,4.561448940725192e20,2.353258230898164e19,8.01948757411478e19,4.7264336074354465e20,1.3653020067140643e19,4.481329695670216e20,2.945985058576066e20,2.5396678154089562e20,3.145862634327698e20,9.097514945428275e19,4.1653607724005596e20,2.2451476574010848e20,1.5071968214317767e20,2.4692985283208148e20,3.659770385214497e20,1.4301719436945587e20,3.6783169341396124e20,1.3856181590273493e20,1.6717066892488914e20,1.881574426325366e20,4.41354309883921e20,7.031656271141934e19,4.5833187214204764e19,6.498019507182379e19,4.227984293423009e20,3.101186993094844e20,4.848111612579651e20,2.2312709614692493e20,4.3820012267826296e20,3.919258687881261e19,4.5037489122145396e20,5.644451554430224e19,8.52161733231988e19,3.809957208247964e20,4.744017900337913e20,3.224207267073115e20,6.516469848503875e19,1.1016022851170532e20,1.7495304623246367e20,9.173026453725769e19,4.408210027527213e20,3.0454875126772184e20,3.509090300303721e20,3.740272761930778e20,2.9829905128652905e20,4.963555079552301e20,6.472944575713291e19,4.736332348087731e20,2.8477539259295292e20,1.330008793041429e20,8.935628882450391e19,4.9744095800506e20,2.2064801531869466e20,4.300783629057568e20,1.6003712474340504e20,1.5339213343412095e19,4.0870791399595626e20,6.449552527810426e19,3.65158960238412e19,1.7741291990742132e20,7.775871494475145e19,3.9529992770377384e20,2.7510988244497547e20,3.742461098170168e20,3.2439498428986923e20,1.9027863177392728e20,9.600743590360416e19,2.295546931916865e20,8.40995312682557e19,2.1732146621174776e20,6.835923498250485e19,2.136530758049126e20,4.102976044588519e19,1.9238105376674398e20,1.31321563874154e20,3.6249658822932906e19,4.8052957685398464e20,8.857130079047849e19,1.2480551578145587e20,2.7185836888224163e20,1.8451261247766236e20,3.1263342863179944e19,2.4224427814674694e20,3.472460797401287e20,3.1135073593895027e20,2.964684289088748e18,2.8914758891330634e20,2.0374931694899757e20,7.18174602185857e19,4.596837662125293e20,1.2567368214953057e20,3.183058072279348e20,3.7740967921730296e20,2.181796106726027e20,3.8363090913067185e20,3.152058528918272e20,4.079731136629332e20,1.0803440682355026e20,3.552899608842746e20,1.4416362447742881e20,4.7074726535703206e20,1.4970464433587988e20,1.8174700762384744e20,2.4173887799044768e20,4.376290301836389e19,8.375821822406127e19,2.9351652514293937e20,2.3279355950953316e19,3.599993874219927e20,3.833296535517157e20,2.9815341216787615e20,8.336221320030274e19,1.3630866276868148e20,3.041252259163114e20,4.0187141574246977e20,5.426116306867362e19,4.052296471311401e20,3.845857626314288e20,4.706434338236368e20,3.3496015996191453e19,2.592120266461297e20,4.560638362031487e20,3.54268942982968e20,1.0055100641108438e20,2.4418180278235195e20,3.5320243718564617e20,1.527393416662881e19,1.5509745428657252e20,2.6706008106622688e20,1.3736560853384949e20,1.155472755258155e20,1.3143882536905915e20,3.456977892700046e20,4.985426822309197e20,2.6746439656110893e20,8.143706047702509e19,2.272284943157402e20,1.856507422141177e20,1.820121810810715e20,2.6731037221113864e19,1.8280034355272424e20,6.691728997403002e19,3.3774297308131924e20,3.410927951488224e20,4.047875758701169e20,2.5534020032947113e20,4.70728336238243e20,1.350041638387131e20,2.0825910074546812e20,4.6125147524569884e20,1.899706250519378e20,1.3765278189881159e20,3.9691214914118084e20,4.204609416252698e20,3.9457752731045075e20,4.198073684409751e20,3.076367277648383e20,6.383561258140879e19,2.0515117745024857e20,4.743264902021721e19,1.7559907434853656e20,2.3764878749182545e20,4.631264909381121e20,3.970462541384075e20,2.1978315654894122e20,2.8482298773715105e20,3.4811252770302726e19,4.33531870856158e20,3.421590988543716e20,1.7182928571896005e20,3.702600983391488e20,4.1772824760531576e20,2.7708428572960588e20,2.9385039964178943e20,5.2514667837284925e19,2.2717592596161656e20,2.9282729621473968e20,1.544556869176588e20,3.458108699682847e20,1.1614422025342652e20,1.250968147433521e20,1.1321876088838367e20,2.9823769307331704e20,3.640750938359057e20,1.6836168946579315e20,7.724710687713726e19,1.1239795240745071e20,3.734648260911611e20,1.5458769592554927e20,4.065436216543189e20,2.608737742216818e20,1.1674490916675668e20,2.8917073197747985e20,3.070020331348181e20,2.009207617728558e20,2.926133547964762e20,4.376200767516826e20,3.5247132909082345e20,1.7358624872483507e20,1.8476732147721087e20,2.2466037376974468e20,1.6186099918939262e20,4.0789446905871565e20,2.412014744947336e20,3.149553984755468e20,3.394106809550509e20,3.792278361448006e20,4.491911736704422e20,2.0505960207013917e20,2.0983798661092596e20,8.291639627312403e19,3.662487768171151e20,1.8959160188228908e20,3.1697310750918246e20,1.1708480614430345e20,4.971157314919755e20,5.266760208461057e19,2.4799501901193006e20,2.1822264279104736e20,1.580547258385525e20,2.301611900556429e20,4.238021745191101e20,4.626971035753375e20,4.1994437426142236e20,1.671088676345988e20,3.29913710859134e20,1.0301049547811381e20,4.1662729228687796e20,3.6139760983405606e20,4.8495944745369987e20,2.0817152320127448e20,1.6018117301638214e19,4.0704810156128115e20,2.5941436811547007e20,3.9349762164374785e20,1.3825475744180765e20,6.649791179163911e19,8.127105238795396e18,2.990069256458504e20,3.956785460932905e20,4.602846523121032e20,1.1812279993446906e20,1.9630942786681265e20,4.0636136922414154e20,2.873389424576811e19,1.8220826154897863e20,4.893608346195722e20,2.0665241797310956e20,6.141593672927315e19,1.1858534925507237e20,5.0878898225784955e19,3.5964154590747355e20,2.2100762469524282e20,9.032752629897395e19,8.235928601740511e19,2.544060881277457e20,1.826139714356128e20,4.077996298034098e20,3.674919113560995e20,2.8927764403980095e20,6.467545007850112e19,4.844069840416263e20,2.069976475741018e20,2.585240542820717e20,3.5348115642610667e20,1.3646588903255985e20,9.593877144217533e19,4.701729098512213e20,3.863318824942151e20,7.051252453172946e19,1.6776739892086918e20,1.1145476373387975e19,4.381384002433864e20,1.3403523884981705e20,3.2846923555893104e20,2.750188162125739e20,8.133948611632341e19,1.629080868350425e20,3.322181857917875e20,5.09964406442443e19,4.940884182440127e20,3.463083004531336e20,3.5174491036682256e20,4.8791105654166317e20,3.88495519203592e20,3.086771497729394e20,2.0323841066247432e20,4.6872357588622174e20,8.777345099759577e19,2.634743270677926e20,2.4602058868696413e20,6.452844837285099e19,2.0959894342163223e19,7.93371597277014e19,2.8544791997417125e20,1.7757459428805244e20,3.540679957498495e20,2.64101336420966e19,2.323325459226057e20,4.93891583206183e20,1.0718038108776263e20,4.6154149586818544e20,1.1086575572372937e20,4.371102990065355e20,2.1122860804344e19,4.8341694141734925e20,2.5228638675627423e20,2.4990642951657423e20,3.1223456156830525e20,4.5379530582016544e20,1.090137312424666e20,4.781222320940682e19,3.299471995914693e20,2.6589183000131866e20,3.291675218638241e20,1.819729348317587e20,8.927085528489986e19,3.38451418768341e20,1.6025599640714294e20,2.444170279741661e20,1.0387017803653543e20,2.6452525131146088e20,3.388558447158185e20,1.4908112089945375e20,2.133641246951785e20,2.4858770625759937e20,4.456731013384438e20,2.0318024683408857e20,3.998475979127863e20,3.199351095867642e19,4.029636270498106e20,9.691446435903355e19,1.1795099473646215e20,4.602280080406713e20,6.518947758457228e19,5.3812790911758e19,3.043665414679836e20,4.595841027486481e20,4.2764121950977386e20,1.6553555680842475e20,1.8604234753349214e19,2.0982794797955796e20,8.75644769877521e19,4.936370389661797e20,4.5402411835866225e20,1.2835731802341943e20,4.216672611063555e20,2.9440387194419193e20,2.776546374819494e20,1.414315036838013e20,3.7588747373876045e20,8.624961217801852e19,3.792489742549156e20,2.7727383209368e20,1.845602701792143e20,2.2217242667827754e20,2.7157468779405463e20,3.711535411256706e20,8.034131588508359e19,2.237237894669018e20,1.7770793674349144e20,6.152107296881948e19,2.571095479247126e20,3.8580973727065355e20,1.2846075944927465e20,3.7914115003543015e20,8.833637064152416e19,4.775166874531093e20,6.177125166164093e19,2.8144381438416778e20,8.450200569664845e19,1.906720663172379e18,4.383716833050028e19,3.1041267498777726e20,1.1558837587844828e20,2.8154714688388153e20,4.397101252712951e20,3.58471834076685e20,6.4212230851568574e19,2.8322854998911428e20,4.012718566514305e20,4.0614037632988394e20,3.374183761668188e20,3.457267560317913e20,2.4408683348214815e20,4.1492862741086306e20,4.1639632841640824e20,3.342650621769006e20,2.5024214373275345e19,2.0791217946381258e20,2.1428694127369952e20,1.6151907153571287e19,2.341422559543252e20,1.8736728813851948e20,4.631062038165794e20,4.547836223241601e20,3.5041005826494276e19,3.029300398765843e20,4.67215197589575e20,2.9920647821532706e20,1.532181262026498e20,3.100416826221475e19,1.6346716102860338e20,5.287239634296104e19,2.7314060829282226e19,4.378980404792043e19,2.3242699526174904e20,1.5438536328772544e20,2.7535889789180396e20,6.212037575807139e19,2.287082247620502e20,1.3266506894136366e20,3.152082261643088e20,2.75461179696353e19,4.717104591116583e19,1.0222603230828015e20,5.386703805706744e19,2.0526282033904868e20,4.1515239653196746e20,4.941982324130013e20,2.7939586125840817e20,3.7060012408229796e20,1.673548617148536e20,5.625387009611815e19,4.721651619554011e20,2.3429751383596935e20,4.305299466901353e20,6.090816501034785e19,2.722911190205119e20,2.5168923058825737e20,4.874413487035018e19,8.379777557265056e19,2.2630189105109366e20,4.2561548441328465e20,2.059902371113136e20,3.812930467828542e20,3.0369358773350105e20,2.336246902598288e20,6.798333445831139e19,3.901565776519261e20,3.1048492260159988e19,1.5398767739098035e20,8.434098057063594e19,2.846748999775246e20,7.624381385895674e19,2.3592500003281532e20,2.385347291060713e19,3.342577200588885e20,2.023529550303399e20,2.5238289740170012e20,4.1283632210558465e20,1.456549603824368e20,9.57839458395076e19,2.7949729522988577e19,4.2540011260132275e20,2.663328203477755e19,1.5095532044444503e20,4.6481591964728984e20,4.36401615652404e20,3.432378813508466e20,4.1708736091530605e20,1.584794315999013e20,3.746531784948218e20,8.359699293078431e19,4.456883460223096e20,2.16164390389178e19,1.0746004355514122e20,3.88159146740437e20,2.019557749444179e20,2.38692381150567e19,2.2002561568879608e20,4.144900698693122e20,2.6543455658324522e20,3.355060702257758e20,3.64464114287667e20,4.572158208474825e19,3.365706011301893e20,1.6532419447307846e20,3.705888369527278e20,2.7579306307129675e20,3.9229198694248913e20,4.7212296671614167e20,3.1818905087874846e20,2.5276507938971704e20,3.1577247590205935e20,2.3052231696511582e20,2.851147512014119e20,6.23615133455081e19,3.237048252274745e20,3.5593553840421686e20,4.6657699741335126e20,3.416624675851057e20,1.041779143149697e20,1.8557197889823618e20,1.794805554128876e20,1.8592264541285765e19,3.509651590455238e20,1.5237611469617617e20,1.2727170520300091e19,1.2969864763459854e20,2.9617361290712665e20,1.4297513248288285e20,7.351349432669984e19,1.681279053535346e20,4.8391828265029665e20,4.9983876148148286e20,3.542221533613263e20,1.8207562071085987e20,1.5805991876087477e20,1.0480667424030987e20,2.2099019142090064e20,1.1395581667333782e20,4.2842759350913643e20,3.4471315072766765e20,1.924378240189416e20,2.5630962031638915e20,1.4745652264067816e20,2.0516528838501512e20,1.2937319309108326e20,4.0100226537695334e20,9.983019096920026e19,4.083319086160946e20,3.254722052065664e20,4.552271834860005e20,9.097519523776132e18,4.561651084015451e20,7.3275181188161675e19,4.607575092881805e20,1.8134945572971695e20,6.040972489452184e19,3.3423190556433606e20,1.0204342042053571e20,4.5647133671039454e20,4.137076852667474e20,8.448287893572803e19,3.944154279470129e20,3.9763926190194577e20,4.5650161297686213e20,4.0544487129256736e20,1.5231866806628218e20,4.079086714446322e20,3.849251883515376e20,1.982283016926964e20,3.7620047057550574e20,4.8452155363795036e20,3.085277656618485e19,1.1603865930733953e20,3.6073848221187696e20,1.0452308915738367e20,3.4588655404424403e20,1.2253579010863547e18,1.9647150362233602e20,2.0361091092830175e20,3.7137877856232676e20,4.5611893600161366e20,2.1668862943243567e20,1.1943051300878288e20,4.782257095407611e20,4.359379383647952e20,1.6041501858605905e20,4.9720137303041475e20,2.4033999196230792e20,2.3159034367206677e20,2.952684019638925e20,4.0906750168791935e20,1.0721599652810898e20,2.9008559500334363e20,3.750344804976147e19,3.664043362462561e20,4.475162675242023e20,4.559571239564694e20,4.971516804391716e20,3.670762716762445e20,2.3816821059622224e20,3.771966580353788e20,3.3465725845734516e20,3.902458833860302e20,4.1026047766856335e20,3.3681651142537275e20,4.8866871412930576e20,2.850598551854504e20,7.480822691393663e18,1.501440277322959e20,4.486084964967285e20,1.9065782615354497e20,4.0466684604599376e20,2.7931418337656553e20,4.2500804484393094e20,3.9283794514495924e20,4.6740097981146635e20,2.2760891276757107e20,1.1499023407159853e20,1.854011584648456e20,1.1215477117459499e20,1.7324795507269675e20,2.1294972092272758e20,1.6417260486533503e20,4.8959405473780924e20,2.278433495669936e20,2.734371040351614e20,3.477878860974869e20,1.1269153361413992e20,4.377508076858822e20,2.7561745403277833e20,3.4727585340095477e20,3.011821666374434e20,6.071914510877962e18,2.2924554700654553e20,1.0807540368942565e20,2.3638621338890715e20,9.298823703674403e19,1.764469273198857e20,6.602285733420687e19,4.48851400587104e20,1.9879037509115583e20,3.384758145260801e20,2.93181197235301e19,7.768918380798712e19,4.3066817539026924e20,2.969740806763154e20,2.567188245069778e20,2.7578695382836478e20,2.3680463297168464e20,9.546710507150169e19,9.937726591763818e19,4.7742468983294e20,8.926287097377466e19,2.7171211643529347e20,3.83529226743296e19,4.4910770982861806e20,3.373522810507745e20,1.394647421274362e20,4.6996900326948176e20,9.527639972904006e19,4.922819246903937e20,2.2699174972070003e20,2.3639453785807074e20,7.056703640680672e18,2.0747057141876536e20,4.754707816683053e20,5.0429455059251446e19,2.4247526308309064e20,1.236993186744994e20,2.4524281287584593e20,7.40545354272794e19,2.9143912724359057e20,3.853355319038243e18,3.537409694765894e20,4.413408763647855e20,7.95686593683872e19,1.0893160850006406e20,3.62590681533584e20,3.3275938860224066e20,4.8392310213872104e20,3.9992186140696176e20,4.103032867102697e20,2.9384355326051464e20,1.679252513037911e20,4.173597200085789e20,4.648503716846037e20,4.343903911882613e20,4.754771087219989e20,4.091946497002612e20,4.544840174806649e20,2.102967578337047e20,3.2956268315468995e20,4.582586927281733e20,1.708950844736012e20,3.578670200339714e20,2.6012291435706086e20,3.449385100144955e20,9.043226253505859e19,6.4165777774611685e19,3.431192126928672e20,4.372913237935614e20,3.6786129099089404e19,3.987088844328119e20,2.0838706542253317e20,4.930329781230013e20,2.1273181465720436e20,2.990821333939264e20,2.96233119380484e20,3.47055244184442e20,1.3499097727977637e20,2.843440708659808e20,4.39201408306088e20,2.6840707565209475e20,2.861644692850205e20,3.4795240884409414e20,1.7728806262238829e19,2.274909331561813e20,2.4332663147067952e20,4.0324741579319706e20,2.4135325165824283e19,3.5606954650409193e19,4.27765013645548e20,4.9995775364393225e20,2.620581386410542e20,1.154360515403074e20,2.4706251939300318e20,4.979527718088069e20,2.4336876489627435e20,4.7340577001163876e20,4.8566163708214005e20,3.070022075568186e20,4.1182302124274555e20,1.3714870454145966e20,4.699469225191122e20,2.659117765174801e18,1.5737286947042906e18,4.245748262375615e20,2.7450938266358517e20,3.841418645640328e20,3.4484421670798944e20,1.5950776974924867e20,2.9934474128423207e19,2.2379507293761457e20,1.2219169479461506e20,4.11959081755432e19,9.404761071097872e19,3.5302224379600044e20,8.636863043462827e19,2.5122027565618987e20,3.3098171487222884e20,9.273014720162647e19,1.1464961022474396e20,3.410154488671853e20,6.471211042724772e19,4.624378272836458e20,2.5149609381216148e20,2.1402363035249184e20,3.647044944995553e20,3.9294965076229495e20,3.85424665743103e20,1.1844570540335448e20,4.278212778069022e20,3.362704444182622e20,1.03238374865595e20,4.9217541796893745e19,4.058122517723474e20,3.6607044665693025e20,4.22760163303601e20,3.2739216970489555e20,2.1344334290449456e20,1.7873342839049355e20,2.8041539145497523e20,2.8993171882555107e20,3.617696435656621e20,4.5728598546364675e20,4.129180116544212e20,3.359815167586246e20,5.092267905686626e19,3.744833364725599e20,2.7252201511007817e20,1.8067714226064736e20,2.4981874979488678e20,4.310429763494264e20,1.4505976672002807e20,3.4164688552678497e20,1.6644645174195395e19,1.9201660523772867e19,4.384983671135199e20,3.659164195976895e20,3.016533038557349e20,1.97507636075607e20,1.4218091788072595e19,1.2669484422765825e20,8.553417270346559e19,3.853329264300613e20,3.763275687605684e20,1.8414074237974177e20,4.315839569699604e20,4.287259250193226e20,2.0306429019244177e20,1.676319846697837e20,2.0923842323500574e20,7.426096869189026e19,9.973558838566815e19,4.830654990769397e20,3.633357413856103e20,2.677530729953756e20,3.511171094837473e20,4.8060639251574935e20,3.0489877014941126e20,4.270573303330294e19,4.469730485811501e20,1.2713429691028411e20,4.577218093148244e19,3.186942355153135e20,3.731632787458319e20,2.3196544677521418e20,5.683343334249147e19,2.3163801921351673e20,2.1909508114941657e20,3.78299341402185e20,4.980147398670509e20,3.807343138293358e20,8.385100349560993e19,4.873214878944042e20,4.698347777428402e20,2.708365256930948e20,7.415800482649516e19,4.4240235971109677e20,4.0560825304614253e20,2.7674194936352237e20,4.5044533335756374e20,1.0378037531326928e20,2.434960296962696e19,2.9357578652884736e20,3.364740829272821e20,3.13428195389474e20,2.7799861079811123e20,2.0327004336574893e20,3.810807640827762e19,2.335983219748134e20,9.246390776085761e19,9.313794349476784e19,6.814572743156621e19,1.3665294490775565e20,9.777127792329338e19,2.742345601157674e20,2.4099686863268636e20,4.4767260798507214e20,4.08139164393456e20,4.027005353314789e19,1.8761697881966733e20,2.3118230733537355e20,1.0059677206508855e19,7.604643574596782e19,4.36815917479122e19,3.048091373920522e20,7.949213061477278e19,4.833051539930505e19,4.190133814137984e20,1.8824807646831156e20,2.899446653852662e20,2.124647983608231e20,4.062867369741034e20,3.5476052701300156e20,3.112229258754331e20,1.6499047498783136e20,8.47065701452575e19,2.0339471143469017e20,4.2266123770586975e20,7.765674516550136e18,3.376228646395746e20,1.7177108157333304e20,1.0161972746115523e19,2.069342514528905e19,3.947535995734164e20,9.869272389201338e19,3.598194354301189e20,2.0525292665303407e20,9.885827334278747e19,4.448188823334531e19,1.2245913892701243e20,1.0493053248741746e20,4.9813072777162673e20,6.008877733457085e19,4.211675081849381e19,3.29215293096695e20,3.694108824303623e20,2.0982189401864694e18,3.738842866698285e20,1.8228923277610693e20,2.4369411320876568e20,2.356793483452718e20,5.606553056041996e19,4.4528474027294124e20,2.4441009601433505e20,2.3427521874010345e20,4.125470657595637e19,4.5563326224618016e20,1.832283025300705e20,1.9609151600156895e20,4.131636528766858e20,4.777551880229519e20,4.746141935322135e20,2.754074879345538e20,1.9980423313084023e20,3.834108799946057e20,1.8278465323946915e20,1.2824150266480838e20,4.054104377932768e20,4.656657115859459e20,2.0040097222519927e19,2.1886579759897657e20,4.318720058678963e20,2.677447252392223e19,4.060864478771186e20,4.5060429089989126e20,6.161474713751597e19,2.119345259063479e20,3.476695512002185e20,9.244453207070925e19,1.825737803904319e20,2.338300440583685e19,8.912382450620149e18,2.343232893084906e20,4.219685414235363e20,3.2243665035617744e20,1.4074341533452373e20,3.1211165679929564e20,3.776591680429105e20,1.113938943432003e20,1.9492845471440762e20,4.102640506275315e20,1.4066674629165615e20,2.3073651636184344e20,2.096392327796694e20,1.3616627973597695e20,1.2226049604411231e20,1.289149753271655e20,4.7121070033489016e20,3.652666755123956e20,4.217416264591356e19,1.361993975084882e20,3.43856714195314e20,6.464899860135559e19,3.642375073341875e20,1.3165052941659655e20,4.756223984382779e20,4.696193681512613e20,7.350795236927249e19,3.997763376566831e20,4.2495128124289214e20,4.114128834942828e20,1.9239279276273113e20,3.272909954218977e20,4.738889812529624e20,1.1563258947439587e20,2.7457056286688992e20,1.4108733642826816e20,2.74919928282025e20,2.44868387985911e20,1.9854378767084647e20,1.9962273201431436e20,2.1827779313015177e20,2.362534109740496e20,8.401994941585955e19,2.605063522700496e19,1.669398797145464e20,4.23225150172726e20,2.3341065755564573e20,6.481403955081422e19,2.7436714055357265e20,4.804019101058436e20,6.8316896323888595e19,2.7799822046662925e20,4.9232277384160916e20,7.107687457307033e19,3.0405940001503366e20,3.042950993158544e20,3.2169036707680846e20,1.9777442225974873e20,2.4927781960307648e20,2.2897725813540766e20,1.1979377569776245e20,2.3450229248551597e20,4.2128391100292144e20,4.039275498873392e20,2.6264150053523482e20,4.2234430677659386e20,2.1545077717309447e20,1.4203284865358912e20,3.4228891587865916e20,1.0040621180817516e20,1.2640179513150007e20,2.425179156891295e20,8.54892217300784e19,1.234475416021445e20,4.2636317618273426e20,1.9214295012066794e20,1.170394955345826e20,3.687033063518344e20,4.1693842971384585e20,8.469038706727033e19,3.98952077132614e20,4.627757577128621e20,3.481513221813698e20,4.533162277174608e20,5.673917709421117e19,4.003193233057294e20,2.1773585730440325e20,3.431684847952643e20,4.1400929119918726e20,4.372469010667473e19,2.3610171194110417e20,4.0187304023718966e20,2.856852920350551e20,1.3330048080419077e20,2.4143271111825765e20,4.684528608436141e20,1.1265770595370883e20,3.832162384052898e20,3.315645718256244e19,2.2470140281825955e20,2.98816287897364e20,1.8286683659081027e20,3.844135233791517e20,3.764188915895603e20,9.096028805391976e19,1.4785841706659742e20,1.0183085979958011e20,9.74455352632237e19,4.625874220898888e20,7.453561107617251e19,2.5898210463959427e20,6.84715315682724e19,4.521054405176908e20,5.7267015170882896e19,4.465388283803556e20,4.852865663456816e20,3.1379360847239414e19,4.6178841823033544e20,3.465874999767601e20,4.876099903912231e20,1.651309819925184e19,2.4020892203488857e20,2.620224565521863e20,2.6121078557141674e20,4.4906181405647084e20,1.5097394792841367e20,1.002172142281505e20,3.5487096304954737e20,4.3706504088948874e20,2.211156814348452e20,3.8743878958629546e20,4.0781554337962544e20,2.175502592410305e20,2.4325674839145123e20,3.549112233090797e20,3.1200582374781904e20,4.744222480421957e20,1.0853902333948679e20,3.9334900970581675e20,1.4492106932905502e20,9.362213126960423e19,2.244678338567674e17,3.253091639564102e20,1.3666603444940528e19,3.689710282002852e20,1.767158689389703e18,3.6466547739114216e20,1.1809160237550215e20,3.0377462068316216e20,4.4958422317932465e20,4.169611028374252e20,4.2794702288046136e20,1.1662959274090968e20,7.243566410349566e19,3.513633122396371e20,3.4797451875615094e20,4.5770400921650613e20,3.636027928399177e20,1.9348182983986122e20,1.5031839272903436e20,3.2527813323093305e20,2.4119724257579965e20,2.2463150903625417e20,1.4504507217976915e20,3.8156031737885943e20,2.310369592305046e20,2.7715956782786567e20,8.35739893904059e19,3.706251768438971e20,7.768360248558753e19,1.4225887118072072e20,4.862823735340131e20,6.058604742270368e19,2.8643063910260507e20,1.8620398141530935e19,3.1844382010354442e19,1.9906339257685796e20,4.999651514355996e19,3.2448447985949665e20,1.7709826679845052e19,1.6754466299931525e20,1.9486813072946473e20,1.590629593112657e20,4.712902728154173e20,6.91030948018076e19,2.835363923709376e20,1.8773236866000054e20,3.0059048352642114e19,4.0990669164806006e20,2.022409127488789e20,1.4307817152699515e20,3.574741887323322e20,1.5389885582851015e20,4.588491988781859e20,7.206367651021661e19,4.06529603824946e20,1.5628799144351557e18,2.3475118343274788e20,3.2628417960718264e20,1.8105158154683554e19,2.8374607822290665e20,2.7265987331045117e20,1.5407593896089422e19,1.1074977121307666e20,2.080845057091115e20,8.813259413722885e19,4.031177216292859e20,4.317434229173939e20,4.44144982940229e20,3.757234400441215e20,2.6565910936786063e18,3.069367600175487e20,1.1170595906228765e19,7.598358972886953e19,1.657654497022446e20,7.687352541072928e19,1.3186125206238919e20,2.1870744017691296e20,1.2684834432068654e20,3.0909487163471875e20,4.141925066326887e20,2.0273001111464116e20,2.5722448695076667e20,3.0844715561052923e20,2.3110814904715e20,2.5254755207498508e20,3.402493381736338e19,3.630661471837001e20,4.542046477312301e20,4.690148304284563e20,4.817951277099292e20,3.5787229373931717e20,9.836156243888284e19,1.5894894921660852e19,1.1362373011200893e20,3.1518992908221633e19,2.648887327022381e19,1.1393246686240783e20,5.573550741369654e19,3.779734391919863e20,4.249526611821985e20,4.1804457487189475e20,3.4524883098853435e20,1.0172743202645413e20,2.1154114244321752e20,3.156867891021379e20,3.9976671997474655e20,2.0604949255098257e19,2.318989741241121e20,2.9382004314498223e20,4.8816728256513933e20,3.516483097216405e19,8.314063180974213e19,4.5909342962496826e17,1.5809014130999532e20,1.6379683671335987e20,2.654671031574739e20,3.262086943189197e20,7.3631636301703274e19,3.272456463012936e20,1.9230639094297575e20,3.459893646982326e20,3.5381885809387235e20,4.76873937058225e20,3.6831117400655305e20,3.727947658653184e20,3.3739051747024444e20,1.171650844663309e20,4.3505679348975436e20,9.018585614074942e19,4.2863209599568694e20,4.098178250676108e20,4.924089967962194e20,4.788006749122243e20,4.3378074864962706e20,2.4212602400748146e20,1.8425034171292097e20,5.377413979654833e19,2.4292367073437214e20,1.337330577381231e20,5.426680283452428e19,6.823840904384859e19,9.287269247343466e18,1.1644597034722281e20,4.154794357524192e20,1.4711038974676371e20,2.2878859807833922e20,4.530282816692676e20,1.2273891614973908e20,4.967711862445873e20,3.0679551125168325e20,4.197337996074998e20,1.3266027838343365e20,2.1281734671097014e20,2.8747818941719937e20,1.6413198381069612e20,4.6095512158864546e20,1.701399820130594e20,1.1693261626220241e20,5.679457735046079e17,1.1895541794683029e20,1.3906819848715002e20,1.3568330673696316e20,2.72731400675851e20,1.9366608225499628e20,1.1649365664313965e20,4.825108811658902e20,2.8340982847066626e20,2.461637442224762e19,4.7003818937571115e20,1.4517674173244421e20,1.8016393195220304e19,2.324461705514428e20,1.6286091934598552e20,8.701483727374442e19,2.1804251792362262e20,4.815308494325202e20,1.535548131025516e19,1.2022176925809585e20,4.592505810274961e20,4.749137842901043e20,1.4320178050998727e20,1.7212819399220085e20,4.0514556569685184e20,1.8237612907235412e19,1.8797444870233027e20,1.891353019401879e20,2.073947045637739e20,2.7371286536123407e20,2.3878372403652575e20,1.6740388063584872e20,1.6690309531137674e20,1.0671336121639725e20,3.342111344859583e20,1.6317015058171802e20,1.0472941314855844e20,2.042137232921511e20,4.8286121273495405e19,4.631772395549137e20,2.1875611251859823e20,1.3493220770556174e20,1.150398529097943e20,7.183137155198388e19,4.2328280237709813e20,9.984587083484253e19,8.292019822462265e19,1.8447296391575762e20,3.7119468118065224e20,1.411834315557336e20,1.0338465484110692e20,4.65372455150567e20,3.6601865771881844e20,3.478468561477817e20,2.581399713746652e20,2.3429363684022138e20,5.781482500031709e19,2.7309527027639973e20,2.3900756179384697e20,1.632480394173595e20,2.2351343202482133e20,4.015279274804548e20,3.050907325349143e20,2.078091937296783e20,2.807103262141165e20,8.145822892449161e19,2.6585113912737212e20,1.5085824475360815e20,3.25708859381411e20,3.2718189690785825e20,1.1195125781132126e20,2.702609375656676e20,4.5901582737452034e20,1.845892196512009e20,1.2742977403041222e20,2.3745795175541096e20,3.678994593293947e20,1.5371364401504328e19,3.730041104409938e20,3.6722657058445204e20,2.8632586836186762e20,3.390770122804235e20,3.173344257633558e20,3.828405920324235e19,4.8427384267425094e20,2.597435895657163e19,1.5266290846956687e20,1.7098850086399276e20,3.622256488204268e20,2.8963171734099942e20,2.2069074839361074e20,2.279239377340299e20,4.535129586043061e20,1.4942686074961707e20,1.2959810915616771e20,8.29369182801606e19,4.618762118775109e20,4.176617028798479e20,1.8348177251753424e20,4.328075392729928e20,2.0588673905278432e20,7.261944901711553e19,4.736590648195733e20,1.2508895346654491e20,3.161640040494508e20,1.9304527874021353e20,1.9796761254265438e20,1.5612204758053726e20,1.946752854750501e20,2.7077948105468995e20,4.983007030937337e20,2.943541779571902e20,3.290724002135481e20,1.7295075326970095e20,3.60519842196174e20,2.6199087227313848e20,2.466104614030965e20,3.7134708913834905e20,2.7668843137733136e20,3.6467602342633695e20,4.810785577690424e20,3.606382228264238e19,3.3669362581059404e19,4.639192735250926e20,1.8629587005025462e20,2.555054620464205e20,1.0312119495279231e20,3.0754440602431156e19,2.1095168536341047e20,3.15978545132307e20,2.718529142538479e20,1.3556928887793418e19,7.96732787777239e19,3.253272248727367e20,3.4825086739926575e20,2.9028126653866115e19,4.435049669758239e20,4.293355127909541e20,2.9028632610478113e19,4.1820816112810446e20,6.7256831607044596e19,4.2888941439310954e20,1.1854587686706409e20,1.9434832125523325e19,1.0539339249347746e20,1.4739027087104562e20,1.3769385945054324e20,1.043047344538724e20,4.571604144070587e20,1.4993822887814756e19,3.8576382528498034e20,4.7064247027825816e20,1.562541332878556e20,6.065618969761372e19,2.4118587508247803e20,3.5997318526044825e20,3.35129088037259e20,2.9229750792549132e20,1.0461750621689709e20,4.7746650864668e20,1.7353169426620734e20,3.000723706994875e20,4.915916642663504e20,3.202509649421209e20,8.704218483283888e19,4.2160212607203205e19,1.6864431138522985e18,2.652842961810427e20,6.313694287064797e19,6.8037818323534225e19,4.8626133920942496e20,2.056465369188523e20,2.4946363865486875e20,3.212164361753843e20,4.114660326716108e20,3.589146139176915e20,8.254928578772441e19,2.1721791726607332e20,4.476379453053732e20,3.3472420455915815e20,4.627647689015764e20,3.29606077371359e20,4.310598864143116e20,5.5804928909537034e19,1.334775241997414e20,4.669620995379402e20,6.7105818832095986e19,4.371396660217115e20,1.0038076088066484e20,2.0823074191476703e20,2.4471663860817255e20,4.8902255589702323e20,1.857733597690106e20,2.1836471426772297e20,1.7680839974884593e20,1.9919831061483872e19,3.602744140525006e20,2.7967598864501968e20,2.7266450651390352e20,2.6343774123295565e20,4.5336122948227406e20,1.3760956352814668e20,1.4837233575101704e20,7.581823322549753e19,1.7041259007417054e20,5.013573341127719e19,4.103812495512188e19,2.847291338502686e20,4.613972700844059e20,3.2896116889752247e20,3.1526786516778274e20,2.5151232941750977e19,1.9187012610886818e20,4.754432126167548e20,3.9751023308561967e20,2.1512006938365474e20,3.135288869235409e20,3.588533036286447e20,3.013976993682448e20,1.0616660601126004e20,2.30525544942966e20,9.826216776906254e19,2.1768270173717886e20,3.0802341445783e20,3.0079565747441854e20,4.908804838294187e20,4.6770574241589415e20,4.0930009060351705e20,1.4589976071082289e20,4.361669933625625e20,4.5682890670765716e20,4.606904382993061e20,1.8342194159742193e20,4.187352961911236e20,2.1187430216898494e20,3.460354809817887e20,2.3437761975892453e20,4.292991110543606e20,6.2131326813817725e19,1.6179349585472704e20,4.095803026552805e20,7.66918583222868e19,5.950186328355506e19,1.2120807540695527e20,1.7091625995344445e20,1.8294596321206557e20,1.1797435114121757e20,1.0980488447565139e20,1.486606616015157e20,3.6230745408477983e19,8.213964543516244e19,7.407926595108566e19,6.227153419345194e19,3.0796754455280805e20,7.050869036868706e19,2.97397196721828e20,3.2591265007486566e20,4.5315282154003635e20,2.3550135146096302e20,3.340433596230187e20,8.697511322226459e18,4.349900971489118e20,4.1051129395064026e20,1.3300623414008072e20,3.393107311541745e20,1.937902923891134e20,3.180253552421237e20,3.301651594641759e20,1.3611122686342536e20,1.505090227263886e20,1.5553573754435e20,1.2076729085379507e20,3.144679328899898e20,3.5795387969318643e20,3.758501797438734e20,1.4479936906260505e20,6.926219283364315e19,2.2280683870173233e20,3.360986246162544e20,1.6955703246364174e20,1.4200523539660287e20,2.670798371546639e20,2.913272467217138e20,1.6765193114520853e20,3.4286126461725206e20,1.0346410846783205e20,2.4463804855127825e20,4.525956643502337e20,1.9711365397843916e20,2.2857285209441603e20,1.4577050175269434e20,3.930411160905334e19,7.768584069000833e19,3.0549560464022136e20,6.845338570594789e19,1.5388790805541326e20,3.9698683349929545e20,4.5495023597526e20,1.1574498688047075e20,4.221588084925447e20,2.5174717393363255e20,1.3647962196880237e20,2.269144884642737e20,2.4209335749127386e20,3.6725798517990044e20,1.8023592648762298e19,3.744569440849421e20,1.0247981307788829e20,1.4972358268983955e20,3.449639586456294e20,8.434200152794558e19,3.0312662729866255e20,2.264722686136099e20,3.755704773762913e19,3.596174578226149e20,3.7002813094288386e20,1.6600218262352072e20,3.345019675020622e20,1.988124637504157e20,1.3433526139375034e20,4.807070660496416e20,3.741389278096724e19,2.1992516975569755e20,1.2650332264213509e20,1.3748712291500492e20,2.3903797313972142e20,2.7257102954156104e20,1.1987388393212205e20,9.829924794755752e18,4.4328720172313595e18,1.0450337883722111e20,1.1907865155454073e20,2.7702228217455437e20,4.0019428158725934e20,3.135188736308759e20,3.928934229719197e20,1.080596759946365e20,1.6060462394397763e20,2.1045139828776586e20,1.7113136997852758e20,4.490069296192995e20,4.633460114861557e20,4.167729347639598e20,1.9416699138628013e20,7.76761104304139e19,3.535716965698188e20,1.699546453899536e20,2.1329191053750613e20,1.3410063989446985e20,4.508627603716263e20,2.2639735710968562e20,4.359039005901513e20,3.307934588227306e20,3.720950512752062e20,4.925188810675725e20,3.369960974325293e20,4.513341316417445e20,1.2822104583342463e20,2.9915286192733703e20,1.2566432230158475e20,3.686839896071622e20,3.0755659678750055e20,3.152910337265712e20,4.028406990197469e20,3.4059397296253744e20,4.011743165357108e20,5.050662178900927e19,1.2573765338253779e20,3.501431804007298e20,1.8727948139515704e20,3.642686482489393e20,2.968023370342182e19,3.7641697986987124e20,2.8123455952295667e20,3.939232019615613e20,3.1444370754730675e20,1.759340683844901e20,4.198456686446461e19,3.612501647010525e20,4.4778262760743816e20,2.3341789310541637e20,4.6836165750893235e20,4.8493343414601194e20,9.488642428920229e19,2.9782270196973345e20,1.4700143272824329e20,3.454222579319036e20,5.320610942499438e19,3.743585529147761e20,2.686304673722817e20,3.775996278989196e20,4.179604618979512e20,2.8325326802667723e20,4.919774359489555e20,4.907990034050245e20,3.128456488818964e20,3.910322023624682e20,3.514107587155702e20,1.0870199330989972e20,2.4942854742033475e20,2.3189263606523553e20,1.495079081144161e20,9.909728294784782e19,1.1706723815249025e20,3.138851678447569e20,3.4946133167662065e20,1.1190157614730856e20,3.8357779865975836e20,2.1308443616563753e19,7.458925702349794e18,2.4916572955206618e20,3.9526351390737514e19,3.0684802347626575e20,4.879725352135823e20,4.201528636404378e20,5.0772033574973006e19,2.9614371613872056e20,3.9176717547057224e20,2.9000746578070946e19,4.88342260177867e20,1.7920142891226333e20,1.1205021708519952e20,3.27075877303059e20,4.5240897065123656e20,8.17874080690607e19,3.79002445904316e20,2.5999688114657942e20,4.056688071608073e20,3.8980479175670936e20,2.7653665093019307e20,2.6256613708857006e20,3.0842544744964452e19,1.0061458546053726e19,4.1508705951512927e20,2.8135259542084184e20,4.001185908915181e20,2.0915557794358542e20,3.682338360010117e20,4.091485481910907e20,3.665077262602623e19,4.658725464713447e20,3.263489609499071e20,2.624361186133569e20,2.2121745088576487e20,2.7449343720680492e20,1.1820468770448828e20,3.409511894415263e20,1.6570209028831655e20,1.7336992295668525e20,1.4443612584474203e20,3.9543993109101884e20,2.090109211349682e20,3.4249164772201746e19,4.346522694619828e20,1.7424481628987438e20,4.3045634373678766e20,1.192812661884437e20,2.6559922368072663e20,2.783418441640827e20,3.674793567231483e20,2.5927257036872663e20,1.6336871535293035e20,1.585383338805823e20,2.5646832027099496e19,3.522180716651364e20,2.955831824119411e20,1.3825084992059983e20,3.146797692851749e20,4.992900981095793e20,2.1522249020337868e20,3.8894219873920346e20,4.23892388170489e20,4.676245188165763e20,2.8373788675173224e20,4.0365044357494776e19,1.8449925659741516e19,1.0446508192820142e20,4.034608375882888e20,4.3239334043830426e20,1.366867914436114e20,5.941160745488339e18,2.1206485403680113e20,3.1247141905999086e19,2.064515738712458e20,4.851430239013232e20,1.2237779676596583e20,3.8546966566880425e20,1.8295072830015085e20,4.3130833704870006e20,3.0205940158548574e20,2.738221969026688e20,3.9146477924728177e20,1.555341036423644e20,5.506614657582598e19,4.4750523516372104e20,4.751154575259697e19,1.682269072688692e20,1.3089049910939148e20,4.7915278438552633e20,4.9749623753474166e20,3.1101285251659255e20,3.032109236556797e20,4.690734102686811e19,1.3347782306949497e19,3.378364100818395e20,3.943785402440507e20,4.3492026674759434e20,1.8485360187675338e20,1.84775101351382e20,3.789658633356785e20,4.935266079531683e20,4.8852237995529785e20,3.320034476751414e20,4.6327218991277795e20,1.3353205181391931e20,4.774833317030821e20,2.995056249429344e20,2.7089526278512145e20,2.919474673357915e20,3.974274942576191e20,1.0217038634050185e20,4.56964990090954e20,2.7270681119385854e19,4.4628337874101246e20,4.845044052984358e20,4.947899811033554e20,4.831958842426065e19,1.2465513648621824e20,9.658641780957022e19,1.1242888520417244e20,5.2998500782579786e19,3.7504552900440044e20,5.184292945283741e19,2.9142773943528715e20,9.573573341022106e19,2.2140150028161765e20,3.20597897286353e20,4.308185716555029e20,2.357939935074107e20,3.22982336965336e20,2.242651767774041e20,4.8010867566430854e20,3.446519856236278e20,3.3837937265984106e19,3.474526806172606e20,1.73547242688194e20,3.447910466356242e20,4.073976450831778e20,7.908552499009757e19,7.668199679893678e19,2.0634474190650914e20,3.850655700965972e20,2.3801467667717118e20,3.5254850329328655e20,4.3755096887469284e20,3.2966440199540697e20,1.5518056903363736e20,3.408347985969795e19,4.340289201607922e20,4.909469133394794e18,3.9705361755751475e20,1.0316259707044507e20,3.293106116769754e20,4.698434148259107e20,4.93422367369562e19,6.816265847927511e19,4.889413054111191e20,4.428254660460905e20,4.466109517778529e20,3.898352390926291e20,1.3688858798122e20,2.3408904878991593e20,3.904695054317546e20,4.629018413625356e20,2.7022396587728316e20,4.992962978602935e20,1.0769616125272053e20,4.309883435317854e20,1.552916211434121e20,4.6729078102780713e20,4.0253145923853045e20,8.285890980263733e19,4.532864720137714e20,3.532180181466149e20,3.0837195522864205e20,3.6966247825964245e19,1.1345966446341326e20,4.812532723837138e20,1.2513610434333816e20,4.749969872984494e19,4.9778306927551526e20,2.803318525616199e20,2.1133814653987226e20,2.3930564369608986e20,2.704105835313073e20,3.9675021056594916e20,2.6792680207929154e20,9.115433027084368e19,3.4889880781189815e20,3.992641979061475e20,1.68157809423185e20,3.6099534459453433e20,8.020950534568971e18,4.669677155887615e20,3.264290905407516e20,3.569205557524184e20,3.592514350605257e20,9.29454601013836e19,2.3717293462852357e20,3.2237325758636956e20,1.7869505508521673e20,1.6009300904259204e20,3.0296045552704645e20,4.48589320585897e20,2.6850934303682327e20,1.477140207792831e20,3.2648425315737554e20,3.26546807114346e20,1.1922985757208055e20,3.244978208916852e20,3.1277636702965373e20,3.9716126614425744e20,2.299860802480326e20,2.600098268236361e20,3.731023959776736e20,2.553874483893963e20,2.97408263281058e20,1.85391756309977e20,4.507490719463508e19,4.351254269295094e20,9.16268786499539e19,2.7774352645198604e20,4.801630070642634e20,4.4919502418559336e20,1.5973091481347346e20,4.9630250437876915e20,5.955769648569198e19,1.917194721125005e20,2.7707013872321973e20,4.445061345262276e20,1.1730230567389789e20,2.3046866582461966e20,1.971234729477436e20,4.8538621428127026e20,2.0661871210900557e20,3.3051292083092095e20,2.245116750594437e20,3.0197479686048796e20,7.562973475227758e19,3.528379181426751e20,1.4157183234405823e20,5.022634924780167e18,1.5610463074695492e20,2.5068377813787722e20,4.010464122922497e18,3.419470493477144e20,1.3882722411889508e20,4.4281078063007374e20,3.599231522178494e20,2.8464928265330282e20,9.582541357080455e19,1.6793941359960785e20,2.4296183294439706e20,4.6680521727061754e20,2.954561656062063e20,1.1898607854743093e20,2.250603568257019e20,1.474180971080633e20,3.759430771817253e20,1.9337007988355642e20,3.068729898930611e20,3.696636282944811e20,1.5954512106055408e20,2.9309062576649726e20,3.055016260955145e20,4.5453526098787e20,4.645585670515118e20,2.8219306039686752e20,2.8150231976331153e19,3.5317943373400273e19,4.2024877261098934e19,7.98453290922787e19,3.7537289600678704e20,3.2322647472294376e20,4.9413882200259396e20,2.7155189109953194e20,3.618201923909266e20,5.32841087515758e19,4.710069318646222e20,7.159916916361059e19,1.4677369484180208e20,4.496822120430089e20,8.351519326014012e19,4.003688966490326e20,3.329183310379086e20,9.031763032929252e19,3.7185326402607245e20,9.653001083871892e19,1.8199814243528927e20,1.3445396439595026e20,1.9888451421062657e20,4.1484204192848996e20,1.8831590330141085e20,5.976692796242178e19,1.7069374747976103e20,2.9338637988653528e20,7.437477463178487e19,1.902825051597567e20,4.517386369332547e20,2.0252550416507732e20,4.717193330493658e19,4.847295988124487e20,3.021549479446692e20,3.111527952808291e20,3.8903847265172554e20,1.3760747128645134e20,2.3715790999422127e20,4.0989506875629253e20,3.8375862207137035e20,4.4831676767909773e20,4.600635951005418e20,1.6782747327706792e20,3.898248252180944e20,1.0927218581183485e20,2.3890412684375494e20,3.871253361314526e20,1.3093061234203102e20,6.269091078101863e19,4.0291332230667456e20,1.1943870523525202e20,2.1572382352962306e20,4.638447786288588e20,2.497060316142653e20,4.490643588772915e20,9.720924639155982e19,4.148668183799787e19,3.47390260729194e20,1.1051690313401557e20,7.977129089845253e19,5.16950762056293e19,3.482028919949385e20,3.6385180979791023e20,2.1561249995983372e20,2.617852719915087e20,3.038839421196008e20,3.340676396046385e20,3.8749706945140916e20,7.761136511374839e19,8.376938082226571e19,4.050217074617967e20,3.435190730165666e20,3.9119879273430804e20,1.0959403911087561e20,3.2639577101803756e20,2.1173504168882284e20,3.21496120875341e20,1.5070225840687412e20,4.4722475556547795e20,6.401751783382042e19,2.1272644722140987e20,2.4611182631815385e19,2.165178500724137e20,1.2899328856569186e20,3.431720792968855e20,3.0354032825615214e20,4.3514306366873305e20,3.0543418132361236e20,4.238806150201535e19,2.053938113904581e20,2.772337618001214e19,3.0824747174741783e20,1.3583076111429444e20,2.760854050503987e20,1.1562996354715704e20,2.768880969124006e20,5.047049057098995e19,3.2942603976933884e19,3.2673190271173866e20,4.722731815607733e20,2.681119991009412e20,3.886963410398563e20,3.129027888679907e20,1.7126880763103758e19,2.2075482946462876e20,2.6814488979854336e19,1.9508084208509515e20,1.456372624763097e19,8.066117466570405e19,2.0651828023071695e19,4.31687377796091e20,2.6921566174407318e20,3.516813638450153e20,2.489572607969502e20,2.4843274667344845e20,3.304214489315699e20,1.8892373376153344e20,2.256037189259061e20,1.657854046747251e20,2.7392627076634273e20,1.2614602298380245e20,4.813479370269125e20,4.2087659408477317e20,1.2642350864936364e20,3.2732697078102045e20,3.5569799568112543e20,3.618368495860439e20,1.3259203610066395e20,2.7078983282622592e20,1.298214665515402e20,2.884534069324829e19,3.437717038809901e20,4.5147102290361876e20,1.3041829257435878e20,3.044181239421121e20,8.129387546935329e19,3.261196522557887e20,3.5188840194122075e20,3.292549269133499e19,4.4356439615421514e20,3.682893431344714e20,4.152355978466477e20,3.5935920869121504e20,4.8221487810118766e20,2.6401254867070268e20,4.9487801549935916e20,4.383568632530157e20,1.1556683132665068e20,3.906696872699744e20,1.4099661229267252e20,2.7765563730969277e20,9.08707581533425e19,3.948277273886639e20,1.6008897418952013e20,8.790796376033667e19,3.6895368724136845e19,7.546763229636877e19,4.179083684324892e20,2.3627936968500268e20,1.12350256878527e20,7.700854525006396e19,2.5964992390352408e20,4.107195205191324e20,4.0970780037544975e20,6.469848411307738e19,4.1398776496351314e20,4.4557729993559815e20,4.7857486841566056e20,1.2593428193768707e20,5.231907929051061e19,1.4605892007668597e19,3.025713067034542e20,3.362753627419739e20,9.649856268084938e19,2.4929355129277235e20,2.257730329702006e20,4.590774090596407e20,3.927763328189304e19,2.1213992591248897e20,2.543359713218411e20,1.760229070733299e20,4.6740310931238486e20,4.2363209544608375e19,1.5419654690140055e20,4.391875671445002e20,1.2890728685299556e19,1.92338320766689e19,1.4611343095776713e20,6.0416395797332435e19,7.8910937018292e19,5.681046903128395e19,4.8494764350902954e20,4.2784046757219965e20,4.407869406729147e20,2.1588258515474878e20,2.7805892672870257e19,1.696029555379402e20,3.1872479871277446e20,2.4244285693298655e20,4.832327127243824e20,2.735779686289833e20,8.24335967445351e19,1.6923684561351516e19,1.0397486459309557e20,4.8808568934268895e20,4.090683212154761e19,2.493460022206323e20,2.992198112529455e20,2.8311258067236333e20,1.0199060282529882e20,2.2440664124028237e20,3.0311183145306836e20,2.842303706832583e17,3.2122935196229016e20,3.815808359528622e19,4.325375545876954e20,4.809151310041408e20,1.53794738098333e20,1.5549186198449232e20,2.2090896819071392e17,4.0466240072860264e20,3.749255670300864e20,2.0328411663039087e20,9.14871340037367e19,2.0032040311719756e20,4.739378214908731e20,7.2257158943142445e19,1.1811063584148806e20,2.947128822294699e20,1.2832783206234789e20,3.49407472561305e20,1.1026202740282388e20,1.2337001903733059e20,8.262786352544376e19,6.1137116576562455e19,5.972618771199906e19,2.514268551147736e19,4.40444917407663e20,1.8468398237614765e20,1.289817757050642e20,6.107295897479093e19,1.3369974191690975e20,1.1975449525045661e20,1.7888057704254253e20,9.243649125489407e19,4.244872247904454e20,4.0429846808408064e20,2.2407606938568137e20,4.8694176113687187e20,2.1544220559998718e19,1.4486892503415482e20,4.6579280735624593e20,4.6056076908226865e20,4.154442973801128e20,1.3597671944037055e20,2.58693357036476e20,3.402031260686309e20,2.498676859222904e20,2.028475952596325e20,1.050013224924871e20,2.08031318773147e20,3.4727834706379747e19,3.840758940457641e20,3.4525181091360014e20,1.5118312386125867e20,3.665385900370359e20,4.811649153547915e20,5.349402356236788e19,2.5625846425062547e19,2.707271382879047e20,1.507065938210993e20,4.2100676799656845e19,4.831193897559353e20,1.59565065165457e20,1.757341674811741e20,3.553955461552649e19,4.8937286829370986e20,9.606325575099788e19,2.740148341312681e20,1.3318057620833046e20,4.384898046164168e20,2.7862899742151236e20,4.831468961218554e19,4.545797101972308e20,1.7292644553361408e20,2.2129728877878713e20,3.391412206013372e20,4.888364879216234e19,1.1335621927642897e20,2.8631936153850895e20,3.707469084267193e20,3.457795233269262e20,1.720886292057492e20,2.0318597770900505e19,3.0417381851048844e20,8.42259714455565e19,2.7613735367916408e20,1.2509993836276263e20,2.970425653811784e20,3.1149310751304175e20,4.845642381891213e19,9.069456516283648e19,3.8711859197236924e20,2.441809470919058e20,4.037045590499083e20,3.5718254973090365e20,1.0312337866669936e20,3.386427887502229e20,3.246028954036972e20,2.7763013543807897e20,7.323470925370512e19,1.7066192503065153e20,2.030634072878897e20,4.184465612312814e20,2.5933582841182523e19,8.180917523115688e19,3.4019193914144555e20,3.405055616648351e20,4.946308948264198e20,4.554915471769499e19,2.6074292547718926e19,4.318788141279442e20,4.0490243708879766e20,2.2161735860630284e20,2.6707492562137675e20,3.1420704456403825e19,1.9157163195075612e20,2.263715707062996e20,2.9261838834555627e20,4.377894323906659e20,3.399931375334636e19,8.960877705804504e18,5.606755985311534e19,2.224890177771646e20,2.99345686843117e20,1.0108819738483366e20,2.04539319418917e20,4.2313111672651475e20,5.483709886923865e19,3.0981241303087437e18,2.805673501727668e20,3.319852350786294e20,4.6746959325339805e20,1.7913779331328993e20,3.5845519163320684e20,1.7855607048613547e20,2.7846619693593726e20,3.7587962580434826e20,4.033046202218264e20,1.1190390040490705e20,3.9966975163252395e20,6.688523528585599e19,4.3765632847655685e20,1.9984661055383218e20,3.99487306083186e19,3.8135807896792977e20,2.3459930314770583e20,5.7859268317813465e19,6.3925313425323704e19,2.981609496598009e20,2.534555072457575e20,1.0672315384121428e20,4.0287565450232935e20,4.9057598229328036e19,1.0428230721062525e19,2.1616345242789082e20,1.7473762610537818e20,4.530345416743911e20,1.009636365562256e20,1.0179632920837533e20,4.453918095554051e20,4.389729805931488e20,2.991339524080469e20,2.434059477237972e20,2.2692059686649296e20,2.5037285601545083e20,3.050321536726354e20,1.1790993731371685e20,2.5922296963555423e20,3.120936431416508e20,4.851658249664909e20,1.8541035571873792e20,2.857135967063193e20,2.657623270303178e20,1.2520433993460212e20,1.8161089569026012e20,1.4360466254287774e19,1.0374363965663048e19,3.280825665412452e20,2.23947715913976e20,4.960356045231598e20,8.471225879106547e19,2.5880933067089202e20,3.085028380807984e20,1.7744933422734095e20,1.6741566927915542e20,1.7981318014950898e19,3.288800968207995e20,3.663695631350922e20,1.8196176073579286e20,4.28392869277014e20,2.6328365192530585e20,2.184599575144725e20,1.5744198020923956e20,1.4730985052558038e20,4.1340865721029716e20,4.536189148702736e20,1.5997948927587104e20,4.8415889095956785e20,1.8434476093687536e19,1.7824563964201533e20,4.3294472475290395e19,2.360401951547482e20,3.3242859808729714e20,4.739607745235725e19,2.616010630613036e19,4.452059517363834e20,9.915304845920636e19,1.1937311508959181e20,2.911358329688898e20,4.4464711791794566e20,1.8021961269289304e20,1.633592598027934e20,1.586770252627817e19,3.0494916179962364e20,4.104831502611513e20,1.9100770997167577e20,2.0121583645265007e19,1.2803614068451425e20,3.6083100354084916e20,3.3829508859117024e20,2.674970141232515e20,4.445279508048193e20,2.6658283943522727e20,1.2096816857643406e20,4.6750762907469434e20,3.806667105156337e20,4.2374907976065404e20,1.059182841423006e20,2.8192244569323087e20,2.0916625940274587e20,4.936576706208778e20,1.0280537780350707e20,7.810779850097089e19,4.1037320203798446e20,1.2906378074320008e20,1.7086230867149442e20,3.9398487944108376e20,1.2780474971715666e20,3.7526795370781704e20,3.4912309216734716e19,2.050997356603007e19,1.5346853281577855e20,1.4394781400941026e20,4.843952356595371e20,4.533475023876535e20,5.671721656823614e18,2.9837752925743147e20,3.9166537862352195e20,1.3883142760541028e20,2.1199959621457815e20,2.472769556554913e20,2.88685780047991e20,3.0638631457825915e19,4.4306232069131744e20,7.950055316352256e19,2.972898816695545e20,2.95610743646232e20,3.462819138491803e20,3.7285338651992726e20,1.2634559738266716e20,3.8100035818515735e19,2.7924415076434582e20,2.936704504006018e20,4.749569920361364e20,3.260285429270613e20,1.3192887131452196e20,2.262710716265104e20,5.8669926685297525e19,3.476425262036443e20,2.612414956137076e20,2.4284739431256303e20,4.0973206253527446e20,3.219487909197032e20,3.50423002646685e20,4.461701706482159e20,4.3936124245896036e20,2.6002630785748603e19,4.5336323411236605e20,3.440175651084121e20,2.0450135489927374e20,2.6757207645950542e20,2.975518718865859e20,2.7542178232768604e20,6.910324959405234e19,4.590364843497511e20,1.831046875898017e20,3.200087635963547e20,3.572117807028359e20,1.5933523195338323e20,3.5445793732964555e20,3.068789189717645e20,3.938657889608216e20,3.2867994968347155e20,4.1201817195191035e20,2.33764974477924e20,2.6538053325178736e20,2.9210227713783038e20,3.1764847579218916e20,1.871705958299658e20,3.384891063097666e20,1.589862121231539e20,1.7688098823919695e20,2.992753631170448e20,4.1706634434694636e19,2.456451264675978e20,8.977431167253452e19,2.760233134281498e19,3.664899576398181e20,4.6025866846651036e20,3.2234388295474446e20,3.5110435434594147e20,1.7955846181877033e20,4.299833078883279e20,2.5849780397739865e20,1.2008948772213757e20,1.5938613776212505e20,1.2683840437265775e20,3.59788648989772e20,4.937498288853992e19,1.7330773695382274e19,4.4414745459797656e20,2.5078895969690734e20,4.8780657873096304e20,3.958291155116461e19,2.5471478120038076e20,4.046341203231407e20,2.8554173666674147e20,4.30604221299409e20,4.074489820038101e20,3.914660680982707e20,4.281262623577327e20,1.9177657556759265e18,2.616561560894697e20,3.4909271024776826e20,3.471944568792893e20,2.8073220887492585e20,2.377945338664883e20,8.627629925894164e18,3.3018303430552953e19,3.902703565046066e20,1.6300767853398052e20,3.124266173155321e19,5.215267338066748e19,3.292281609687208e20,2.9754429420460704e20,3.979634955973727e20,3.2955569913634855e20,4.148079822596158e20,4.87382117896915e20,2.5440583991761135e20,4.881099225371321e19,3.1606394186676915e20,4.7115787401519274e20,2.450349626211813e20,3.998620348570039e20,1.7723148749099998e20,4.477813046245199e20,3.465304776161025e20,4.9714684116076416e20,1.8948035692204746e20,8.38271881805262e19,1.5336827530202314e20,2.3184276218122525e20,2.1465508261196192e20,7.594406562958566e18,4.794486090028906e20,2.484807154225478e20,2.490670066030157e20,4.227651883658345e20,4.1609368796603495e20,3.954432503092048e20,7.3235446092994535e19,4.81257857670005e20,4.9259588842052026e20,3.8687710465372016e20,3.69324677562292e20,1.033779948752479e20,2.647981784005342e20,4.9607082959650364e20,2.7262817497044317e20,6.527639359035942e19,3.356425496834992e20,2.8672389416719506e20,3.276826999491948e20,2.4050465328148703e20,2.5756862839888373e20,4.262314066500771e20,2.2377986013911748e20,4.626923476791961e19,2.5246015635270602e20,3.9569354044725395e20,3.391514370279616e20,4.180817845431466e20,4.405835466196468e20,3.040915515392799e20,4.5026070072955457e20,6.220566717523041e19,2.4905995540236753e20,2.390775125614259e20,3.803227243228143e20,3.333296951252349e20,9.915001155139274e19,1.3660121817155446e20,4.1378641520376775e20,4.0698582014329147e20,1.7526850482835544e20,2.5557259455490795e20,1.204246478059764e20,1.4191925618687507e20,4.493094345177994e20,2.477034877258348e20,1.188352629703212e20,3.848550456924737e20,3.645031875198162e20,4.359736858701735e20,3.061885654426946e20,4.1374739402937296e20,9.451005444041461e19,4.5540924048367046e20,2.9579384103632214e20,1.1162194687784772e20,8.120152338821946e19,1.6840707354056678e20,4.415200345794111e20,1.282858768800907e20,4.68617034973745e18,1.84756670584374e20,3.499689175513403e20,2.947646338946312e20,1.1811217966035958e20,1.919726628760724e20,2.3976067187889553e20,3.264515192479319e20,4.118402882492783e19,4.60640400270431e20,2.4194179702724723e20,1.2424029935463948e20,4.395162137248643e20,8.015269187567382e19,4.231491873132464e20,2.7426009217256463e20,1.1657335103783628e20,7.6140134135524e19,1.0970921950012513e20,4.567143625491957e20,4.185750167370755e19,3.767198831175462e20,4.772997364962395e20,1.9234370680696757e20,1.4138481570762113e20,8.567944969864949e19,2.8659472100147688e20,4.036250916196296e20,3.118576928895759e20,3.4293799257146596e20,2.989806374476339e20,1.96070906048666e20,4.7280916904530254e20,1.594385424192032e20,1.129274080969383e20,1.7087787685376842e20,4.604010339232418e20,4.1458796046083825e18,3.943491783042343e20,4.674196559133104e20,4.558712010380195e20,4.8601110780901215e20,3.246225493354993e19,4.935199396555565e20,2.9563777186221117e20,3.520268869613518e20,3.059400821167002e20,2.9106876938487264e20,2.816689888350027e19,2.501933402680439e20,1.6907919846603725e19,1.0876557286888577e20,1.798958910620883e20,1.041931659847376e20,4.8370444694092245e20,4.718844587600036e20,2.8047778456150357e20,5.858618202021926e19,4.569986273598453e20,2.353107447167003e20,4.991425357381668e19,1.1923287808357114e20,4.049030411905984e20,1.6995577053372645e20,2.0064037874281048e20,2.8188187892394967e20,4.7486328794892553e20,2.8123138128673587e20,2.399365106397841e20,2.3097693495003234e19,2.4121988180652658e20,2.4498899900393593e20,1.5836391325354666e20,3.4952835674847805e20,4.6817066341748225e20,1.3909668634159705e20,4.532398044949361e20,2.163008797353333e19,2.1491498202244648e20,1.3849885139248564e20,2.053603055810565e20,1.2043993590332424e20,2.5625234700078947e20,4.382819035433944e19,4.717764261323228e20,3.528699302935647e20,4.855456579946022e19,2.310371041787736e20,7.910715508912975e19,4.038078802053682e20,3.532958036093889e20,1.1939730691311513e20,3.04329902341562e20,3.493741877159243e20,5.126103314205282e19,2.2130692696301326e20,3.962158389010752e20,1.3305908845927272e20,3.055264347960123e20,1.7334677561433847e20,1.5267902042667575e20,9.871387280892695e19,4.5151706409980895e19,3.620787950046225e20,2.7660517132434958e20,1.3934381915994482e20,4.020827858471552e20,3.689420958221308e20,1.5338317034490184e20,4.482676385863452e20,3.830764752930706e20,3.977522221494022e20,3.2314382575383216e19,2.483900259028215e20,1.0826480811653005e20,1.20723368525397e20,1.0306671193270888e19,2.01633666532128e20,1.3345675635483361e20,1.0218750218810347e20,4.9594140165247605e20,3.3364341830328884e20,1.941638378185795e20,1.7086917289260927e19,4.952187232516635e20,6.197206643970754e19,3.495866859088504e20,2.4155036208202485e20,6.23569918276018e18,3.6136376887116825e20,3.386250224593555e20,2.201999370620774e20,1.261733512688007e20,4.641157560143799e20,1.8913788605560678e20,4.0953907312419196e20,3.568847731081421e20,3.8268655782733853e20,1.8719554827863356e20,1.0217025919646799e20,2.8181578965376264e20,7.616934769260841e18,4.865913395657263e20,4.241243487259665e20,3.9630418236532726e20,3.8512620960409335e20,1.040632448465969e20,8.700829821091755e19,4.8791269081804564e20,1.759618630211931e20,3.976034499097894e20,3.523754584268096e20,2.1493590483762122e20,3.968233782757618e20,3.908828120145646e20,1.0460586453382675e20,3.048226901080819e20,4.436950620345988e20,1.029119523886608e20,2.532071989861025e20,3.721590769836821e20,4.7140339819885796e20,4.280893533110329e20,2.2176518891295523e20,2.5686588802538275e20,1.2561916635780684e20,3.3141642942261894e20,1.297212525519098e19,3.351922407756584e20,3.818339795420721e20,1.0888774817161223e20,1.00725216706465e20,4.807200162602268e20,5.242150506789389e18,7.446802838114119e19,1.3953502783202771e20,2.2551658854729934e20,4.4572994578525815e20,7.662157642289496e19,7.159163576001698e19,4.5783842758112785e20,3.9613744293580086e20,2.7419334335636246e20,1.1173744153926507e20,2.8958395263714853e20,3.176643273046035e20,2.1305302851712916e20,3.433181569738107e20,4.0301874564287975e20,2.3091101640838424e20,4.9068592011309325e20,2.5602550900119713e20,9.570662574748656e19,2.2484735134332823e20,4.680893574923163e20,3.84980871968565e20,3.0056525947141076e20,2.79110711705603e19,3.951340362357863e20,5.19613901895245e19,3.293916400942281e20,4.4530355650815846e20,2.560716446282787e20,9.153088782417617e19,4.0852464068812525e20,7.661839559538668e19,4.6125852132185906e20,2.6562481435083073e20,2.424740123410363e20,2.4430654944611913e20,2.1481808959776945e20,1.927652595326143e20,3.417983028971119e20,1.643063219046872e20,2.6781490155830713e20,4.247683678485865e20,2.0844818427422235e20,3.0213976360727814e19,2.5960010197053358e20,4.459430432476325e20,3.0632904519253524e20,3.320249229252146e20,4.723448834856393e20,4.1825487264291135e19,4.8974710567561377e20,2.275856919773131e20,3.674669505314992e20,4.983873483617604e20,1.031605168758498e19,4.8369930739072434e20,3.269671935036619e20,2.11737242181031e20,4.964831645955403e20,2.9112394216407623e20,1.4033601138837887e20,3.620021891216442e20,1.684625518599467e20,3.612297402963296e20,4.144716608120172e20,2.692606554156976e20,5.4888322147243155e19,1.894321396351285e20,3.2582203661613027e20,4.0248956137593995e20,5.387704752119698e19,7.174579323331321e18,4.139248658211283e20,6.832861534746365e19,1.4171341312958741e20,2.35570608548632e19,7.493544017404785e19,2.3480137779273885e20,2.2584160078564737e20,1.512809996113466e20,1.1109020765338329e20,3.4972810727672885e19,2.0321961530353487e20,1.002375226403457e20,2.695256010302234e20,4.89297581021848e20,3.8604590334049144e20,7.553544015163094e19,2.5929094456579483e20,1.749502856603985e20,3.328844607818291e20,8.288051676971386e19,4.875237247485231e19,2.017283863876092e20,3.301061039888381e19,4.42853959862019e19,1.71238580050008e20,4.648754592086726e20,3.775871806395421e20,1.4635991610016308e20,1.6544574423217563e20,2.5627257768476813e20,3.878586879041175e20,2.167281483322806e20,1.00128337444498e20,4.40996659134749e20,2.1207085693103817e20,2.6563748360789508e20,4.757088300859004e20,1.7827952227911447e20,4.019380815559459e19,1.705280913879409e20,2.1051005607867846e20,9.812978589139449e19,4.7736344534777646e20,3.6327396834091604e20,2.6398424453981094e20,2.2420678334384266e20,1.4106104432983212e19,2.958573513026061e20,4.541961477479882e20,4.9663402480695214e20,2.4829477504598794e19,2.447462538378209e19,1.484011147157112e20,3.521916814109868e20,7.254121039603883e19,4.2866450470130477e20,2.1726730568087975e20,4.9492146487139113e20,5.596922597253751e19,3.491592765311574e20,1.0883595140459335e20,3.69236297950408e20,1.111490936550384e20,2.0863654181893426e20,2.4239050318941048e20,1.8762567314018235e20,3.234862144311292e20,4.7098507358000166e20,2.7285131720175688e20,3.663296431216038e20,1.010263871944907e20,4.478765966160774e20,1.726999115120631e19,4.631372940687417e20,5.827381388843739e19,2.8493085886400836e20,2.7887869959657695e20,3.234655932934349e20,4.36702902389447e19,1.2843507897840345e20,4.0761298456817356e20,4.3824797733938404e20,1.5775849080520753e20,2.568331600788356e20,3.3737768965865354e20,1.0976651205468468e20,1.367172131196855e20,1.1353264323453749e20,3.420104860475422e20,4.023931197666164e19,1.1075129965345987e19,4.9855533325724805e20,4.8328812192311194e20,4.078547359681416e20,4.985384446968352e20,4.883853494445072e20,3.638473984914379e20,3.715975173620378e19,2.484758477016238e20,2.445237197942316e20,2.5266709416952965e20,1.5774614415343757e20,6.857402265435747e19,1.786444582473373e20,7.815888883526423e19,3.9767814150466365e20,4.803314031169753e19,1.918079333155981e20,3.319107755017305e20,1.9537911574316076e20,1.6552818531789387e20,4.229378755989288e20,2.585697967887336e20,1.3395492732081165e20,1.6469198445973655e20,1.514919177021944e20],"y":[7.218773647231785,1.623946959032987,2.5137069302731185,7.757571529200239,9.277378411147616,4.836417430209811,6.031940501181325,6.761894192333781,3.679533731240252,2.913348557785007,0.4700899679437509,1.6669873338401275,2.323652038365722,2.7539388469567894,1.6340332473546682,0.7322990779018002,2.5967325872815827,5.328234051729654,5.373653475768902,8.01809826796006,1.3681793263869835,0.26226263021928653,3.818362906873406,2.712004822120333,2.304688130836917,4.79872858704428,3.9546881399143152,0.16439241519787928,6.0936944615512365,3.3594695772371033,0.942818677155014,6.849143356470845,8.55890960953805,7.818084324315863,1.5610508171131532,8.109735021196755,0.156687947902735,6.468238755464039,4.8420313022967365,5.744467065988607,6.696329623383903,8.262211559413043,1.027510152275013,3.8353362410509417,8.359286333710065,4.734091847353942,8.40602002124319,3.9779570916628737,6.179074645793579,3.941963453032209,1.7166117560022542,3.820951052291317,0.5938299250665025,5.643555149125531,8.641761107542479,3.3249244926210286,5.724408726558394,5.958595143664543,0.03684572971196509,9.518385965079043,2.780888771050487,3.8866185805014752,4.546719351600711,4.520362416401732,5.738258901956827,2.2195477362080673,5.373461856688988,0.9938739182485312,6.380627567998105,2.567777371970416,3.291105129265844,3.5743103053858882,9.192974525875808,7.484049261301248,1.4783873086239707,7.972494453122543,6.268641134245032,5.011369634699756,3.739705999865859,2.513084444794708,8.710049257041568,4.24260851269461,5.27546538209381,7.722015299627153,9.700176679837142,9.232121979011191,0.2812125670901189,5.418606770027553,7.489143197345706,7.387686687872003,1.5578615495962633,6.754270446940204,9.187011832511798,3.3571808719644047,6.484708833313534,2.65369819187667,0.41776266544685026,0.932236944854461,9.476914698927333,8.18347356069191,6.8530170133846955,3.92265914938425,2.0195308250344235,2.647182065743481,3.6576519027955925,6.731486239277922,5.692765390926519,0.5119861239732304,9.161981561128455,4.91678757966027,0.5976461990635717,2.4354127434152764,4.208302193283028,6.21424519459266,9.248426771515383,8.731276073633712,2.9601586115389567,4.387191951105418,1.844143786469703,6.668733468131919,2.508172299641024,0.34712640707602826,3.9731088042494433,5.362261577114065,7.146763209503728,7.063792129907994,8.823706412545148,1.7262945744609703,7.691054364101099,7.409022439715106,2.780857418395075,7.268194390093663,5.783953575679578,0.3037697130050254,7.4804766167090895,3.6843186122411686,4.1244037001293545,5.207783854508313,0.7841522911275223,8.250472563085546,7.127016762879497,1.920353815312149,7.45875529705399,1.6288727785403312,0.03304554552026939,0.605073441451619,6.214608958515254,4.782122630132121,9.74973726874012,2.362973756680209,6.463701463783017,9.064013060110014,3.2681906023949105,2.888755635601632,5.25803356055782,5.938916141089163,9.532069793381698,6.700871719111864,3.6669454686034495,9.242898970280937,8.175444625370003,9.813421195614607,9.62874766198357,0.40728018232608076,6.331388400580443,0.6974426658053812,2.4081982718270134,7.877489230090296,6.526524944020105,8.050712707639219,2.694615968362074,1.1139330967496608,0.13521874590698424,6.353073087474863,8.309461040938285,3.4958767956561476,1.9868985630480418,3.4243516225744477,4.709611519605677,6.562633104670375,0.6187270664721933,0.311428233245139,7.6733209030231455,0.2187054042741099,2.2468581570957937,5.108433443644534,8.053107916014095,3.739303906780267,0.045062667401385426,7.350550710206049,9.76282461430581,4.666694354011348,7.667606070474954,3.918975839124821,8.532723795787053,7.605295318616253,7.3173974707416125,5.911691647153883,5.79750457074442,2.303968222160473,1.313859413514511,3.0779341765133648,4.589818754492581,1.8546564035794222,2.09250672907758,6.567991070626621,2.7714683062578893,0.43102630473560444,2.986194285350361,9.683867662969302,9.144072806344793,2.6357654916759654,2.0767307165774596,1.2419794860600686,8.302511955279712,7.292296987655841,9.742213975700992,1.7404938471547948,9.240738869240865,9.401330012320674,8.57198611828965,6.082224796249553,7.492784542889113,0.22369724763950938,3.8192901395233236,1.3996957325614157,7.8198192646925975,6.647226571465374,8.830904662600705,4.953265916669758,3.622822814931146,8.985471160115173,1.4895236956739455,5.122943701215169,3.7186862766190156,5.42810970303265,4.002123187603405,4.78824445374719,2.344103171886507,8.325349400645063,2.111081798586716,9.21703556752646,4.040568474316445,3.241729624079379,4.348261820108746,8.51076788091375,7.044515840046204,0.7578321118483256,2.5271662890236604,9.99155900399012,9.728257079913057,5.885162663070296,6.978757681373792,7.706994042771126,9.0698076394848,7.426042048744802,1.5450843471946885,4.574829251836809,6.9718871424341415,1.531857925575667,5.343731068368078,7.709326894987598,1.4494922902554352,1.6651576273757718,6.375019226076116,4.344826166797475,1.5392835010985617,0.22460462654044666,4.024602693213719,5.693198665662504,4.869573874998828,5.7854975478007855,6.116264179965475,0.8640802851729179,3.4445550701036454,6.170907244806347,3.939555950595669,4.283618667475132,4.7737624696743906,6.562796916107782,7.4136887894850725,4.241595154816702,1.8997129144653957,2.395223959088698,3.656608028385274,7.699398495541409,0.44880382546799824,9.68540041652136,6.376838157825193,8.808705858054962,8.781476430789077,0.9324298453377677,2.241669087829967,8.28051125657232,9.243367329312681,3.926664985436872,6.092523502452387,4.364778594921262,7.954693342067173,7.264221901959788,2.6054031171382244,3.2334690647091735,7.8978847788986615,2.239634653815573,2.152045014801758,4.751783133339193,5.683276462005219,4.495064659395228,3.5243776757681653,1.3636692574580878,3.338551733416477,7.692402717702402,6.76124495127589,9.916228931951137,8.163939162298906,4.954520483133178,7.788166493928124,4.637237372483839,4.31870502488168,8.955728577993986,5.417950041856468,7.888843635127221,6.629039514775686,1.9847184100048842,4.013811981214915,4.617779819931938,1.4395339309107935,3.2762365743002073,0.8834726054463993,9.426104626575892,5.743739112290745,8.141160858656407,1.4770266670021104,1.1691024505464287,1.990088049317491,7.967962533522001,9.89224443101873,2.76547826083152,7.9547549210370585,4.570801416916446,4.556199131980257,5.8884730991951955,7.441295666976941,5.078023280462155,7.067893492644669,4.414219467418238,0.7217300667494275,6.990818379380213,7.334342966589553,8.18047722163506,4.271380316741174,1.3888482294087623,9.793903383731088,5.313104272425635,7.429083639646427,9.0725698769534,0.21178380024835186,9.470884106702155,5.56092940128398,3.1303982405289252,1.5374149237731094,9.566910058403328,9.30569407876428,3.443813410393699,0.23998461182997421,4.216274585581897,2.37116473585456,2.903522896532661,9.833322926654041,9.042394062603917,0.6915744125532675,3.6670733381803435,4.074662154393934,4.7041897539410975,3.9632934441845666,3.5956831273773893,6.611089576102503,4.952587689240234,0.6041205485486878,4.696111594573625,7.582274396738144,2.921633954404421,3.8943528150619233,5.027672518212686,0.3997140453705261,4.622651728040694,1.6006681076564166,3.750480107786751,1.1151953094572975,7.937470618367598,1.4154733504646677,9.958948106688673,2.816637458763344,7.2622538949064,3.5594524372801395,5.532716285834409,3.6161508688005215,2.927869346585674,6.464158552497165,6.326818279898699,3.781751715968442,3.341839330921772,9.971016025953043,9.137301947710103,4.710479396222654,7.714498244854534,7.463225038933113,5.899603118148283,7.806635337758189,1.993686432355104,0.03610869193546584,7.906589644739422,9.36430552772772,0.9512298360464011,0.9800335247872238,2.266295472494938,0.12859907038978546,2.3696410691100733,4.440078862321521,6.264197740759317,0.3680742950016358,7.727666975071959,5.194761518593044,7.568795113998863,7.971257150675121,1.4168604919703964,1.3902366355205775,1.5255193793690913,7.950643414587679,8.870758561378466,6.25747914847778,5.680499954590755,0.698790151445825,1.8486055251351663,8.706614285979313,8.39952054283691,1.020613424672101,4.1650319902480835,2.608596660036848,0.46581634390364446,7.873652416413366,7.013384932007015,1.9624549569343108,4.622347448640969,2.763368628127859,1.159714555361523,3.1458175059900464,2.682695229053401,6.617929012969167,3.201114187777312,3.749468208764867,7.069628741935807,9.314789730610887,4.630717844387963,6.239399489614809,7.567574437239636,3.681223846307844,6.342939356827867,1.9997677904354538,5.377062959202576,8.804597460510033,7.475483666974524,6.4227605741630756,9.515835198535898,4.2173321822280005,0.201902443466494,1.031793535832739,8.77050185348726,2.3842778383401164,1.8483041694567037,2.309454943595072,7.482985974571124,0.5311832859075327,9.147732102285813,1.151457245456875,5.838847004397704,2.1519146471550368,8.596610367996899,2.0176131153026553,3.599507431212383,5.731938946922352,6.605466493500539,1.39954606629074,5.932278765327339,2.3504938684682406,0.819232584904187,8.077599924306966,7.375170037764866,1.1282713283621437,3.029849042338113,5.734306496242399,6.781434295373348,1.3767259861936698,0.4901636038192281,4.500331993029604,3.3500340959037676,6.394920201244164,2.4340230785323316,6.89565074342866,1.1227727929585296,1.074846520398559,1.6098443461199963,6.723913299428846,8.82140534034773,7.678617007494909,7.694466055481406,2.8639443366966786,6.551443047690256,5.449014337795671,1.3061684267075058,4.38061449242837,0.7804390557069507,6.606365168435168,6.394933723839823,3.9012323085930367,7.221107523715485,1.0612232396889765,7.0563847272389735,4.0287067718905725,7.8725760233468565,3.4518710319177437,2.5610866593974793,7.612704047910958,1.2091287902698133,6.744769525425605,5.774795966520702,4.216402763220463,8.130378473666608,5.61259389939628,8.813458458032402,1.6538278170414156,6.738185912138864,4.887572065315956,5.0858977153509946,2.448621196803218,2.36159357525779,2.48331757342532,5.754126541309988,0.08816772371979753,9.99350587725076,4.003178442549461,9.649622050942023,2.461335264961124,2.571524332582227,9.34975405293078,4.592000070877579,9.853469695065384,6.00609865707033,5.110459170591122,9.349415180670652,7.891951979865656,1.4972137504569316,2.661791925494393,6.9240674596625515,0.4621334269057231,9.25733752076471,4.944363586707954,8.880538876567162,8.325601441047228,5.367278254403906,1.6185973014981259,0.9400130267579421,4.908317117108933,3.9418704067634467,1.0359724311431528,7.9210045507768765,6.162624766164501,2.1577752267642825,4.14900078647126,2.3748564240729952,5.306163227141178,5.1223681786376964,3.686989842302626,7.172417773025589,8.378940759439011,5.3350922606725675,8.242338456475514,2.6246224220232017,5.984307392281691,1.025676649376751,4.194417154367967,4.214916435512027,7.494549919249993,0.0333568589094313,9.208287584395658,5.716663704631417,1.4534990620068189,4.590592423906978,6.490673367729832,7.736153590420613,2.241622942134842,0.5886365571949548,7.367348512953301,6.77613758436863,6.062066491784909,8.7079780811817,1.0915885801222835,8.604305559860036,5.604513817726749,1.8424857416885176,8.934088061249351,5.4930102961682294,2.3292401975527333,8.238743559073123,2.456756983418935,8.863352239257802,6.953090033728556,3.090731962301488,8.079511611949894,8.384058430588205,1.4501480497296948,8.810344763705967,2.143418468189414,1.46533926412442,7.433511974937873,1.4595593356312186,4.091642433031614,4.493944198620015,0.9214147382097204,3.346055967668009,2.1484596465971584,3.582758747991288,3.977979999741539,4.220051410045015,3.8995319307350993,0.15983994812239222,7.402640355577884,5.560196911837965,0.9122035949513141,3.91701360271139,5.565036858463198,9.670467306180521,6.362051588965193,0.20373899179414012,5.515153227592524,5.290730729169355,3.658587543524019,5.905207114083387,7.364189519746133,1.7084267395414299,0.1727830477561676,9.397575817351967,0.12407014355561907,1.526057063800207,4.442054424580188,1.567224090842636,3.943488980472567,5.08683170312016,9.479118084343526,4.151939837258334,1.6404018836983347,9.20537351527024,7.615144180039026,5.899625057793292,6.3437088235932695,2.099400635723497,3.08948452111798,6.37634125368971,3.1481619689280373,4.668695184026776,5.28408532568421,5.00174409378727,1.5920487738555111,1.497473584851735,6.866909315199742,2.8401367447950387,6.381434211920237,9.62992234221049,8.391095134058917,3.1368335247988632,1.6994937743034266,6.645415834534248,8.024288873173987,5.5892032065232575,3.066778080517951,0.9030178358670304,9.501926373570416,2.132821583845337,6.894046976647754,1.062747236672198,8.168533661938465,5.243371535605687,9.906655886138969,7.109305955561346,8.386338305375418,7.784184915271167,9.785060403167646,6.375152017987254,9.865491305798892,0.8102474835409312,3.5129883498884995,3.5681813753358904,1.2393499585463996,8.190803775554624,1.318889894224512,1.3103037127045936,8.092933069370458,9.721000374904785,6.18985039583384,1.3774309691031084,5.216874322778152,1.9984540333782808,5.4350030749920775,0.5928024883085647,7.357377610776022,5.823437181767554,0.571962256778864,5.934780430170599,6.135479166411867,9.822994193011361,9.121220099163766,1.8506917627250508,0.11802578688325238,5.085134180757636,0.9168404745218994,8.63945475777374,2.479488417543485,0.5724491234041196,5.7228693345297375,9.011850589661783,5.1093353592332456,2.0949077478344194,3.350906379019627,3.994468554377092,0.6698863756113138,9.729017352510494,6.189208190156007,3.9825623796943423,0.18166687037994733,2.244029421920045,1.6911529762533128,5.986216352012688,8.972063275469404,7.562152185092636,9.795442662445385,2.772101908336823,7.615603208797834,3.2267185423031384,0.4881177565330652,6.297351802297024,4.943752577641964,4.002734874139104,6.283500822339814,3.7240565626897935,3.329625218117428,4.613220363337147,4.396271247299297,8.366693780490378,1.2978200149356456,8.66576606707721,5.592291993233448,2.997254888162917,3.6599169869069503,2.2292145332925006,3.3222540737269988,8.193347825889454,1.923872752137633,0.42914270441359537,9.862029602990138,2.087078282606819,9.503149444264045,0.25440740945404383,3.8906850920847957,6.0382586697995375,4.396277757372138,8.070714246616713,1.170203948998556,2.2298447035208913,3.017638735728665,4.557645295673253,7.792091399114689,6.000175318549963,9.395777702752724,9.536072977605915,3.5840573780996063,9.351801474827187,4.284459913771698,1.1895916835721843,5.734042545569374,7.191607623262101,9.531252824460887,7.21500074374733,6.795477696154344,8.720760389897766,3.375326775627631,6.560723616616528,7.046817916387102,3.1065295056169875,4.7673100261982135,1.8461169455075632,7.728350832053017,8.394257533694262,1.1960709354379284,7.247074713432845,1.0498572341556711,9.086594687092923,5.331190390383701,9.83427655644422,8.07179815208457,5.637655747266475,2.802132651861587,8.729187843981878,5.211602881013623,1.5048216879259302,8.306976686258597,0.2425350908698709,3.2205520833671883,4.469964543731777,4.889300069228191,2.867544978802127,5.818316342759894,1.7041190617892454,3.730850715351901,2.0972696177720254,2.043389449838513,8.592052660161956,4.042902783713133,7.78583522367274,2.275141186453793,3.4626996777602512,3.1465863410107184,0.5252935579625606,7.839343773153927,0.009019190057986126,7.526621902228418,0.7156622652544131,1.7221835061146518,6.8712159815630445,4.359275943939532,2.2275102488391854,3.1651031763995086,1.3725290862862294,7.06375523019679,5.0202512113438,3.069216433863815,1.4148984467078873,6.00417426765559,2.0181169403185573,8.433245690711308,0.13203418603585093,6.212708836017388,4.857626779822634,0.12854813531296583,0.41981262087953497,9.133703182692358,3.1596326139835886,4.442430905888467,4.571386218823256,5.581932217844004,8.117120361431114,7.420062482429025,7.69078189642851,5.419832712073606,1.7366576682386647,6.72978109256242,2.767569733805203,1.5339325203045417,4.752033054184834,9.4859704965323,5.398018349351618,5.425413875037803,1.7045957131408074,9.921511490783452,5.131892402957813,3.672262171676196,3.851068898563492,2.067017141288614,6.0984342415218045,8.101884950502464,5.207934030177977,1.9934316695061238,2.2899165487822204,9.49797587579647,4.025746758293721,9.659413045941278,5.291723229507783,3.0684700310526383,8.046551308127672,4.631375363239574,8.336156850088717,1.9291942225465086,2.9927858225941364,5.76906864680363,7.3977728009143835,4.014191273863239,9.190650356428065,7.416964696963703,2.8709470559159933,2.8168192616153864,6.985581808935745,6.056854291083845,2.1502055292980806,3.679698374527071,1.82246413473368,2.568334310194862,3.5057197855590605,2.859936342185865,4.322954847563211,6.151745779374403,6.773894497587487,5.16060849095823,1.088893720348556,9.972178030913767,5.031602160363517,6.832200434067119,2.0057951397373754,9.036617811367524,6.093063476543067,8.107024073041387,7.5609658976391945,5.287260232933239,2.9915514132532817,3.280478447057357,6.488449977387512,2.0891751934337943,1.9797027472913187,7.22969998670075,7.095266093402445,4.16307337589367,6.59585440268926,1.4373045770334347,7.9951638570022885,3.8557128850819558,2.9258575305767476,8.103410587727298,9.938966022612705,1.6242334121875346,4.56672438826069,3.3271562871039198,9.19234528652768,1.4985458688411957,2.116201219665601,9.769236055382612,2.6994224147545043,9.253404796143887,6.009062196253784,1.3734941962524583,3.3906190023928904,8.602760916670464,3.9812504389716805,1.4017941726378702,7.706979793021325,8.915500427156623,5.447589428171943,5.754856323375433,4.063726779839175,2.249301508017063,0.9845758295829166,1.3092621561676177,1.0437503160838502,2.7766074369277636,5.263153904856853,7.338964960496987,6.319255471347951,7.952344618301881,0.6191743694567742,1.0927651036344066,2.5109248241792823,9.972054345070724,8.265234399984982,7.901895026057851,9.524707631569155,2.360397800469769,0.2046299417423536,8.350420779168926,5.972899092761466,4.235899193586322,3.452892254077662,6.111186852931763,8.397977038721843,1.6604533795906595,7.19091783632153,8.875970970335747,1.014726478371455,5.3432383837623885,8.289950272452595,3.927264609262673,1.478955342372389,4.519966322944775,6.717131696192419,9.707667726150982,8.108671318600718,8.125189271173424,7.805218490435147,8.97632704033589,6.331723381309203,9.412074249405135,7.62780615488626,0.6031167818549832,2.2958952319833994,5.428571157089086,5.031844248696867,7.268780915481068,3.9877262621525955,8.056563763769374,1.0853190588229122,0.7671398479897429,6.208302811661887,3.521597248219537,3.792367254509321,9.851768188760492,6.012137948794891,7.915000103771803,6.348118149662188,9.831875209519556,4.993499507612458,4.226467970494827,7.175101575816671,9.517417786938951,8.781393438911651,9.033544898067182,8.442369434776118,7.034475789233239,3.985471486852009,5.914552598430928,4.034581051838341,1.8709648856686922,2.9603622479187464,9.397562346237457,0.18406243784789944,3.310958133506144,3.1472610431967674,1.526777875264339,3.3605459346280453,1.980950043414187,7.932930451988848,4.738896116741065,7.713971126997723,0.8465139009313538,7.816303444607982,0.07545690621049594,0.3292494916756816,3.325308776213358,8.98009417145024,0.9198324254197721,3.6072929091458517,9.652610172777969,8.998752077394263,9.402455924022293,7.064653295661203,8.152215808838795,1.135073839096219,7.024381748535009,0.6065735711629328,6.994386216541248,3.778685140599852,0.4711490710509403,3.6646607807415887,6.031615418547327,0.586017039347766,4.141984160478431,7.605231802912472,7.623009222152502,6.867526710036218,1.4495263213321163,7.52723627283125,7.601130349081212,2.8339519244195968,9.152039322446727,4.952308358455837,5.294369503436242,3.8636161592992613,2.2104699868185564,6.828789956783762,7.0156165874404515,2.412006902981755,3.290520670936324,9.040373647296782,6.0054858301497624,5.531538641674106,4.372238206650572,9.223049663920543,1.1126462452134478,1.449131750490471,9.685914517227648,7.351556262551872,4.0789305130331455,3.7398014593105366,7.628759621760988,9.704291919179484,1.6427453781826706,3.302633898587475,2.4765627358303743,7.230313053742725,2.765382065614258,6.1124742159147205,5.860739337858599,1.7476719020598508,9.969818286464333,2.558297553598732,6.353224036183573,4.060574207878812,9.109400857710735,0.5946518838868375,6.952361264413469,4.146492659891186,1.0119949677979734,2.006420498130732,7.179995695190657,4.117326824285357,4.566287106488343,1.3127552500954198,7.054201883320955,2.1751862855161663,8.638943347155818,8.98930791871982,8.651307915871984,2.511435844256509,0.8205258785229586,4.689954919218779,6.232106085371542,3.5609897858605444,1.4294142177567282,7.959355377491586,4.592217858120851,7.9745270653936275,0.3886793255042309,5.274578127329911,2.5847836249966107,1.5190516319110658,1.6005493468103893,2.9961994111958723,7.997227705915149,1.0892751357262187,4.710950699565507,2.5637554317960367,4.823827176306901,4.938395875445348,4.0925687496162775,9.501891795242868,4.880186542012494,7.290117188669248,4.740329121590333,2.083090802430083,3.6043610719039467,7.194313423372717,6.033731550753299,2.0317166470598935,1.8570881843622422,6.057081747167095,1.729852811887207,7.093224611520376,1.5392314207267321,4.777938805676004,4.462855058747527,7.742983050684662,9.13917444313257,2.7431098613577767,2.6042503207145407,9.308417182835395,7.504557855192897,5.64817316407582,0.01872238005993787,7.545448991210807,2.0819793966951394,1.274301026807959,8.234771003231062,3.7462962633673236,9.461698484757202,1.930199320920607,9.604791889949697,1.1788997809948154,1.7891318525409272,7.195412902207959,9.764795409111912,3.1992030554673914,4.677731013955305,3.2615136273254874,6.788915195325396,3.824566510413896,0.844614436499127,8.018080700259812,5.848163963481779,2.0760521180011593,4.01175708936367,3.8271282881555804,9.352770711201444,3.2772780938953194,6.384701988543579,5.171447888379196,2.7571343672536486,3.965794838315324,1.395442554375942,5.920276094935261,7.9043482229747175,6.010779886659494,4.398810823581044,7.193298371341789,4.990463724822836,9.715484907512026,2.996380567923315,5.20300286360167,7.079808268133303,9.154252155196806,3.0840260936512998,5.934631696644422,5.054984139761772,0.4903347915542311,4.3883960028531375,7.1472560102141625,6.320837556567204,8.804467412280555,0.5387879693833164,3.8697404357661105,9.5418826004781,9.081134875914593,0.33306720335857354,3.6298814672737603,8.285063808054458,9.783525175109828,1.9072629977382727,3.16430527074389,2.1961871912429176,6.729724203773671,4.631650465065308,6.863442142032135,3.3263142646982247,7.066617073011535,2.935788188507058,6.698200012754477,7.595068628276021,1.4658096810003485,2.593191645382862,4.543221668952394,1.4054982248366987,3.527288719996454,8.511402740292347,2.03970462942596,0.08685013988377621,7.796309556406834,1.4280690062686885,5.433472265382692,1.211830651628203,4.418119720011662,4.033389761023844,2.483344393727578,0.664041063162345,3.0783256388489475,9.701197988617519,6.347881929791688,9.472289937997079,2.4512714104536015,1.704151105852696,1.7427395453121552,9.812706357782531,5.147156370957486,8.547849337816894,3.3543459472762938,0.3979223682275834,6.514776168539585,0.4074428491482518,7.6253146719138964,0.5302700538964356,2.8759712625256095,4.268169143380475,2.5003408206002167,4.204856758809247,8.221227354029955,2.0103858572149944,0.9963476949135097,3.922893226362072,8.50463563912995,0.592450289391232,8.854210578118598,8.479140426935793,3.3603199004195683,9.503484072915198,9.2233187112687,1.5531102518036588,5.023417656661717,8.013087059542295,7.30833773775776,4.458796845731774,3.4960928856120868,9.18256075617035,3.408216588761194,5.515282747967305,9.251189534961146,8.71846097246154,9.801925068219688,1.118326617781864,6.125795517745961,7.594994793602695,8.374038573977371,0.07093286676958632,2.3859055992848797,0.4148712773972829,6.563785676900942,2.0577003408048036,3.826648021971053,0.4733024124592222,9.410835404427289,1.6792330129702304,3.62609529002357,3.83857233366696,6.517769951447657,3.3341438510289843,1.1307692826833327,1.1943649354194041,9.668391179219931,9.097511147194764,3.4693453851219536,0.712149000347535,2.831868150077507,0.7963675407769799,9.258171980355149,0.8804130526034459,3.5692757055788285,6.186566520134498,3.897119738233883,4.185147738091449,6.6395083266994925,9.723913337040857,7.701175604638197,0.020364220466957406,3.001574731365494,3.13677538621399,7.060179026600276,9.838452609878626,5.021442361584989,8.917658957070225,3.039555838991246,7.783392331953234,4.743277902397055,6.267196499946646,4.191909916311473,7.7851484428817885,6.071730045950224,9.571418914835348,2.6110337807127304,7.592380949119724,4.612238554910729,7.327534277624269,0.1591838220021191,8.551159913003447,6.1666589761317905,5.108517944484548,3.012851707652968,0.3613219433453052,2.935806914050536,3.4253739621037873,5.269883780707674,9.500770901553693,2.392743320142875,7.343043977785464,0.15021284474200036,7.264543633748924,4.765953924472479,4.715234952242264,7.910532390478243,0.420762372889425,2.6289572847804488,0.2715271540674469,8.687022317024342,1.9060097608415283,6.372339204459971,4.169619755656946,2.4853613306134905,3.4430940366395113,8.821670407558628,1.6453850808980008,2.5062756877998584,0.3003314098192966,1.993770509765429,1.2170852508832497,8.677195558406364,3.3841672936356773,7.556566666748826,6.573724921939753,0.3868523831819737,2.0735436415124173,1.0163876921198045,3.363302369641046,7.9234112685325435,8.880561141547748,7.326785771030602,5.7156167983766,3.6968125652055095,3.4354136552730608,6.534704291861862,7.979237350254036,4.953511721886528,3.553168297527416,8.100588802487996,2.511860993797408,9.174400257174192,1.9557520458957722,1.6637095877184027,5.893762258604238,8.130992074137044,4.126778413493301,1.5201082281894862,3.6390586726572502,4.889493609619829,4.100857969519627,5.421112958722913,7.109305976126708,5.796407670975709,3.3464100413030753,9.646792423406122,4.292096930419019,5.092918991360239,3.4274020337246003,1.275501371086467,8.478382889125012,0.7643334685089742,2.0738069727672004,1.5098975347439703,2.644868025409437,3.6169065153179925,8.677845544963525,2.9479079544584543,7.566943175056205,5.462778883903669,2.2388026702563977,3.9695587903031293,5.107232381477517,8.035028697505203,4.2286502513408175,9.347098224230631,5.273506636490093,4.439796856468864,4.121127662282394,1.8844273820901514,4.651429039489856,2.3251271060178302,9.62334551376921,0.0068884376295463845,2.82427459939682,2.2474314430097886,4.353428748569675,3.3107303474498107,1.2574981396393503,0.4832043018089405,8.393256319502605,4.165619018056291,5.315741070882294,2.906672734566201,7.497258148046053,6.33021840611889,9.835777054130938,7.9075308345240884,7.112452396215797,4.845873759226391,6.572706206987304,0.1781399499614178,0.9882751964411407,3.54008404741204,0.9060146261531743,1.5498335005189712,8.819425438801645,4.0953683372174225,7.2690769080810504,1.60251195713898,3.168983049277092,0.751199438165514,8.902351778348956,1.110544681474458,5.9002747613867275,4.979714976602471,6.2334810591433225,0.6411850702175492,3.777038222179807,6.480744993875543,0.19618586009530148,7.805261296269245,5.965485436552083,2.535342531546333,6.179641304825037,5.308227741357015,6.779585367955137,5.277953979677552,7.960066217084854,7.756881060081628,3.362763128568438,2.2755086842352847,8.744732948057678,4.485514309047575,2.3386857037260835,3.9694859351431857,2.0613744332512574,8.230247362893415,7.915884196758087,3.4774696884820786,8.794644555926705,4.650157326709583,6.2981611798695445,7.957442949933831,9.665690296569746,9.091821666496848,1.0817728509720737,3.029748014470356,4.408211600392159,2.795562993869838,7.3566207458318225,6.121931017972841,9.999488010496124,3.9308909326546337,8.579095343987836,5.727790567469632,3.548407826258101,3.2287086261910503,7.966528454882452,3.6282012424852637,6.611590209418484,1.934174275507382,6.664041752372918,7.797620338756584,7.597437460511082,3.7670315343499237,4.756510777773494,9.311140348539519,7.582138277503887,1.9263273652650592,1.958236816243475,2.484733230491311,0.1502143565345715,9.424102936057306,3.4707190207506433,2.6810476480442236,1.953921168566004,1.8413507825361974,8.575206842523045,6.277462165424054,5.4686332388363015,8.636171903097448,5.955966279874926,1.0466223277489495,5.538697011009221,5.783047752367643,8.31888028527752,2.4977529032480428,6.207939893357295,5.020765502438172,5.6728824157808475,5.266408953639972,5.06392057959456,5.811660162790294,8.518373064260487,2.975083011234083,7.118805829706558,6.579193662127779,8.061384981267107,2.381312253909056,3.6010146976277655,8.251668074400927,1.2493181786158702,6.072285535370083,8.614142841638607,4.688485691619142,5.79357834781889,0.2104793030692098,4.069662707233569,8.58224858933763,7.603797656845323,9.901374533933696,9.299054798184018,7.45813949962576,3.782388208802643,4.690134754805415,0.2737327753685548,1.697376705610265,9.768471646859059,1.8490899776802938,7.447164924046583,1.8789526348251873,0.3443722164880736,4.623413220293033,6.034400901241035,3.5324804498110405,7.96920894657039,4.765439391559609,3.157271176699793,6.246320292611913,0.32040732834310304,1.100514923430157,0.7948021484651746,4.980263934127615,8.13070318730384,4.965390950573516,3.2146463698849903,7.2010032789155485,7.738183917946163,8.920607891815461,1.6727725380483127,5.52235220196919,0.4165839580779551,0.5390586584997936,5.932143848825459,7.524096020315042,2.3825727898409097,1.8228230798130873,3.868860140533795,0.9714932022072542,9.462795580898852,8.589095567276368,7.585057439339538,7.22582727807003,1.7928314880617868,4.131091112510802,2.8200582834039043,3.9567321078620896,0.6211001220947165,0.07643623910347785,4.1450268444156,4.55640809643395,6.801648999663713,2.299438896645899,5.793266602214936,5.618598267337667,7.273630189443337,4.351033353243857,4.928333467564023,2.37596263732084,1.320569233397636,8.940610088763622,9.69057502043237,6.971491616336015,7.580920159068998,9.898061799022303,5.458401405564475,7.859819887507147,1.8345991273930906,8.718697405776961,9.101420249633431,0.6270136537027149,9.154231201413392,3.4011512844837832,7.898343738393516,1.601951731492277,2.800764302925117,4.307399327135569,8.669747692414454,4.881548559519963,0.7888647797271509,3.4613961293455486,4.632144043496242,0.6215938348582728,0.8503618612899966,9.041065801270122,8.315678431941691,4.318864091990447,4.620775888568911,6.485360661444575,6.09899103143105,2.574311115968717,6.068506434252791,4.331817933687039,9.178514204556306,6.4378654503343355,6.929581734329879,1.7022069959171637,3.271112747760662,1.2936033265516445,1.9199052266384986,9.722349909611955,9.307320162273268,3.5759050879505736,9.13512113255604,5.005999807556082,8.935391803740538,7.792049940775339,2.84512571962226,4.837560652404509,0.44692470374909643,1.4394691966607476,2.479462613729723,9.589828116596719,5.394724153946613,7.06723959412864,0.538404636197588,7.647767500692488,5.77925570652578,3.963226513255104,2.5492539590851604,3.933137255459508,0.812678826072577,1.7695758861720468,8.397140702793637,9.766755041596781,3.799398143800956,6.608840745913237,3.8761155394302174,0.5238450401506034,3.282061078417505,1.674319291499955,7.583622341149444,9.160136689769855,3.7538777101636867,5.399899260088001,6.861410729680339,3.1548285935762777,8.532407278428604,8.554719309494828,2.0259714264314788,8.293155942259032,7.758168001994808,3.678307654265324,8.316302358292734,7.833015931012685,6.755986274205541,4.513759136455181,1.7452782799785604,1.3277504999908074,8.578033563105675,6.752946869578597,4.29796264199526,6.334599344837455,6.88620335221244,2.7163190795977012,4.260686268015331,8.666202785174091,3.284389204026591,3.624573062608584,9.306788053664299,1.6895197722298338,9.118836489982483,7.649807131438343,7.47608522582175,0.15107808798726308,1.7189873594021854,6.783537094372497,2.3453026873193505,0.9744173599059702,4.305278739682957,2.9993291328391605,3.878394463486543,0.8128599026128969,7.148087259029968,1.2521913801321438,6.514125580013891,2.2188037444143727,7.28262877133398,5.142821058669238,2.2616870249439547,9.86452660539968,2.2376803449429037,9.801747482056314,5.209078153889132,2.0522088377937275,1.0628267373296019,5.194667042175301,0.5646109822406564,2.1059487523806943,7.183516772890019,0.08245534863365211,7.09028690589464,9.696020779557578,8.017066394046871,9.09517266329937,4.535929004077013,3.8354144684152947,2.8735064175585947,6.019852953148966,0.07921092740883706,5.957314708901947,3.293422880078319,3.136921197137416,3.142483911121027,9.862165448121432,7.408068603532331,5.288219138050209,7.150005971139896,9.679609566681144,4.077443144611572,7.046967576031596,3.9278092672726683,9.762605156817799,3.271248652139943,2.269163772137298,9.863141814331902,9.671401193649153,0.19806925459813995,2.8817054096325654,0.3774113290306047,9.730738441862458,7.690158054830578,3.0128474501252422,0.3885792042966496,5.151516126439482,8.500100756693573,4.849249449523901,4.476932289549053,8.831549172051027,3.9197766872704154,7.837813166150804,5.178854070311138,2.6889829155671485,7.516750764896755,4.3889714063719545,1.4195250485482902,6.125983812859274,9.214380720514125,0.9183878657362388,1.4435472898522383,0.9409664885774938,1.3225599066975646,3.9624541252097623,8.414400805038504,2.907855565184283,7.351333109630421,4.300476095151957,2.417979340055526,1.4659156917471405,3.1145451225204592,5.885224547565807,7.092228772009022,1.3442158097856227,0.024197872256227493,4.129304605013434,0.12558841575271762,1.393966625596419,6.149651151232987,7.453981595232003,6.089997443079178,7.422650902431118,2.246384430260695,4.155023246980995,0.7993051765034231,5.924207667432517,0.6029236223458512,0.05232424536511071,4.170502950095738,2.7743779290674175,2.4521270511983593,7.461665289639249,9.950116337172618,6.620196054694219,2.9764861100471505,3.064223284196558,5.450110755547362,0.18425103735697945,1.788530261386404,8.450080342780586,9.204863361111864,5.855164264864716,0.43674784090553476,3.596003879573837,7.365111245740627,2.6520333114947703,7.102319887396757,0.9641987722960621,1.6994590045329394,1.380481812233263,4.578464558606566,0.6805886936927386,1.1004614170599814,8.251743345533221,6.159311204532788,8.186112103299507,0.6852298566604142,9.025810598836157,5.811445137490443,6.649949812051324,8.028715138003907,6.478631074846287,4.714880658718812,9.979965499387246,7.28404101657156,5.398643276486412,7.574500283262857,1.2069215456692128,5.85242531982867,3.343012380191477,8.994922881402058,0.4090860877041391,7.666142291081124,0.03675300083192612,4.691967350102471,6.3004215664022905,0.6306519716644421,0.8417134248911662,1.4325419474918788,7.773616378541592,0.535730508200043,0.7658951346872245,1.0433168226505551,9.23110683330662,3.2955865430983056,3.49234888236969,1.634328252295022,5.627192862764976,2.047020299506801,0.047971748347271914,1.923875078539664,5.021349379708017,4.317483017456347,9.173364626850038,4.841983669557406,3.7531553377891615,3.3982080388633107,9.040605557508714,7.163051805622063,3.67389141968846,4.31515160778107,1.2078259117100532,2.2583588581887213,3.958882891974931,3.5095828014393726,4.681615319297627,0.3354388767504346,4.630031695116836,4.8818285119132865,2.3974136570733693,1.0702794353024347,1.425002448302044,2.3650665982797814,2.81618707349351,3.0514827012326275,3.7841225069718423,5.825947133030873,0.9351382144995735,1.7339682050414396,9.262369290469154,1.0699316134457437,3.425676458627316,3.0323798237517927,7.983478084134732,6.8241960992895905,1.2088193911972533,3.3755207693587552,5.641629043956955,2.68337017994134,4.479215212625457,7.624901091354687,4.160409649028486,8.320462122256627,4.533391689364519,9.098441613724427,7.037227297236134,4.49997271716481,5.051705197787694,3.1290965715932995,1.0649402429845656,3.2767570081185236,4.037084121565885,6.185620709147259,5.877840734186477,6.105243650550355,9.27866179219052,5.7814387864707415,0.3150191918129319,1.3237960397695325,3.295495385008439,3.4429933756861306,5.892282829473899,1.998919370233303,5.461877705111399,9.119049991600662,5.918040970198668,2.4620871889033777,8.673667416209938,7.526826188857792,1.2614339817696119,9.015276298101389,5.438486231494714,7.242308719910819,0.3535062518404597,5.898130475858184,6.647706598129915,4.700294555739975,0.3500415376618726,5.094333576035538,6.646342110707252,2.820965743451956,7.1903460369440975,9.718220306944938,3.0509108983240996,7.2582202839852,7.130933142115757,0.8023234976389382,1.6695322015219483,9.250107807864515,9.569393436816007,2.3158199051840436,6.388522959995319,1.5532064056712158,1.27112931458785,3.6065676014155255,0.41339842979609687,1.505785251170999,2.1372379086344817,1.7839552880884846,1.8190900166537916,7.23113380526296,0.2292732055223634,7.171352968854324,6.818604548191047,8.960483149039977,0.04579752321860586,7.869622084206722,3.861254480101838,2.5077677727245318,7.167022253729955,8.463958995694146,7.272006981209499,6.305334910292018,6.764976258296569,3.0458870694946603,0.31477430531205997,3.3520419216584307,9.068076422203346,4.117539240738743,5.210475314184498,8.389462633477233,7.259678260286163,1.834362695578795,1.7123356876114548,3.433378677786969,7.713011972645551,4.953858050278107,6.739389027173265,6.724177068221766,3.4750381531766585,8.226363883018875,9.01140332362956,0.5484534023760868,9.8318421470696,5.346904351923705,5.374220006966849,3.094297787994126,4.082126249608976,5.1021261404178055,5.239740627220918,1.4478968788411684,8.063884920994578,7.913024829417234,8.144060776954689,2.5415456966065078,6.836625358688812,8.091364053660644,0.5411585172260425,1.9110715334497508,0.4846828090251487,6.658243362178019,9.29909913679907,1.2621172520025226,1.2845748748476626,3.5794148593832755,7.995202464006008,1.8889327648263787,3.286772409386608,4.8160605103492715,9.403817814134475,3.614114512233103,8.09623438384762,3.733447565358672,6.368175911296408,1.662988782897793,5.40634406613254,0.700811026985384,1.2986057122643824,5.936219890169296,5.435511135344643,4.0251197462873645,9.7430452270152,3.607469643128862,4.900137336606906,1.0473802870482607,1.5986211841012177,3.7998971763718057,3.568078524048792,1.1928742987358243,2.2505049328154225,4.318331088578155,4.306074440736932,7.368719463094187,9.050997020748866,0.974785620797507,1.8703675788770613,7.431935385340176,5.613570600007764,2.8823001720392516,1.275843304872596,5.565853521945852,5.674610282253045,4.586610077697545,4.597484906406855,3.6852761125531597,8.764712240599458,4.764128356628228,2.4402146528394777,7.987833010032293,2.3237089704140845,9.583325089884829,9.554903284653063,0.8776959441321486,0.21868122121597278,6.360283616160728,9.412584606786776,2.0990375317784657,3.7712489494044177,0.15818374314990558,5.386774660112356,3.64747722092725,5.41781914500273,9.953890531015208,2.178197791939863,7.826018371923039,9.796883816630936,0.4520384500290153,3.4347273377080945,2.610427584201048,9.746410467719379,0.9752860993208823,9.531167708066482,8.105037440703374,6.40309702920986,8.584580251008084,3.5988364846844245,8.72936454485929,4.947805033378339,2.2259351822511206,7.025328204402406,7.1113553624245185,5.802857005551142,8.63746682751502,2.548209156931025,7.427332311951782,8.461765281363558,5.7405977189562405,2.3093694039961044,9.797367689401092,8.208108134831441,0.7644958938033575,4.79881160260356,4.991679279284606,1.4713176562344765,6.930490394248871,8.396071503951724,8.8395411049529,8.484760098807433,5.337415323636453,6.819338288413017,2.8170290308829857,5.3257899702813205,2.6636273676856126,0.7018105195473823,8.04350678662678,7.061774797741325,3.382779467983501,7.363302426642266,8.228919273017304,8.037128780765329,6.91328405665656,6.872232094799489,6.874048541380788,6.890740099362058,1.857415155123835,4.1455765292295945,7.187494142449075,6.7184347617800295,0.8516304469397629,1.7150904102573528,1.5483104330236508,5.985540613324081,7.121053080240588,9.300319369930383,2.5279553402323316,7.476344265783976,6.108164060216428,0.028646386511919086,9.38069760587661,9.201474823380329,8.520160995105906,3.0508681356458878,6.968052733554931,5.657030141924883,2.3069594175045873,7.917431381818689,8.713035316196896,8.05058929947748,4.167785769001215,8.442374927201772,2.983836680988036,8.61750120775934,1.8661759529400124,0.174547360767503,0.1908812440828811,9.083093835926645,6.914324971788482,9.649504192420325,1.7698108180685246,2.521064284629251,4.336645859404648,8.787780042633898,4.123526310306785,2.4080735723122726,4.222121695845166,5.733461771018971,8.700371770108108,2.6598086479678162,5.402764981155025,9.730404591213,2.5069839350763488,8.139338956920186,3.052674985957636,8.753597362614627,1.209084151905413,4.630191990268314,6.369901158493947,6.698365993440122,1.7654601255263058,8.214990961761737,4.120814282659417,8.583658905901078,0.3625480169701867,2.2175546665696046,4.924200770438834,7.443414307133245,5.647741660768432,5.539947513888049,8.372911308882347,1.836684420694532,9.590496675118278,7.175034921470421,3.8142037382831004,1.997304001896647,2.2442553904093963,2.5205505573791473,5.5909578185315585,6.489337842572169,7.521995715561575,6.275642031372346,6.490345319150278,0.33580839849792987,4.063775524597446,5.735296191985725,8.301597610749488,7.633262083361857,7.42613748224325,1.8877252456479776,8.690717635303333,3.179773769091516,4.945364241298524,5.881754374047389,2.5969676025178954,9.9724169396505,6.879252210504693,3.587126128662259,2.6174963864772147,5.390358774406046,4.390496904237715,2.203468343196011,9.466130504876338,0.35616626841056487,8.482466081400107,7.904108834178533,3.82895849765677,7.670316775013452,1.5316574419720475,7.856676152848831,2.5316957043117694,3.718996960352098,0.603919068130816,3.2314744251450844,4.013356839315049,5.4516251510648575,8.197689448561645,5.842992290596429,2.5318768533832445,6.829683001262428,7.246527669190407,6.569014340459431,9.185567428355228,1.196314492645133,7.711153086721226,8.27884216279803,1.0636579065386165,1.949495201282725,7.285900718690925,0.44837714206172774,3.9566784642011186,0.6454601311276187,5.229382933574657,4.019098999785687,2.3896834000728173,1.5853002361706447,1.5031360674322847,5.180054627048819,9.352956387138795,8.985587685600258,0.7314581056750113,4.687396232245976,5.679456286979344,8.765843125477572,3.8642883643512302,6.5184322916117265,1.9613542908404302,2.6367039434013675,7.442342827484456,6.160049277656965,1.446685862203122,5.292867447566305,3.184235544981994,3.9796718903137096,4.378317859777297,3.1811406518628313,9.017543804301468,1.666090827004374,0.6264133671919159,3.936200633593352,5.927478308195274,1.8286962441885102,7.656309259068558,6.2038151237678205,5.007983796703251,4.252977965211287,9.53653862326651,7.477827974885738,2.1178466183548386,4.256058223711403,3.9578274206816886,7.36539737044939,3.6375121564620483,2.030404172742437,4.9826425540987165,8.917931720279558,3.6673006262008236,7.194955423404382,0.868255723345972,4.603566598460943,1.550423834849738,3.7255924267435816,4.613218493470189,3.199416061287157,4.736238652041501,3.6528094872059014,4.400274339762773,5.3414603941688545,6.036654394863124,7.615792302385919,8.592421807616034,0.11818000131528561,8.061485119627033,6.866764613898426,5.579412896835444,7.914612185879443,9.157855699891929,3.384511853353127,2.4711983763208045,9.592687334666788,3.2076103968214396,9.456118383032823,8.58251568592069,0.06203862694578843,8.437620414763563,9.161660050879071,8.201590523290461,9.509310572715354,6.442078900342658,4.589911993373867,4.746419583981252,3.8341786236818365,3.29965662756442,1.7120347345189224,7.104032607308607,5.725265951545207,9.784565965652517,8.394074357498534,1.7047197798905522,4.9330873713157075,6.12747023159955,5.115687673708301,1.4221743375514329,8.909663257862032,1.541573055357035,4.831189456422517,1.9038475671217425,3.094524951959329,2.1331986159666116,8.693391040305462,2.7544869862955923,1.5745214369084837,3.441751453984667,5.17224217625998,0.9693892744540011,9.525689757975025,8.716637202138038,8.523684397797464,2.6773232850259143,4.582799559898296,6.411622282450576,0.41019592039730157,9.633987786315082,2.5892447221439188,3.827633157834829,7.532050030277099,3.130906526656122,7.338072402743226,0.7076380696993778,0.8543477447968684,9.388167833827652,5.996582908729274,3.495459744895432,5.289175121407434,9.132929054398803,1.9001833237232424,3.6221216644284526,7.343266793537094,7.282082558517353,0.6642994544382086,4.895775876896847,7.057943235971061,9.56665572057192,5.792663561594953,3.0579139365410777,6.718285788984375,8.803532426129761,6.246514331673673,2.6354211263172744,8.056129364111245,8.770970290937147,1.3783185497384864,0.8265559082864138,8.647919979113487,3.9855765971673307,9.840528560800054,0.930739917507647,7.454717511725074,5.918477217222446,4.4511037045827475,4.798346084276522,3.199475302346265,5.650652719696799,0.7238963165786683,5.139278428238669,0.7190136556365834,3.77823161807287,4.029192524008899,9.646942200067926,3.3202998642041126,7.071243055602311,4.012094521039638,9.070196482468155,1.2035239619415916,1.4747970903849894,0.6979032544367314,2.3132960834000893,6.634931949593087,9.443069041438566,7.047171638168871,0.8885324326202715,2.9179946305036655,2.8879026094267557,2.3044747752881434,2.7420801631446237,7.956249110725219,3.32334691588829,0.8525633231710572,2.826739287149546,9.571734231477112,6.4922560350732095,3.2801914912498384,3.679305341023124,1.9674390908334827,9.690184560896837,3.581451419973357,4.834130489298279,5.843802982369778,1.8630952490148855,2.155357048434352,8.862052512740629,2.6323641713047485,9.897719625464658,3.8923681299110213,2.2752928295607355,6.044723201662963,3.0789173271104007,6.11609064746856,7.465637913714116,8.112870232284385,8.624322538847679,2.963928176570435,2.301465659431697,0.5491436593959453,6.739464049545391,3.3466324623422805,8.028851790541237,6.664575005590151,4.016650550608868,2.5681956198877898,1.5761379007835163,9.41955405968823,0.5669382495216069,5.703625502431922,2.1483123518789204,3.9723539161925125,9.96283359084268,9.923042677425723,4.384231802890646,4.394468756621743,6.01614279026164,6.996839475843249,6.034942029019969,1.4629869537913676,7.8524565679897425,7.8131864560349,9.934333719741048,6.077687805796953,5.202178964459846,4.470505544311757,4.995100006419538,3.263196197658509,5.821938625127217,0.878534637635382,8.354207015076849,2.949199223633032,9.620332771167167,9.721055013169304,1.4984008206207111,3.16212343786812,6.686009110716485,5.982095421370089,9.615993830105504,1.8671834441603263,1.227641312780564,0.9913378681768958,1.8162217584167295,9.19709433491576,8.576483375127108,8.416053248231039,4.379682531808989,0.2049745603125075,5.683556435101505,7.919051735466994,1.5648825305727765,8.848091230402208,7.88736444389219,6.892104510205337,2.1798530231823845,6.973972183929837,9.78728311349088,8.232470431554006,2.6468447682046037,8.015762461594635,3.7677898568544865,4.62980661051666,1.462446596385626,2.97535803370804,5.278883934929979,0.9341904114113331,9.795953229989653,5.832843027837104,2.777168774338165,3.5372809944017303,0.12661790565062336,9.901642900678866,3.421783596288568,1.095407468597479,9.877685059842488,8.13671660899844,8.521487102382304,2.5311744547933435,4.019797152978658,6.056790634501713,2.747199457103582,4.991404621065728,3.11569822632606,9.244029715500146,9.056604132299258,5.856092607500428,4.02191473144015,0.04162995128874858,7.9606519021165045,4.450021373150799,7.067881469365934,9.953147345244469,4.985038019034026,6.710882776340998,9.21026365200683,8.356666172749389,4.391004966678825,1.2120325077272154,3.1534055802860204,9.903770841690719,0.817419212267323,7.803999615806,4.564270464049446,5.996296157815799,2.335577571325752,7.863231685879759,7.040876067689926,3.7930916897787794,0.9815827444112757,3.0328432141800254,0.5308634755637287,3.107052735676743,3.75067682901451,7.1180282856211194,2.362825860557871,9.249647788091483,7.269700958157265,5.139399105133054,0.12277734266306739,5.113486009992137,9.030774858299218,0.064617340936447,2.602437399803602,5.69018251674104,1.3754684996439515,2.4668784895949036,6.743887551811296,5.341688752495632,3.0169166592508265,4.974842096641012,1.8099406387665706,9.294664768919441,1.2152199917404438,0.3015555143972726,1.1139979298994895,9.347938787940977,8.44466316674392,6.815980216343622,5.253196614516452,4.837555902888982,4.530236728178824,7.5275894901705085,2.967781975020233,0.18233222928214166,0.7395566204174975,1.143649840708032,3.286356404456993,2.9032915849333163,2.879823445306182,8.251105639428513,1.532999278578151,3.864903521462092,8.569185278714958,0.36545251168821125,7.167222071531242,0.8124299746558938,5.472942508958079,0.04346613056567805,9.741032941787468,0.8720247393497915,4.006594119958686,5.874662328880678,0.7473213818093549,7.182845817708564,2.6230013711036304,5.813955376877303,9.515296320489783,9.100282883200062,4.485962873934623,6.363641435804508,4.4028224175428115,6.3088932379687455,6.472690093622555,1.7013518398187089,7.526337753065782,2.1476924591641557,3.7581211162886765,1.133127308689672,2.6472170672784143,2.3229962663590467,7.185536823965883,9.632835258447546,2.611638437429016,8.577803878979621,2.1428870077892603,0.6155604063047382,2.552899195427635,8.288883927515418,0.3897041079904029,9.60905136195368,2.6930329584755954,8.084256058376326,0.17953452733427522,2.0264190459188014,2.2861146073373098,5.581290489145912,3.3659812764489216,1.8048043188509932,2.9684523538092944,6.038785802906159,3.1023787941404346,5.8658750463888705,7.0347937029297185,2.132182460560268,0.4548924211586325,0.6142183761538567,2.658982287753424,4.700838505431147,9.896306011450461,1.743435804094815,7.171690043249265,6.13636089001727,6.597317401476522,6.766008460369769,9.342112663309853,3.829429652029063,2.224726815883079,0.3015130729961435,0.5270490919248882,6.313274136289227,5.935858548062113,9.826103229232704,4.811370915010032,1.7969206442454655,5.892067068585405,8.500756833197968,4.247304574275689,9.11166363224444,4.1360594994804885,8.726000531297451,6.215094497911352,0.5330380122745837,5.969266494153729,6.538420608891812,5.760538095534188,0.05801640481736481,5.786730358286066,4.351730158192753,3.0340915665438493,2.205841275839161,4.31553441925887,9.280320681227174,5.30286325284398,2.7441410635128607,0.5326046604183898,1.77357818088148,0.1644436672718419,2.906407640405969,4.282011058081534,8.747635648016516,3.943221374918573,8.753528159557684,1.6947774578647612,0.19012726737097085,6.260137132611953,7.969133588666128,0.28561472709205504,3.231668825498437,6.990086630298528,8.168751183100296,5.120915997258042,2.821579592114709,1.508420662574378,6.4594525107193235,9.79732133028375,8.404168525333102,6.197865263844062,1.84648523424081,3.9145602341006693,0.8087201340667316,0.38595502545165306,7.616639203531971,1.9287425179425033,6.400255290478574,4.104467778898514,6.122499247153397,0.3207468018530957,4.112427346423497,9.199850847353673,2.9055069028381886,3.614626747394496,1.3109852848985104,1.24928346285465,5.643354597655269,0.337772742134127,7.555897546579748,3.7271825247658175,6.610945356804416,4.595199634912376,7.151875666362026,9.796201182522834,0.7049406923101131,6.442276532260171,6.499791103372305,7.765602275265858,0.155119013006485,1.7931999819256572,5.811039756365427,0.30917116928680044,7.816419876765793,1.1104423846314637,7.152458511637684,9.068347189311886,7.7700236257765285,5.968699508779607,4.143888753641944,6.213281081380563,3.022762208491133,3.3996823630363924,2.0755422444263685,3.816613183696923,0.5316990813033318,1.6954816581860577,3.051961563212109,4.137315942833133,7.643657456889538,7.818285750499551,2.597784988487782,9.112244127168674,2.3583853273509634,4.920460146252621,3.3216997941092585,6.8572169798190235,8.237259401566684,6.824728363888383,3.4513938295850135,0.45388119458874554,2.961120806768267,2.063044057162151,3.7301311792481773,1.9470726702850916,5.069994532441946,5.362800298233089,5.8669406909830615,5.396523337973177,2.0809954694117616,4.079765749337859,8.431669470264273,8.914395426962855,0.9769470380437295,5.040198768350667,7.115139594255612,9.94110156613688,9.288916025925822,5.149583629677592,5.430560754151409,6.378004353749444,1.0188467132191237,4.502850068403084,6.107351376127852,7.7099242050020695,1.7381518315780864,0.4447428936868103,8.139589049886421,4.743564425041782,2.782374431000878,1.2232117452163482,9.210646340904063,5.342422634237911,3.2008371391225046,1.1257832662369738,9.262141626809367,7.964803159709587,9.199805375256492,4.48057269764612,7.280651140248647,0.22281899604001731,4.642065549978817,4.184693031634908,9.256934092870603,4.692511052404925,8.312202548965127,6.351315622737497,0.43682021614461775,7.68398572938866,3.9160163755212207,3.8898406975080846,2.2368943875357026,8.819910609060322,2.736763318651029,1.8427801775115915,9.853498179488486,3.579946359542676,1.0599688054995349,5.1265046633465925,1.4076592157310375,7.898033480377034,7.420397560934107,1.3896412800010693,5.5843083063806445,2.5172474994235494,0.18224625945778894,1.953604072842302,6.252573501312223,0.7080617759058239,8.49921572188043,6.9479471128257355,7.837231904288965,5.119454881686602,3.6058617261134494,7.643266543322156,8.476373838121434,4.185866521685116,4.029037817514999,2.282219866388382,0.48499530689348647,6.192354623644123,6.421724684562713,9.923850009177537,3.955568439017209,0.029972937813120826,1.96802964618648,7.372536452228679,0.8657771063873998,4.627661979645955,9.836240547244927,0.35216842525369496,9.07186223525001,5.281192240895962,1.8099307674834242,3.4374363631702956,8.236380457841125,0.6961643073912138,4.173624402405012,0.9941292119715361,3.0997092229638534,2.4861918507850325,2.884518207691068,7.769580786656133,6.156018486301749,9.91309544767697,5.593441028985119,3.220002869537492,5.890021456670587,9.897089751677546,5.21554066849446,6.273612223653638,9.486078492459363,9.39565858244605,2.487697039054887,0.7602631857947628,4.518022786863876,9.568012985232134,7.245160427105906,8.842374736694262,6.326061433092713,0.34985822166654135,9.85243137547624,0.7980148861992586,7.7223202823720305,8.734883165807732,3.8667610357438855,5.329660406269959,8.007048091945231,3.7731283729928613,8.261394800786707,2.2535959928382354,2.1608686142728573,4.4294215580168474,9.27578941825758,4.5473904720986305,9.026381040237382,9.742983126812213,1.799004260326641,6.8050287880230105,5.972194108559315,9.631800596895525,1.333965227851287,6.582552976615585,9.448286525208893,5.068021757420544,8.96310804694892,7.474235301511543,5.691999246689193,5.642630683576763,2.514780470564981,0.5062979741365292,6.915931349197874,8.97610372124568,9.45473511317537,3.635360467991032,9.848779071132212,1.5749095109774491,7.855358572008458,1.785925954001345,0.4152876108461956,3.542300364746509,3.5678014565399385,9.678846472850857,7.247768747323297,2.2317460475740827,6.9727337866856995,3.7411949124731803,0.5101330590687614,5.0464206963115235,7.378649905044343,3.9672717591744835,2.9823202832306617,9.491665111093743,2.660195028407842,8.006783422919533,0.14590247910926446,2.0046436055506867,7.012050218645005,9.804115767021402,7.129591722711488,5.717892832442494,5.362689185429625,1.416521611679592,9.271864886279927,4.790403570166682,7.782939005909152,8.244900563320584,0.07747348675423815,6.359614789462037,1.1111505741679562,2.665152056238067,5.855025992800769,6.3117985827972545,0.5460742258237306,3.373270399100028,1.5834455317040819,2.0508858129135845,1.696532679638465,7.431797423474274,2.0252772386057916,0.7482243412035916,6.1245409889667615,2.061315903208466,2.702822851664152,4.5237374618861805,3.378569943607191,8.581620276567898,5.338002286719059,5.965999481009429,5.834175373092412,6.118962396946718,5.276663819841537,7.861213371825329,2.0800254278688577,1.0737516207531095,3.1701097767453703,8.791730439152142,1.7542186090631662,9.052244658997143,0.6995249559079408,8.87598745072273,0.9480491466469831,2.825795578860524,3.086938996919004,1.2217120001515414,5.069116840794457,2.677126664981154,0.7728826582818182,5.456355140046524,4.948111861305801,8.636701533143821,5.524490905490404,8.213281959677127,9.778167608728879,7.76905044739275,5.511912042463109,3.4078226971856598,9.539661382146695,4.948166076096239,8.181975601225378,7.680880536884446,0.8068029991918446,8.595046363361865,2.2727022598251203,8.157857327509753,6.1253979200666215,9.99181323086265,3.4476308914601317,6.2909215271637695,6.715758175108105,9.59938313405016,4.622049242729633,5.56238203317644,9.68434341061584,9.435408431163715,0.11809454316000889,5.529823981203478,4.328752016355709,1.5143787582319568,4.487019567305319,7.980116965055679,1.947638373196392,0.9361023602397989,7.714825433693182,3.5325096899343675,7.607454632557184,4.2865974761647045,6.163117938009476,4.877079952256185,2.036214515697974,9.709423693580337,2.621813254002804,5.409226039963996,5.709802902781879,1.9482689092465866,7.461786920429148,6.779233281444884,5.296276510117412,1.6245435319050083,2.4936702180944748,4.845133402874458,6.488243666921862,7.637337568362267,2.830103200799623,4.560890102823026,6.94962814820343,7.076369241967879,4.675919019534611,1.9363156872172627,4.911176869337007,3.8223828849118147,1.4452679791604162,8.559871329712795,8.737060947912246,1.9486482129823912,3.418169019017112,5.539588866811505,2.895769478564368,1.1622434427269335,0.3935266512260127,3.8818425958345424,2.074268856749888,1.121496560628178,8.431017714902456,2.175884922257402,0.4623296296069379,0.9987179476459607,0.06749029382061678,3.609963456745058,6.92042315673845,9.172512815151808,5.7914933034512615,6.1305833890356904,8.493052006953693,5.47365807102795,9.093491738692208,9.152689609933267,4.567316095429512,9.35282365933303,4.946199923085247,5.622855353236396,4.68912898358684,4.32467528605498,2.28640435438383,2.963717099852926,3.2830403105415886,4.204746223881665,3.1509595198825533,2.84150042553015,2.5069156279881053,4.923054366833642,3.3273192417438047,9.818469702682208,9.928113379552617,7.74671134655202,0.8419324260074501,4.01284241357777,8.233200595394113,1.384003075207998,4.658041202135901,0.5197397223072897,1.2293193135845604,2.9806732173207995,1.0622904622145035,2.827242820169873,7.739698391309303,3.4904408565205394,9.765108883921394,7.080222894041361,6.487350980392263,4.544931967331501,2.9264302552103394,6.150361713325396,5.744569091577848,4.6181049121027185,6.395943035899436,1.003509919944472,6.284943122140342,9.222613205721725,4.2091703502783595,1.9391838853062515,4.445248293898364,6.859892610984444,6.539820435591549,4.913650478908133,6.169120970566929,7.608089941198002,8.429479476636669,0.11291683919017581,8.527745421348978,2.904038942258702,8.904323391144198,2.562372363449157,8.20724103144774,1.315243663902801,5.230093080423172,0.226910340503772,1.3573245394138023,1.3133219017675202,2.1063693353735014,6.716391481264879,0.29599715864595644,2.1065477718501646,9.482178786506466,3.2234290595116377,3.462463047478108,7.654822039704569,4.4942814090256435,9.531424145213466,0.7265956734257084,4.657971062519217,2.132544834595349,7.066412262596002,5.867731275536218,2.48247547248325,1.64187836398908,3.9061081250341525,7.824387560540133,3.7765950693744035,1.2258276337476859,3.4978058914771992,8.073075493118232,7.821455732158498,3.737464250387119,7.174954286786308,3.102434686459591,6.251743491650096,6.246334628785211,2.688952459544561,3.4796807404069208,5.338501003323181,9.911089861567156,8.349839281513503,4.993366015397981,5.0658744593155625,9.615594869086253,2.477646076264427,5.6824475568856965,5.453578637188713,2.1696945989915504,3.7203930103874794,8.945505904921308,2.99046955182934,1.3375195267346052,7.624067872670944,4.036723652701852,8.481796176474685,7.928359215558397,6.314402792719406,4.541477572595563,3.5890653905345102,3.600484217707348,0.5351639097412331,7.581534036163404,9.706212871619831,7.369585265113935,1.7808482840725537,0.06412143796162728,9.94768145509135,5.144532520277779,6.132600832344712,3.3303166049575985,6.984652712503277,2.676329105399864,5.376044990973098,1.813130249562107,5.013386202306924,5.98539454620682,7.123952711836223,3.5466293226917864,6.287525421865164,1.3904704889980557,7.4409435661835595,7.553605376291607,6.8283133585036415,2.6436684985387773,1.5236833057375243,7.691646780586976,8.696291945449873,3.461306485659934,3.9717270210706923,4.68451431021777,3.1237307496440856,8.797114991247826,6.322247575978573,7.125034034460496,9.589128793536204,0.2926022955766472,2.8092483786412084,2.782969471703086,8.615833615013106,1.443612386638068,1.5709171342925476,6.044562531405324,6.942396363889363,8.063963934308532,9.1850548791566,4.846473669791082,1.2564673017242989,6.256285310434367,8.334790730073182,2.1674008047035223,0.9708297768798668,5.962299325919698,2.0393953276574814,1.7362221605504546,2.2425684999019846,5.176710253715714,3.272544500955413,7.098275691042211,7.885450751164919,6.324265535915853,5.334313242441182,3.791349566497794,9.010146993293011,1.0780779602512613,8.943373635136702,3.566146524759417,9.865023962163614,9.912069399113614,5.918434294903657,0.6266730897453365,1.6030664614764212,8.121070399836281,1.1820046245891769,1.0397557909520028,4.093326473060164,0.5229650183726631,0.5908732752701229,0.5213135237971855,1.4731181102419655,9.048642224636435,0.3196336171785674,5.016036139269753,3.0692851246966613,0.9426511350685063,2.3522918095243495,8.29850841735425,0.3519247353902111,0.5733656820638977,4.863212023159626,4.215953162136646,3.0834417600475392,0.0033100795880314227,0.7556626237047048,0.005309794408232538,1.225307619812398,6.634409699804413,1.3678321165964558,5.749485734415259,9.82281059996382,3.5229926502140163,3.2115755864170517,8.3715847259389,6.790927894704259,4.686089484416063,4.882467327076757,9.174981327628466,4.8714416421147835,5.516586271595443,2.8828068793260986,6.424563102607269,9.677798131299548,6.212371132449061,1.7950342108899697,9.493182808128363,5.236845067908098,6.375363688558917,0.727511607319179,8.146974975002252,7.566985344080727,9.29538856816055,3.9910807955467686,8.908881838114814,9.511082552048158,0.7995008576048379,9.378659860590027,6.510724649304008,8.219361103696645,5.586985760970808,6.564161003423163,6.605352989457856,9.163789968120321,5.080753603085656,1.0874059805806113,4.157730563679241,5.855403708222133,6.846783366543299,3.5830476080690254,7.610017724190042,2.9454261617619713,4.053762248073365,2.408773379768472,3.3639097524026838,3.8735051384412356,5.7580855509492235,2.6005311758656036,4.65166787766656,3.9044947381217057,2.0207402719491583,3.4901544472262955,0.8003100506421268,5.940149421922049,7.544115802173781,2.737871034355978,4.845842681370259,7.067815618548688,0.16959382272077717,7.936913583661617,0.39823058396613487,7.055763706016077,2.3002623149640202,4.701843165390537,1.6728279541270008,6.85269283424963,6.850111090909033,8.465313659992702,9.476403084791855,9.338191665981885,8.678437635309873,0.9442027897870475,3.2682633009475714,5.5602893002052,6.044456012323001,9.133087622792912,4.014630306346732,1.543105275859178,5.03256047335776,1.9749016115402107,4.832962167268239,4.789083006836222,3.034601965716972,8.65101040163809,0.13322922198514386,2.399365152938283,2.337447708017492,4.702348913930355,0.5616414464540009,5.629104684755237,2.838775047236881,9.344120708604729,2.5869889651958156,4.114011765868638,4.083274406474695,6.667710050447816,5.470888720052267,6.176682475702746,2.8293628463331757,0.5215409507736968,3.4034723196776238,4.922071384546567,8.371555919023653,0.37926644706470114,5.204555373768681,0.4503440470179676,7.265460737481158,9.743426736834115,9.547442203554885,1.9731756765386488,8.092664424965854,3.1120743249367178,3.9031885451588577,0.5595420401377493,4.696084331628619,9.089231847951936,0.026317450063633174,6.297412856307483,9.00334478738996,4.123757935941791,1.4987282509070565,1.792320662147645,8.989082208099981,1.610077980887188,2.8857463251279833,9.08236164481011,6.779969730165442,3.5214292814267134,8.44967773763378,1.9565949299816754,6.795124421075865,3.819383750078474,2.3997108095599415,0.8070210254855226,3.2187771275103394,0.81642298388791,8.496957989504015,6.992528101842247,1.8533291026334187,2.3601843203758555,0.2903832401459161,0.607995392754469,7.7774133595660135,2.0211650653991176,0.7295934918819624,9.30817803376875,4.96021619461703,2.5628402161299246,2.3689500239996972,5.232664199296337,1.7853467980495175,0.02093309035109292,6.1644526517286575,5.97191340883364,4.052175373308556,0.6954638604185504,5.613165417082074,7.293422104869665,5.077836423613764,7.337391114369702,7.553569208466872,8.25080799331378,4.388130717311247,6.270924707909532,4.970385225456704,1.3159803434037032,9.961912109523869,6.093746306708056,5.496573304540355,7.2544010116891835,1.2876332964943182,8.366395276903798,5.54510492687239,4.577263676636897,9.667520201029667,6.042318911895123,4.175774381801197,1.609573826361974,6.929247383810335,2.9647896897853396,2.631721156191933,0.6735038019621387,1.929319628963324,9.397533531327316,0.37811000027590747,7.448365893939583,9.085054326384729,5.196522154861628,1.1572896736457128,2.5350210533311,4.93331208033802,8.639742849919674,8.355902719796138,4.793004575248543,4.1233003214368145,0.6360972312134738,8.579142612290974,7.1105042668582605,6.753637719589923,7.382134996276138,6.031476634587594,5.819436000987288,8.620051159184502,1.4472453618743186,3.1981348071726545,2.9001757032846145,2.94581189643087,6.0247617688454564,1.4618676701040434,3.9079438770008803,4.925391280997195,3.510036254837167,1.5949957051279662,1.2354693595049382,1.4727601402748869,1.8018201861387129,4.940067247354534,7.923150187913776,8.923211552753658,1.9254526225987945,6.203401980094383,9.979386479838864,2.7874565010198173,2.063547250096925,5.997170743966462,1.862260150117947,5.471123019879754,5.913523918344474,0.020894315172879097,0.7230535657800341,3.575461616695512,6.856272629814649,0.5132868651384725,4.73254171000828,5.654796500583257,8.624967470354372,2.8920774018421103,4.578808460296568,2.2811887078403825,9.660058679571952,2.356191710291559,2.2372095421109495,3.648429660243985,0.7501659616364365,5.350443132466422,3.024930423478337,9.88874098679347,3.1122545038365637,9.267367038635212,9.266924371758078,4.743568160026136,6.728986595304919,7.840802039005008,6.703328472692758,0.05793755008214774,8.351994842796795,7.643334688610103,5.744805496847655,9.230760238195842,9.761272228436638,7.407974271458987,2.389065685380327,7.497984134668062,8.82252154783748,4.139345800916346,2.7835557033717953,8.454970143295933,9.276200653474831,5.7189365941308505,1.1765265561299687,7.9779431010515705,0.7058808733811339,9.52299451785239,0.1357824463579238,0.5014682592722675,3.6952070711881557,9.249019669561925,9.52460290539465,8.80517295328428,0.8272667881135731,7.71445843106439,1.0874293077102537,2.9761812506756646,6.887291734475865,3.755799899325807,2.4304801665037443,7.727404895952775,2.551639478979345,1.1373082551965619,8.859033012640548,8.731289113422813,9.71420536821579,4.130094489630389,8.208029952318892,8.659020326635712,3.2805525132500977,1.6525519877691375,8.35158533161676,3.625209518455268,4.496820812431385,5.910897139538022,4.732900745222587,9.71871631152134,9.770851391109813,0.8858861059546508,3.558374598580043,8.641852698774747,1.8487196449274812,5.313539991075026,4.62699058810853,0.8956565660451232,0.5071142229598502,8.489882366702105,3.130747463562363,6.275727622269524,1.432200593444648,1.1234060536425716,2.362151415477125,6.181153932469257,7.028125100814955,8.121813219868374,3.8924315586574556,4.428532449175155,4.434641990645154,3.6629896565673716,1.9713807310266263,6.675862991911349,3.60775075087189,6.874256997098872,1.405342069164236,9.788615303176748,6.7085462500233985,6.74090741503329,4.107922706745605,9.406605991560777,7.947422207801641,8.436369703075117,9.478408349343525,2.1840438897566674,9.05460131151468,4.837635160500819,1.8466023787820651,3.6876577806717323,5.708652138097619,7.716959166293379,7.733101959360962,8.77652186135496,4.147914268700904,5.945494738876647,1.9775976740414392,3.4661538565250662,4.2839072078981015,7.290770845053922,0.8898936465215757,6.794535887066621,3.4705263635647743,1.7298891240243897,7.048237714743301,1.6320712282545768,9.183476752559937,6.4857642548136845,5.649676820023863,4.32154132826148,0.5779667129947474,7.690400907325384,4.837587925248151,4.6910096572428595,9.942857725653793,6.11266212544265,3.5126393338575768,9.770162439534293,8.394675260145227,7.161256209097978,4.552597412943253,6.264554388254887,1.3023635695518043,4.403834262376809,2.2797193771337856,7.183766393883446,0.6078426500811496,4.127499512149658,7.841669555748828,5.93796898245377,8.40268112582758,8.009552436218577,7.416255872558769,6.804024721023044,7.581475929771958,7.216216145577499,2.9982445100042443,8.424593206329172,1.5992230719536404,9.386704644099707,3.827034209029405,6.380978721840956,6.6185602197932925,2.5547310988452496,5.32012607600797,8.483002731821447,5.238895805394801,1.156722104916681,7.158729446772858,3.622891109418526,4.000280957696974,8.49991114615243,4.2003968473107856,3.468565251418154,3.2349203190875233,3.3945963286452474,0.1891901605746027,3.5417863965180496,0.4458318220339619,4.995772408728731,5.937990746745545,7.867544790983011,7.925550411150861,2.9356521516152467,5.873052485008909,9.123111471624139,4.902606557237349,3.608394926625067,6.801660871451012,0.39969232551308354,9.63230865256834,4.6587526724359565,2.989531376014395,8.78170416999691,6.722685887827266,9.690768946089765,1.5772675286999072,1.5148436527560072,5.405724282641421,9.096494176194119,5.030857358410602,0.29918337127213923,4.645049381302361,0.6657178593587731,2.1101555742005385,7.080363481511442,3.9623814248515465,8.586348008561028,0.598656695586669,2.4061243527700285,5.3511983336091165,3.7461361476618924,2.430083518400429,1.5346840712048804,9.40471077285314,1.1240967208223007,4.247723295591424,6.781308897680295,5.947668750546481,2.2645725577451947,8.940153478864334,8.400699533371416,0.5381899110597621,8.046484114628765,9.156897514810138,7.7826467321705595,4.20042363201809,6.218810226903125,3.443471113313935,2.5608421816780034,7.7468043780899905,7.909618018689994,7.503108076671411,2.256800203896807,4.259209026138788,8.917957730431969,4.050964910202534,1.859598599028316,9.378521418124524,5.749286277836559,4.415358133568685,9.690635381942629,0.46414789279820234,2.247351820739898,7.681310869133552,6.321471824933726,1.170043153064556,4.795250778969221,1.620764840124933,3.1011764558791013,9.415623709607617,8.739798238398029,8.870786368818186,1.677618019144712,8.109830400085036,8.997108402450975,5.26423982709563,6.238847343402931,3.961675930414452,2.5232134447714416,9.838418606640827,8.591352833923715,7.239475505973116,6.112413661775177,8.524851249356603,2.911238302046052,2.4334647243922825,3.884473438475098,2.2341532284706602,7.368134018840664,6.329139731260444,4.416216215451509,7.33247771085939,7.54400808223386,2.542416023291273,8.37615278892329,8.69169808815173,8.242592258319949,8.122623367671657,6.37951759421108,7.142852435036149,6.778586241348258,0.5033025018645199,9.175148025988246,5.941968911287491,0.705432065775643,5.215350839660376,7.735056517233695,6.138576223422797,5.7568089409324275,8.380614127845437,9.904831908249212,1.1077412379063245,2.456881409546896,3.656306225274623,6.885276729038436,3.7952039445040233,2.068259158215038,8.2720337582234,3.8229436491594706,3.7822319119320227,1.5233124257025454,9.95538999134932,1.724465907943794,8.664526946224134,0.7770650163859727,0.8719944914604794,9.968669218210387,5.908765318377252,7.844266702746701,8.517667648566045,7.690479443459063,9.08158354565641,9.839523336415983,0.6978216291487394,6.906169461005276,9.49844379439573,0.433245442470801,8.408778969780863,2.734733583292992,0.43678396864715086,1.7059292921817015,6.719504411640582,8.118572358109052,1.7729107464417881,4.168385254669119,7.781579437956784,6.720160185958254,0.08083497910956416,8.860546306447137,7.376552549254863,1.506323193867981,2.198018612575199,1.9905276228244462,7.202894452910416,9.678091041876781,7.04633720972256,4.22563341514122,0.2157610837032542,0.578757591589798,9.136960269035468,4.002611817420685,6.5179377688015645,1.890644255124836,0.7064802152975491,7.052165444848008,0.8166860539275334,8.780616516523779,7.278088545876901,3.3154738335848553,7.12993901897843,6.052600232885049,9.80356411635103,9.202230627294691,7.412537451681175,4.958356157804477,9.444739092257898,2.9732064026284313,4.645500344951408,5.409131088036371,8.184754987684851,6.151901063601991,0.0542518188486929,9.137417446388204,1.4132343665364866,0.9474029971670217,0.592495896753602,1.775345562605798,1.6140873983928072,2.2308607067264976,6.619238857162371,4.575138019945479,6.779760879827394,4.52145687280912,3.6081399236773573,7.836398220051656,3.5970653629675686,7.460319704200089,4.186726913319653,2.1442112085295406,3.453698665795908,9.837047683203334,7.600955574990472,8.880917747901906,1.4908862222981134,4.839944066126174,7.474807517556384,9.606308089846635,8.14127836203611,8.090690260097858,5.313918153189036,4.633665896266896,3.225419382553496,7.905818744416891,0.8299897275785983,0.9977678286478231,5.061049877860944,2.3011114518305864,0.9728273212783944,0.9746378802473776,1.2510112115486338,2.3274761354842477,1.8043085915736934,9.960634769167143,2.882384475217509,1.3059910494618687,7.320217743322805,9.625173301170998,4.954602483229191,4.896457737137477,7.918458020333928,8.757159486480127,4.155799202914553,7.8517918497543535,4.929884402680349,4.146211515094592,1.4214517813596472,6.7362073965662415,0.6411743911481593,3.5452179392661822,7.601645436533177,2.067456201353106,3.9273926839640705,9.970739053024525,9.49654435826291,3.3870287413100444,8.524481770960938,1.4850608958455025,1.0083764890805291,2.992780874853529,1.0077146834666206,9.539184011211328,8.64458899224995,4.1619470767538775,9.742873906358122,1.304722630977534,1.9796616785854193,5.228679781802013,0.688702566084124,1.4730247270856434,2.8688952007293658,8.458330047216847,3.5908892241335497,6.381458301557225,1.5818926183493265,2.129405682327347,3.768101506546395,4.2662879111841425,6.765333879294588,4.323400835361243,8.530791666076503,5.237530795847873,3.458035372807294,0.5891820575328321,7.8996734917701295,0.5410415765918786,1.4418413972931587,5.633368224347144,7.980457828437241,1.3939124522203405,8.13903331906053,6.6956678281450435,3.904501834236674,3.8905714677692806,6.469728001786386,4.267796278207553,8.408326846855973,4.750630002651835,5.433709884912838,8.17831444314855,0.40305465506381477,2.8680988342712666,7.443545207846942,6.096125734095626,4.313975014694274,4.319374751482251,4.792144201742417,7.994412265631452,0.123999563442041,2.2262099908641386,5.726165582476713,8.184679047422819,0.5490218011230086,4.565841519903287,0.8067464748786668,5.8148572313283795,7.387609127194147,1.7120198037546974,8.635640860667955,4.865404708222357,1.6612539706929652,7.142665085319878,4.045817816912991,4.391881420884992,2.3658048490797743,7.802792151336202,7.588541255070185,9.398178409608189,5.791481867370707,1.998597118595029,3.3913740086247133,1.3201637336634686,2.336885383602727,1.7843405447039007,5.91646760689347,5.480921386787796,8.788602172345662,8.583599927983238,7.211384779962618,5.449229335324618,2.6167400736950186,4.076543672378772,3.170761272998993,9.283630305056143,8.792140512366995,3.3172522721145867,1.0687027118060155,6.64109654340431,6.139536144517566,3.907016956597247,7.335056159685309,4.555581264471088,7.996914598243516,8.198285649682912,1.9852068472257234,9.276129292835568,2.4662265074823617,1.9444700165780027,0.8077332163481687,0.10019530655913544,7.487146819784654,1.4945900051348027,4.653203211253657,5.394797886650391,5.451441718421421,2.312299601623593,7.838057143671511,1.3396661829540268,1.373195145675371,8.817443846097127,4.789940128430025,5.769387994367038,3.2438517449769155,3.0195699609817006,6.224819376426978,7.501355779934038,0.9434423518921553,7.986650037169345,1.2734863340342373,2.948766375855513,1.1012179115158238,8.68047862983368,4.6928870915167655,4.7003174107775845,1.6057743999096519,1.8113758143861336,0.6534635747934869,6.081984688437579,4.173683261232387,6.99933651498362,5.998734968294507,0.6304941074478565,0.9264066400062121,1.0514660819060395,7.935286492303648,7.027115200385735,8.410678234291941,8.294128413141316,0.5357919008132483,8.937064957251753,6.3230973366990035,7.93928291098937,3.6836287612435905,4.741906000512389,9.860191509239403,2.981145930836293,0.9273520097935051,1.243415947813461,5.663057515214378,1.8500365641713468,3.3944553412983347,4.220009178408846,9.099199176888428,6.148243857597836,0.47888614892034775,7.258616748166248,2.6814428308242055,9.106149144795932,2.9013727001828924,9.378036123458019,0.4217094238378172,1.8450898743450006,8.229027795294181,9.637233987483388,5.792150505943596,8.119272471166038,3.720189437666146,8.671761460750199,5.812024879193571,2.306495014132218,6.405998879455628,9.756568869756075,2.86778986451799,8.334366029267017,5.227229198359893,7.751129799343435,7.6997609366630115,4.858838097001577,0.11838772083478166,1.3215766648791105,2.6303107833338513,0.8375030396103367,9.403957292726528,4.23971597552833,7.520999110944004,1.742492506392762,9.444276401861494,3.8495452278495303,0.9531904268788371,3.2716672476916075,8.432075664761955,5.6421079409082004,8.863502760186549,7.930754954516122,9.502110442065291,0.05118043936492622,0.7237471822317432,0.17224389678940466,7.8870392678187615,5.997603055452293,4.4080505556227445,5.283852683294008,3.4524973762548017,7.225479583825677,0.048576318954259845,4.56197333615033,3.527371757118628,9.721497927997053,4.471323827817422,8.17400270308137,4.7029743090266845,5.191784148360254,2.229437030550975,5.158724049031134,0.672229326153253,6.261126592085802,1.061315816388183,0.5933475638886232,3.6808369649643424,3.895429643691295,4.8509215099620215,0.33398010383639765,5.368038419892383,5.200335119860711,9.803621117564456,0.5360550174815637,0.6431188980653957,8.073346055083107,7.089794919210377,0.07182791889987605,4.910256674963582,6.383426913600828,8.79027156961031,4.49812616712568,5.415736726378504,5.353268781212124,5.032440508623973,5.41029517733373,3.761591013510742,8.485766025941597,5.630796250660256,2.6374205365907635,4.83753366902598,5.769167265992507,4.8788082159990145,9.976475450103816,9.299488948196842,0.4469537232698573,8.43339695776825,1.264204654013108,3.5924201808855516,2.500649323886174,9.230649180774135,4.310842704292397,5.651303703387737,8.74455510798883,5.957351662111993,5.816575218364387,6.487991072037866,8.098696823447048,9.417915416847586,7.2123054882321425,5.231394269431119,0.5272600700810592,9.515630300890553,6.115538577864756,8.325399945537175,7.050468335808909,2.284929863441217,2.3221705439709983,5.2226395045176375,2.034058458553333,7.71591712218414,5.504709479764999,4.262591806002418,3.5899097015214485,6.228186837228043,5.397600352587604,2.73659964114219,2.653351692647019,6.46464466038716,7.313524475027738,0.9680004389912622,4.537002902170391,4.501751173274964,7.719261314109738,2.9813798273253322,7.9960193435824225,0.5472158828548357,7.19183408489635,8.615136379012494,6.369084692971324,5.74000033269262,3.6966898295602224,2.3603926716113066,3.575273910190676,5.372815771930063,5.015869473331547,2.3919864618003492,3.4975603262708566,8.85989156061402,4.284960507522914,4.180310517854249,2.442106315771244,7.852021363656638,5.027701374576057,5.480591824618815,2.374920215100137,3.927698086863418,4.994015396323073,4.085222067264423,5.323826075387464,9.091462318884263,3.4256376857380477,9.160968423790697,0.9812463932744442,7.806325281160326,2.6778962126550168,4.553133946675598,7.020809351429853,6.8489821945848375,2.306111491885303,1.8314832025815397,0.6630195334192024,1.4283043285123909,2.637117125223809,5.712237070319296,9.52073873714508,5.996733225713866,2.294646213909134,9.745541857140719,4.701859204090945,2.954627846823994,8.736315984492972,2.509445414010373,9.863684261767483,6.252143234565393,2.5988133035862795,7.289395138187245,9.426606364806634,4.013654355605821,6.114118515656932,9.507415479539707,2.6643328657352248,5.632852760116158,7.997910284890354,0.37104538956706623,2.585498509772719,4.570008405924858,1.4301560801347413,7.6757680072791725,5.436553996231938,0.5431913367913177,9.270822378526807,1.6819324689051929,9.765803038255354,0.3843522163797253,0.03782940714295857,6.09989208125821,2.498694508635093,0.6426705127601384,8.112667928872302,5.322895859781688,6.170212805239226,1.6603152631229579,3.2239459396029946,9.757620671954774,9.802174599951522,1.3547588695972623,4.128631364105334,8.473369485148838,5.003878620198252,5.500467252538702,0.04531308204130835,5.0510735662782125,9.82470042286074,1.4597383951275966,7.086097646125349,8.129264447793542,1.6963247284278649,2.3188655325756424,2.3676363104637685,4.95281609686011,2.0106838026572738,1.2491306318139161,9.180414223990901,1.9220127830729572,8.716359545307231,1.0265633472391378,5.8737092003696425,4.389701788223043,0.255323453826366,7.941915029118096,6.684327303527262,7.048893010873406,9.653232352373093,2.597913534637155,6.285071624464811,8.33431289564619,4.637332962720329,8.86025692050607,9.080476048056914,2.6347942413881342,6.078662185578531,5.4815472629212145,8.45809591693737,5.813872785383738,6.42614767038382,0.8220001491901474,6.130861920120056,5.624736614967617,2.43829752337825,8.72550938606405,4.084845475123814,0.011906888591769471,1.3814808345203722,8.156695058518626,9.53587848199436,1.405388282862784,5.399837861775034,2.353758804544829,6.722321785353824,8.699896490181896,6.289798339559983,1.1952205464533594,1.4445408794305137,2.1646135869641125,2.68381014426481,4.980347210589457,7.69693374612261,3.366096401300398,8.985831963822672,8.395378002332487,5.734614108316087,4.356282274287137,3.099788093504392,9.30002248498308,5.490817120677438,6.476931507791318,7.166062250357124,3.550338137160771,3.1159804774817603,6.516639800996473,4.89817450423625,9.56790624937018,4.060467109077028,0.5250020921553133,1.7170874413479031,6.924686950662383,3.8580753950705757,8.872704193284008,8.559563170665097,9.271499476324808,3.03303262375589,9.318382285126294,9.282250131854273,9.201056493065655,5.638306362344016,9.531979775083041,7.209907970284237,2.506704394779975,0.5404069916518661,6.890395669787651,2.472548283003265,1.8193887368002248,5.556554066010127,0.4598588072782894,4.644934000755524,5.117380888332706,0.043915438708006516,9.870708479650967,3.722432265525659,2.7318888277264186,1.4760482778568507,6.051107237457448,1.2562664873191542,1.9502865831172633,8.428465778256232,4.3605818090580115,0.06371401261597853,6.806811288893943,4.781431236856541,2.91027445537416,7.737642312307669,9.140882515764636,5.2725814470442876,8.590561914052484,4.800014817726229,7.534763923074012,2.0720530856474904,7.202727984413731,0.5988919848436536,7.758587735727904,2.5675887443990772,1.4692048523982837,4.4975792804258035,1.104211759771958,5.56467833943932,9.433550143812631,1.9069151514286642,2.06083178993428,5.89702527874406,3.1259443871517956,4.571768327410566,0.6197619810172594,9.561748974598126,8.078186819961465,5.787169944133962,6.390064259017833,1.4196544754125806,6.475097106564122,1.3220729330667713,8.104435608443062,7.560184813531722,8.744398518673638,0.43654714185855203,4.003325106212183,7.559649850074401,8.333356620233964,6.293747060440223,3.2473180418947534,1.9157000447813577,3.487435487643106,6.8729931576939105,0.07839326663261703,6.664381471668185,7.493999831549365,4.872203596263148,2.3749653457071638,4.687191723177725,0.4185675792885235,2.996989365802275,2.0481064392565207,5.713639280763042,8.798978361213964,7.084590934406321,7.014857224561872,4.650956851014728,3.860741394638546,1.0314773130138932,2.558532430883822,7.606890579361542,8.356375618138124,3.1933982550560938,2.169604662307295,0.7108948685410343,3.4835178526328683,8.482635006654316,7.622446638314012,9.030399153825194,5.0737512750588545,2.4713144817501265,4.83492588228449,5.578766694319341,1.9920100124991724,8.38218060854697,2.1847068793841484,6.486626298830957,4.629047301858117,5.15567498299928,2.3658179645054034,8.97932356213434,4.524546530213998,9.423692104677443,7.86390681457079,4.295354873238027,5.614538707041166,3.789872677886559,3.22575902711265,6.544711973950054,2.871182404536637,0.13234950697201597,9.889558009161819,6.85044426674946,7.5210357439256725,6.368501506946583,7.920782685130501,9.31264652414335,0.011306652879287116,6.723652042429959,4.823010898785957,9.698378161145063,1.330410579153526,0.2406230155451139,1.6341912025031358,6.43061051166401,2.0136287452929134,6.427416747257526,2.4497752407053808,0.9786400351553481,9.464757834805868,9.747498680627281,6.678581237303036,7.851120049956411,5.220816692000185,3.1667986652610636,5.5151129083197805,9.087009985946297,9.331285679298885,1.1587114325157544,4.145348267426428,1.7013997770133005,0.41674077768480977,0.20092380826093215,8.387156199411576,7.903196685564035,7.263907676088612,8.51402290539112,9.553259922462031,0.4109352391339194,5.469484029034826,9.234133308523372,9.061688381298588,1.3319148502785871,4.717063028597755,0.9980579324773353,7.336662736505488,8.710693751632038,4.1560221952425795,7.6839488531726925,2.9042084134469395,2.4635283570463065,9.734048838492075,2.340752011818674,2.4546841955531553,9.952802202259425,2.572952236912646,4.667673518464036,2.70687089090298,5.914548483329835,0.8884083604831694,8.089267115731381,4.495374997978555,0.7937775825006665,5.416759406790501,9.687363527694018,0.31995189354586673,4.1876418982929415,9.154408432792005,9.181514202329115,0.9589662628077511,0.37819691402263045,1.6807222758707785,3.0070914037829253,4.538860859564321,2.4839690607529183,7.465358768932021,1.784937454274086,0.5131456308310578,6.400541087219279,6.042885687937604,0.6057354425227091,3.663670455136554,0.1685197808016603,1.3886029159859525,0.8374002561943161,7.603086516332384,0.6578999547455044,2.2596664241425546,8.984238121111503,1.422107820640326,9.178859989649593,1.3527059078566017,4.362601313532383,8.446512652231542,1.7211608919856058,2.854055273101218,2.666815262824689,2.9123276643230698,3.5580064061824945,4.237212575897096,3.6698182822606062,3.2612792115549984,5.4217427925846176,5.204735350596893,3.6544657851323126,6.151957628838102,3.4291834205174023,9.649596948511302,0.311408521013925,8.71336091125131,6.134643890962491,0.7252121802453904,5.7566196848481175,7.187330573122606,5.229126253981993,5.547053552917545,7.918805782262201,3.479113142184657,7.57569314880169,9.33205803916321,2.7592740502985755,9.540612552115213,4.473897904360804,4.3200155707692725,3.090972200061304,5.695302064729384,5.538794820324529,8.27506596383791,2.430713838205112,1.877327144483012,0.856060316419045,6.21831173067751,6.077449140165406,8.195083885963273,9.535194376518957,0.15963234960859163,3.9050099802606586,2.084183980285075,7.7833208798995335,7.7296515389477936,6.581846052320847,1.1185476733198918,5.84735925439113,6.61197563345292,7.6181101992565825,8.823333429072024,5.470667651199634,6.889737710892463,4.4909884995874405,3.00287314837147,2.6461642210578686,4.070568431869713,5.282419138948749,1.8478028725098161,8.567542708239555,6.078653357954882,6.185818888954197,0.1214596731101325,8.430554470016897,0.6463158593931673,3.5455843383861008,3.849465480804125,6.621686763440922,1.218889508989166,9.206330199896755,9.04757490592388,8.829874146311512,8.018999929571407,7.774702346232052,7.393018630764365,4.55379682387774,3.112194851079887,1.4244337579076427,3.5185467440511022,0.7016437605926662,0.46227549079250974,7.857516098714351,6.308877578700423,7.9305079974718105,2.938432324125737,2.3081557069746994,3.6893112253577587,1.4304235549509314,4.559448059800301,4.060496522669295,1.4515281242388178,2.502341763331597,3.664684486053144,3.3318670169955658,0.01103320315080647,9.76845978907423,1.835002144602793,4.014090218327835,6.428459219575321,6.648980135788166,4.827164026816549,0.4024550084203371,4.962256955346797,8.657737320612753,4.146463900019431,4.842388946713397,0.3123094707413543,2.9042471226248567,9.909643965637922,0.5618281987375817,3.290477469559605,3.6281134419791297,1.5833488470829782,7.012782011449719,6.341088857838991,7.217516595016852,3.156337461401806,3.3287278416548025,3.3064349189283826,0.34857382049525265,1.6811745780971543,0.4279833592341864,8.144064637273804,4.437195290667666,1.8615891027161524,3.1537172892861953,8.653680249075276,8.079034236656124,3.137048692412007,9.299938253538807,9.867085532779795,0.8908195793436491,0.22940706590259485,6.205571247631703,3.417274373992747,1.891413079948543,8.333167181599642,7.907442358444046,8.833395572996679,0.13398357729600074,9.398444600082946,2.595548039982223,2.7585677288007537,5.237804189363013,8.65910624240731,1.8789287924452758,6.019844052657043,1.8494373237184436,0.20193720116683855,7.774908006627123,9.231913251721153,5.903811155955243,2.700895787901485,2.119734722249582,3.2267535045869478,5.824944066362945,7.779792364477726,4.482661481400578,2.5253240614927384,7.573331437836592,6.1046958332803,0.9643684163447486,6.701886128442379,2.7027725658800006,5.458398629873804,4.839498174586572,0.16726937407524956,9.580729417939256,6.697584023773519,2.951331113224638,6.531673470704259,6.086204941263657,6.571951045309193,9.888100581924977,7.0457082626132035,9.186486858910403,4.559248951082866,7.323330522387831,6.464177798520174,8.593417976525885,4.487949368323224,4.76754770562602,0.3584186049367466,6.131839790945611,9.124513483375905,5.565100375830711,6.16378876186568,0.616130015015256,4.1005317364387075,9.821811532454387,7.226500054175745,4.0885507994189485,7.613446436884519,4.509620422789404,8.939641624594017,3.8450935647235407,6.311823516024835,5.535418121402168,8.486115972685349,9.526730380577382,3.306192796076648,1.2021112355571684,6.4946172464076755,5.639443639367766,0.32360201022195056,4.224627117107799,0.31413296421449743,2.605157252892605,2.531884799719497,1.396246604513205,8.260485937728518,9.20025404254064,8.34446148684026,3.2423976397600116,1.056808634960884,0.1522885475888558,6.206208281604305,5.155228891761147,8.871507104372476,4.204934894984786,9.87830788423579,4.620814426147374,3.5754363503602504,0.2780655062422521,8.57426117295243,9.72183339862384,5.640136945755016,5.90987631343366,1.3352741909870058,1.0225715290794546,5.315094331152933,1.2840513059116232,3.7093589418570283,2.480183164354167,1.4512439554525902,7.689952804518526,8.866071127169961,6.315094415792587,4.706767673223221,4.014393432079018,6.233756440630172,5.670178474871619,6.647633275756827,1.4663382830443572,2.593063228891462,3.8912931541318185,9.570618548585193,7.859845926848776,7.9333329220929505,0.003274572764290218,3.258880473051712,3.2037582833311316,6.043551966175219,3.624809172213844,7.715581503356405,3.3078209680583024,2.026834585997607,2.8377048237641347,9.106539898923861,2.5276255545470114,7.882631799750728,3.0436042937634236,6.1812755955393826,2.631786332986982,3.3764984854484528,7.864881205075581,0.8391280248825372,3.587704854136471,8.266976314991478,5.230508783434166,8.312859641039774,1.2932949986214848,1.1600242328624921,5.840157466294639,6.2591803327099065,5.96344940336555,1.2240308828057211,1.3001066351186341,8.823466943927054,0.548936771391717,9.664713530119643,6.489677204124792,6.236004760646777,5.2605027669916975,4.334624719566328,5.973323368275084,4.041171183669558,2.445999643746095,5.564935492477707,8.612609818675494,9.097512041600652,0.47585792938749094,2.0041130831996465,4.913955908462084,6.478263909082739,6.014181112153936,5.523826710766741,5.369856914647448,5.758743905776919,3.191672093150318,6.26877806079107,7.240432149042588,3.2102446923509467,6.749550391724123,4.533289851054812,2.439157788645651,1.4047193244232048,3.4985156998599187,9.928069276977634,0.8951644404096037,7.454618310304947,1.711466321914531,4.164714722347243,4.395944050500064,0.5500983873624032,2.0876617610597217,1.71553208294835,3.6206308937093135,0.9120209140450553,4.600881077006229,4.535962464180102,5.1780860947742,8.036518346784213,6.435021441749629,8.398337723468265,8.766639357441804,1.7506286302327378,9.223322479623327,7.914079383841372,8.585336971301345,6.516613854494125,9.843868656760964,8.37881191709754,9.247667240959027,6.754901290233585,8.219302556904903,0.4172399050689446,2.8085146601746303,8.081148951899888,9.966761209937534,1.3831241771768643]} diff --git a/base/special/fmod/test/fixtures/julia/runner.jl b/base/special/fmod/test/fixtures/julia/runner.jl new file mode 100644 index 000000000..2584a1b83 --- /dev/null +++ b/base/special/fmod/test/fixtures/julia/runner.jl @@ -0,0 +1,87 @@ +#!/usr/bin/env julia +# +# @license Apache-2.0 +# +# Copyright (c) 2024 The Stdlib Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import JSON + +""" + gen( x, y, name ) + +Generate fixture data and write to file. + +# Arguments + +* `x`: first number +* `y`: second number +* `name::AbstractString`: output filename + +# Examples + +``` julia +julia> x = range( -1000, stop = 1000, length = 2001 ); +julia> y = range( 0, stop = 1000, length = 1001 ); +julia> gen( x, y, \"data.json\" ); +``` +""" +function gen( x, y, name ) + z = Array{Float64}( undef, length(x) ); + for i in eachindex(x) + z[ i ] = mod(x[i], y[i]) + end + + # Store data to be written to file as a collection: + data = Dict([ + ("x", x), + ("y", y), + ("expected", z) + ]); + + # Based on the script directory, create an output filepath: + filepath = joinpath( dir, name ); + + # Write the data to the output filepath as JSON: + outfile = open( filepath, "w" ); + write( outfile, JSON.json(data) ); + write( outfile, "\n" ); + close( outfile ); +end + +# Get the filename: +file = @__FILE__; + +# Extract the directory in which this file resides: +dir = dirname( file ); + +# Subnormal results: +x = range( 3.14e-52, stop = 3.14e-54, length = 2001 ) +y = range( 3.14e-309, stop = 3.14e-312, length = 2001 ) +gen( x, y, "subnormal_results.json" ); + +# x small, y small: +x = rand( 5001 ) .* 100 +y = rand( 5001 ) .* 100 +gen( x, y, "small_small.json" ); + +# x small, y large: +x = rand( 5001 ) .* 1.9988548118735103; +y = rand( 5001 ) .* 2.0^10; +gen( x, y, "small_large.json" ); + +# x large, y small: +x = rand( 5001 ) .* 5e20; +y = rand( 5001 ) .* 10; +gen( x, y, "large_small.json" ); diff --git a/base/special/fmod/test/fixtures/julia/small_large.json b/base/special/fmod/test/fixtures/julia/small_large.json new file mode 100644 index 000000000..1339db686 --- /dev/null +++ b/base/special/fmod/test/fixtures/julia/small_large.json @@ -0,0 +1 @@ +{"expected":[0.010144559552149641,1.6991805678426755,0.4522229977206803,1.0298879967961299,1.270441958357402,1.3989098156316304,0.9717641127625672,1.8402884779039423,1.0358227591605984,1.0721844239855427,1.3631056350819981,1.4349907127206887,0.5459753242977514,0.06531152558127715,0.9924333831467287,0.2067935816457363,0.04727212493188723,1.0659107763603592,1.111191966862784,1.1217137384770923,1.5649323386797152,1.0163088941933422,1.6991008925222244,0.7980788676606541,0.8743200769080545,1.8170436631358526,1.6703947167177904,1.7580010125937575,1.2220877635503709,0.326558018243813,0.8309322995257717,0.48073149158051487,0.4255581789673981,0.46862596086445873,0.36250545436840775,0.050291179226043266,1.1932089692045593,0.21062616323714384,1.379051942129143,0.1809621263999866,0.5142954013125294,0.2935513969278439,0.47906043936168546,1.2839896689763377,1.7543638155052657,1.5246147098854894,0.035546384363941315,0.30961392274098565,0.38229911035772646,1.7013832680667478,0.5807271918521721,0.9194451126156703,0.0536381835874652,1.4460605225988103,0.8528452011326596,0.1264460771301663,0.0286564684729941,1.8883177402478548,0.07165928335955686,0.7159499216479832,0.8419628663506544,1.5267849327510299,1.9792071582365862,1.6236421101124008,0.14740985895305198,1.6525784564851802,0.7702289157372555,1.0731485310214761,1.0043421911131851,0.07224242549054243,0.4140171830438262,1.6617080743516097,0.8815164713771926,0.7795680341177461,0.22220178912552296,0.14732520772595822,0.15883255160135115,1.434089274841522,0.7741206859231873,1.960673787554984,1.5837382156335975,1.6439981363754081,0.7175213142030352,0.8578669136051447,1.7307730908418633,0.7261596486217176,1.890216675012978,0.43334394842120244,1.5509827126042275,1.1638323407648203,1.75292650852055,0.1571795475198978,1.499683502485563,1.4043481302471128,1.4767324362533594,0.7741368876381707,0.90929178479993,0.7096031736735665,0.003666609827716967,1.9800252565486571,1.9965052586851375,1.6215032932768902,1.9838320238309028,0.448991178811787,1.231454981674683,1.362529601371435,1.4051669508162878,1.0741602976364466,1.6994555930575044,1.6460390985458633,1.4730381388401952,1.3442178844058286,1.6181780209875882,1.0036545640523216,0.25926020656293947,1.552947325389595,1.7706412426742637,1.136827083120822,1.1826610598147542,1.65450749441481,0.8757257546693228,0.5164390124674831,1.0476264054368796,1.3428974608013204,0.36998806943360907,0.6379421903165619,0.5456188491004978,0.9068283605848557,0.39345049983660446,0.9288657329738365,1.6539640156351396,1.8015634060099865,0.8556098079096992,1.6027308880180697,1.8364897965072926,1.1733392280754353,0.8148599909630425,1.4574787332633452,1.098534396536741,1.7634640630150937,0.41901436860254193,1.5232288113450116,1.9975961117654593,0.7163221413609167,1.4297716735435932,0.8305927916784412,0.05770783748567464,1.4733756856004723,1.698759132502776,1.5647104112354984,1.5408297541966793,1.5417315699321603,1.088212400801042,0.2828102325525024,1.856381140663459,1.9910591697213802,0.6707971324233282,0.9638790769313789,1.3293227240862613,0.14824977575121526,1.1805885231026425,1.2969569278701067,0.25272807357349897,0.057762188391144,0.5147047660843324,1.3753173350879941,0.42410682525203947,0.5047933544302163,1.7649476822238743,0.7556660970393556,0.5948579349379661,1.6716123293543546,0.009000042321104974,0.7069285709851246,0.767922132540741,1.3487846184546783,1.3534621374268596,1.9379412156684825,1.5409446956558484,1.7238563447554682,1.5151013883477225,0.5426516267447022,0.9743435590197441,0.8629483657955087,1.2573524226185275,0.7635187070805113,0.6130014214814927,0.5765114055291496,0.9944774765487794,1.9882242906030059,1.600701145538427,1.4387354556052798,1.1775332418673248,1.243688896301905,1.8013410987777199,0.3251858636391724,1.4256989759341656,1.708016380566174,1.6858458563847023,0.7661149542080493,0.17026638892147702,0.21707538614712493,1.4397389951945294,1.2199275992620136,0.5900473363995624,1.9509408577527612,0.4537848696629205,1.9027860960724923,1.3835858876142306,1.7403799268313218,1.8507313164251848,1.263657522539533,0.747387882916936,0.37099744200441226,0.008896049644402843,0.4420085260114512,1.3216743507419644,0.8506028419842645,0.7928504103297194,1.8900007401603147,1.3568822542395649,1.220026015208948,1.7455223785209069,1.3236389220423028,0.4233408967113037,1.1892729624649365,0.7857274383265871,1.3237242099192963,1.3804625066609526,1.6715309907383253,0.20255091609245288,1.2170575211512031,1.1029890655211676,1.4111561539146436,1.0073355819555236,0.04507156606072156,0.964271631323667,0.11620297342439777,1.181487754952771,0.5680040258714831,1.9298021376633474,0.8964314738302089,0.6016193536914477,1.0760757438632444,0.08910542859164214,0.5530466974977244,1.004900436177011,0.7094525275933254,1.4767833837806255,1.3455059691286544,1.9442167216002175,1.3254364814951132,1.8556301309648082,1.0011337089554313,0.014825958443261731,0.16761763742374697,0.11655597108436032,0.43296803798266326,0.79019844353079,1.3316979078626952,0.3528218808854416,0.2727616089464903,0.6101126469935743,0.9957682145318759,1.3607262643008478,1.1980571389508208,0.37462340092279695,1.3214316940215765,1.0436117285625541,0.7034905384134539,0.92336280673715,1.5556333914980631,0.8966177646400131,1.8038822049730814,0.013925758616002449,1.7112194549096569,0.5969395934467935,0.8373149481195612,1.7414734413295183,0.19186283973100743,1.1571565310530336,0.4022515093864778,0.7454664895489924,1.6071887701904024,1.7618561155296308,0.7785057561643423,0.23555874941451074,1.7103539529396303,1.8206331903761956,1.0177784121801527,1.5580890796681888,0.46071671246483487,1.439330003013602,1.4604679735539263,1.1980605841837402,0.5218455819836814,0.22011176529000293,1.3975804070631768,1.8679754179254895,1.079328078387943,1.746204245660074,0.8420619787780566,0.009634714731775858,0.2882676253462205,0.941591675675871,1.215517063025018,0.5019050955437531,1.8725720290942125,1.2823853563784708,1.5545615275335898,1.0503145256232496,0.29583365048215754,1.068421569653328,0.5803230482304425,0.48853204794857136,0.3805807792448931,1.741173933195784,0.36368482523691603,1.2212740668093633,0.9736483079661852,0.5611413943730997,0.4520611278874447,1.3813889152259522,1.2240171616297073,0.7447613256176476,0.5727049393868168,0.2507153474032584,0.913718754935698,1.8329636051609957,1.6405905504266936,0.282033765991181,1.7085225318581256,0.35044303308823194,0.07503625343333752,0.5321725615143523,1.5801303295268878,1.8194324984442716,1.753667615736191,1.3969607704794873,0.31749203444277274,0.830319968287228,1.8188739332137511,1.1047367479875267,1.4969610477709625,0.957946011507,1.9028303303549978,1.9091670108625292,0.009785736359314956,0.9654913246992364,0.22660070419423448,0.47841778504956245,1.8302420378393924,1.0677154167995966,1.0270008259108832,1.1893101196860552,1.82613714200163,0.7825486884515116,0.49678428887839926,1.2644324253124206,0.2842437506090829,1.8531805620625301,0.25955608301960226,0.6651984716595335,0.9566766566160241,0.13508901829933576,1.590603714106841,1.191282880513775,1.759246025441673,0.37676737715853975,1.8779720449017758,0.4968808183001511,1.677356266034155,0.2939779951117183,1.3732778986771192,1.061946964522692,0.09522618377251155,0.5621413588819214,1.7013199406843982,0.7500650255450309,0.5602836026977065,0.543534672372701,0.6166475707710987,0.9261252423400756,0.27978016912501097,1.391039850506898,0.09638076349323796,1.5197763721798563,0.7337864452364913,1.068636421808809,0.789548756670437,0.4842332798607752,1.7389100421303203,1.3266222541056865,1.0899929287651666,0.6530287773673348,0.1966617503730597,0.004634880589057487,1.6522069082360973,1.8692824864165754,1.1093243973539886,0.4201702072287567,0.8524448112203177,0.030325902982399965,1.2529240955992964,0.3988215012132196,0.7451295207928357,0.7094045295918212,1.7900439873627467,1.4933452639771805,0.9673689042416057,0.5347235619383679,0.4200319863879348,1.8258561450890345,0.006347813466867809,1.4573444487959404,0.26527021065337897,0.7554654309099748,0.44629625656678285,1.8409196258441343,1.9935342884368603,1.555144359451828,0.7251265598752237,0.2734067940754657,1.420212799553809,1.3738720112527012,1.067437311142136,1.6931936208098362,0.9209066443560752,0.6276490619061723,0.2614571217723473,0.28438957812154864,0.46020091742386143,1.4665862888368086,1.0605664941934938,1.3505618717172545,1.9248431179713366,0.14514794923510377,1.8765757531089433,1.1869724275123426,1.1927922372432311,1.0859344886730875,1.7140885045761254,0.03926205985624093,0.9295129048551948,1.6084029454109046,1.3547623599869993,0.36704694189059484,1.5463723044989182,0.13488779842856555,1.6842525616111788,0.48323616224795696,0.39655348976534244,1.889860973257661,1.8848909519245787,0.9824559655721009,0.14359104759130045,0.5608567558230775,1.6711077805573198,0.2098742142958118,0.7955386736681224,1.9105905488995105,1.9726060725604404,0.7359814170481015,1.1771475817842632,0.6680267865806799,1.117881526969668,0.8234896089184774,1.9971406808344672,1.3937283933922484,1.9791557181385095,0.8905763013635456,0.8779770251044459,1.3263599237325514,1.845135778822512,1.9542255598848919,1.0229865635749253,1.70786834666037,0.1823883639336495,0.5581006357113658,1.945641098934666,1.8950289250522947,0.8401090629420516,0.7797267335736362,0.7600222866368275,0.5943913680199389,1.8031409077374074,1.3167328461352499,0.5501754678997713,0.8630311549174305,0.7067388510268438,1.9106982277648537,1.52162531897925,0.2865280583339804,1.9518381493461197,0.9718826795284987,0.5350416120388273,1.2546495524435821,1.8298912220888857,0.4012261741010501,0.5008921689156489,1.263564847642935,0.4137222951326678,0.5891489047779951,1.219051363637798,1.004858764769244,0.4958580529344064,1.1689799479931098,1.1030076799051252,1.489703478334874,0.2683247853407432,1.531915995023762,0.14540619636984686,0.538062246418614,0.3406771112099968,0.9469893842983554,0.9547446559460747,0.9052865383269446,1.5401827229589742,0.05463806606871867,0.33151265912417494,0.07687951300018583,0.22045885549707345,0.685413682259609,0.2503140797349342,0.07818742458450217,1.2633336358802787,1.3234172774569268,0.9759702225251069,0.492766115120021,0.5200555426595839,1.7825244363201058,0.07580968649772385,1.8521590286858705,1.8104833333541486,1.5431182455827803,0.6414713088293269,1.060674411492253,0.6615313508950842,1.721325748000878,0.4764561581855815,0.9778230132846297,0.813320353965026,1.8271314398148868,1.570482699272965,0.004340343383655738,1.6222170265172131,1.0079254927869064,0.43983049866055574,0.027714795429543467,1.4596788336194537,0.6327984567263717,0.05245673646896385,1.1300263908742791,1.2460998485603858,1.8178482641962297,0.3573865187250773,0.42069967207086595,1.4914876571107805,0.08823863233234829,0.9490617303645756,1.518605671412665,0.7371458638696601,0.16991830273340927,0.9974867656118529,1.6457366001145113,1.3541967551635141,0.6754472460013181,0.8277527892968788,0.42673716364639286,1.2568225536988817,0.789993228087814,0.849806524684005,1.8089324579114343,1.2628947530909866,0.4470606052022796,0.40507211879187704,0.8162279343210054,0.7122604902537979,1.4659302483393721,0.502909056572584,0.8788531065306907,0.6424557392636338,0.026777837803027196,0.8089445159973407,1.239874912119034,0.21854726284104065,0.696596200799019,0.10736781805393941,1.504112974728001,0.3045046754704243,1.95845479174414,1.3568255828093714,0.22374285069202263,1.9572612455525145,0.36422066223297,0.021093727873232094,0.8203595249969995,1.9408984042941166,1.960482968389629,1.3600723356344593,1.4487054091739,1.6166934170479133,1.9568365510689314,1.847339891106072,0.3455433235280408,0.1508075714071389,1.516636384921174,0.9954854270320832,0.29056867262068126,1.9364182881565468,1.3386170491894072,1.2385784130553745,0.07410784992552967,0.873952486383266,0.5553798297292788,1.9068402341919723,0.4744880265841586,1.222283935987024,0.5231876347758552,1.2650077612929447,0.784872439701978,0.29565070005405314,0.9196793641726199,0.18649687031590745,1.153691633908608,1.9177379485551482,0.15547003711577126,0.6305530820411129,1.7213300011061812,1.1320880217972202,1.5717331139530075,0.5663717540511269,1.9719943419529846,1.626142771356959,1.6837265076369656,0.17074628462581795,0.014259086479686546,1.4543526134192553,1.4178341078544805,1.315634148269159,1.688472259328793,0.5740411784891227,1.8158910645837305,0.11363900590025659,0.30137743725450805,0.380403025323951,0.7438514270867534,0.5935499162917903,1.6897825903098407,1.2933528909194814,1.1415723096045716,1.541945077266402,1.8769333634533338,0.9386302427593662,0.9246258067762558,0.3071379119383041,0.94667479990398,0.7753093441377947,1.0887401265720955,0.5234713913888546,0.3400934671619527,0.9102770339890427,0.3957362599577546,0.8058341323397284,1.3924550989252868,1.0888551569379021,0.7705022145791705,1.7791510058580207,1.783045729867884,1.6108992751074787,1.8316770800614879,0.31234852482154646,1.6093309674276524,0.8786067250932424,0.3517224801936361,0.15562994435039126,1.0750617997574656,0.5386885332387205,1.6841892751290575,0.44258604914518973,0.8735791442417561,0.3829686312952371,0.3416820197425763,1.4775128074698858,1.7453918093480176,0.7848101401314738,0.6202593690128956,0.35140475064319215,1.3604341345030846,1.23548337081782,0.042903377032380244,1.3763018938865386,1.8329694460896628,1.4952387827726576,1.1521709128231923,0.3963671750169179,1.0356555894051702,1.8002768582979785,0.2864893687662686,0.9666296450421735,0.515081040410268,1.8980205585774645,1.8236707942914443,0.3061157226915168,1.4391655100607954,0.0903525846244701,0.3947739840131473,1.5706533223864938,1.108560771287521,1.1968168628183895,0.855764410521529,1.3912848480323816,1.8294277759365367,0.9412818286282498,0.4528616067639398,1.071372869910715,1.4347291667234177,0.6463176828188943,0.5760480272043943,0.7850601202573015,1.7620174050658688,0.9701743104354091,1.762396638007684,0.24186896730652277,1.0520056645324065,1.2303065878103097,0.1487712212402147,1.754917597996937,0.3780471559323439,1.7792569348606415,0.7074363839626953,0.17417276053633987,0.539421164357945,0.37988875839177916,1.2442359209183937,1.3772664867571933,1.7569264055880567,1.5233079762971735,0.6574379267004049,0.6164558674034285,1.7247901050427412,0.44218238325777964,0.40808810993758726,1.3682050503088667,0.9790322196884682,1.600896717316352,1.8057420088203249,0.6430043242223,0.9212366031051183,0.4543827825237924,1.6806523123105235,1.7130267190155948,1.4014519718841025,1.7175571001952186,0.7922171408988239,0.05716239922406068,0.11514124943747975,0.610176337847904,1.9214340450363416,0.6480651076883719,0.5989257665338016,0.40999602723351286,0.423787588031752,0.007977970026242804,0.029951784274571517,0.6856872870624751,0.12094459766881167,0.4091246284319038,1.0582425056351357,1.187912627760851,0.15245091899484792,0.676734385641186,1.8026795413625134,0.34761593867016144,0.6468535123093578,0.8864558096642392,0.24643940760708927,0.43215203486789155,0.858591141690539,1.749387054303184,1.7343948984643136,1.9479433387959486,1.5010919359689838,0.6927949849950316,1.5983750047121124,1.0509717739734192,1.6509821042353205,1.4312812141941524,0.41392408180559265,0.45599824969748814,0.9613824446613766,1.6783289418342495,0.06328594822658663,1.855345028650643,1.9023346312167169,1.2805396135332243,1.6042904501697726,0.8185039999452826,0.5236080602919876,1.7033204273313656,0.8476471103973043,1.9119469201011945,0.6805662245547087,1.728458164479715,0.5805083863461894,1.47646683700004,0.06311075176395274,1.8215793693965299,1.232617338717763,1.8369435828073644,1.1295286922873986,1.9640012724839768,1.2519270140822625,0.6546637022990228,0.0038821160197180893,0.032174427926104254,1.5148121372689856,1.4446295174120711,0.3605587453685243,1.6764828237251637,1.7507847367207234,0.5645323800108403,0.6684434797556339,1.5778310849558175,0.8112905584732538,0.6982276926779732,1.055994656324874,0.7927833363597676,1.5055601472551716,1.8018897455067766,1.5274220636423088,1.8011298810996519,1.9017973496664349,1.982738736375256,0.7228717939297981,0.19906148275727414,1.3380258735598298,0.8875581540935479,1.7009681062140578,1.6453809372570416,0.03561666450663456,1.3646470247137121,0.5112761053135115,1.5431980000313978,1.6318206600217802,0.9090978376611468,1.9954034326057388,1.8454059488271564,0.84570675099106,0.3184794591317063,1.491660499681609,0.901058798571541,0.4451139570565861,0.9045539687381203,0.4543401049168795,0.5476356477343877,1.5031701177460812,1.4552781786190698,1.7182928224575498,1.229066222440738,0.8015343730574038,1.0500982381753408,0.3515903423922202,0.40058008618206914,1.3896209040065974,1.3518607993782474,0.13085246175763585,1.4496398141423104,0.03911692164267866,0.19551173129726987,1.4246482588939435,0.9441002619599685,1.2861054650146542,1.5885350983929147,0.3149022114014956,1.3121668330464438,1.9316897053241335,1.74078515472588,1.8122652935517432,0.5341358718925956,1.4519192480568115,0.014413007019856114,1.5288334452740366,0.08339544903633607,0.2529295034567573,0.5686477406096371,1.8062122528211375,1.7359181234292735,0.5658607729551088,1.0488167423059385,1.2475212734157757,0.3751116290530294,1.643018085928833,1.737597527950852,0.9354880120708985,1.5059375568506699,1.5542989874423077,1.3529412930735576,0.35864908772780957,1.6286016846135247,1.545986636809105,0.7974810368705877,1.5567629192448893,0.28600455704755307,1.1425885691732127,0.4917900591099166,0.7950992054812219,0.28291919887734396,1.9669252054323216,1.3009385650187886,0.15429971717261962,1.3490079208517491,0.047236331803011615,0.7369666851406883,0.0059698948165847615,0.46184488617027913,0.2941123187608537,0.19333040837751875,0.25713753114435783,1.812881986018635,1.8069004707341065,0.15040688581062978,1.4467891012561387,0.0031370530906692402,0.0714300069975487,0.2885179782910523,0.6898966059417061,0.8361857666440574,0.4384381393489436,0.6701185705431195,0.1668649856170438,0.06074954377907096,0.2911344395985509,1.979226836966417,0.19834215897266316,0.16066704276999214,0.6673269657924771,0.964610206922511,1.7731518700009912,0.2927427973837785,1.5262599189233588,1.0588564765564892,0.22251271914531584,0.36397013522571525,1.5867030383759555,0.9136585125923274,1.8793792987018654,1.844761987723882,1.4122906023746673,0.396928898431391,0.9579859277776067,0.6641239878236156,0.6119951610662968,1.7932627343203937,1.6988468542454525,0.37202785502328484,1.1734220644075997,1.519339183182424,0.6185865101526863,1.241974041115126,1.3386205270092144,1.8955650765886283,0.8674499377688172,0.7226814844013705,1.261663788878442,0.03401102369926398,1.2533812946223124,1.9950774526283357,0.8368686946545991,1.8341363298540863,1.0597354517968642,0.20285287302798816,1.4750717382713228,1.0813356369141582,1.889101641721606,1.6076658540718536,0.17514697672417137,1.9667419940185962,0.9113990581988916,0.832496208099379,1.9879300199650587,1.8085651928148871,0.24110076067465344,1.6842103486163817,0.7247520775090329,1.16231980911042,0.5162079647363407,0.5398941515439695,1.9521325076551588,1.2437134816546502,1.5204767479364192,0.8365960494296847,1.8372199844098815,0.9523247109758571,1.3657103598929312,0.8418929755487136,0.3123725487850755,0.8569555507297815,0.11944958298058399,1.6803384210896017,0.1455379464829296,1.791308540271002,0.7239946121982382,1.1605486710335253,1.3389062423538027,1.4579910105118838,0.8471717190972644,0.8228664717622899,1.829674838790577,0.24628112230109656,1.2586956279718582,1.8478103791313134,0.02745060385703005,1.9386103795456975,1.5710091655590523,1.1350351778864076,0.8573129103388345,1.046700418522585,0.024238141062360684,0.691826642165943,1.3038311670276839,1.2592808902236106,0.0103884191727964,1.431785939078789,1.2998941566717654,0.19099434719642214,1.3502821299351135,0.6036245760981623,1.1070493833198107,1.944789922157204,0.6101091059624258,1.2068408140497515,0.2695694488464314,0.5618905473467255,0.2889242455960293,0.8020181426635897,1.8054779931190827,1.7427943701563882,1.4809551001118095,1.3929418060626662,0.3744639953821163,0.9703683915668145,1.2141192379337304,0.07531913988717596,1.318956699636041,0.88605051158832,0.7274471149091615,1.3526590570694927,0.34690374499701904,0.3680788474973609,1.5556433086797024,1.4375628006336731,1.0821050657318763,0.9048627991712906,1.3764460832220466,0.4885567140436271,0.873925189663277,0.8265702416982141,1.3515184609703261,0.24273580364717764,1.2625383903777347,1.4539654422978099,1.2704388503881405,1.3128095336550243,1.0038870483351383,1.41687105704027,0.031930020952751326,1.3014043322696989,0.9124635069674466,1.6197860346945872,0.7194452021411419,1.2043080110284634,0.15466952878804927,1.4961326144069333,1.5122362891745293,1.6891914505717083,0.9859840650571629,1.9632457317897474,0.1606178622778177,1.1613715506405415,1.6260238233743196,1.9152300883316242,1.726309221759592,0.49921200544843414,1.2805651404412783,1.4753969616934464,0.07116730073266143,1.790104725276303,0.5202919061741891,1.1135016207054638,1.1481082927830315,0.7347214255504886,1.221683377357895,0.07007233470632344,1.155183270321108,1.48478589187047,0.2168941258405487,1.8921599198884458,1.2039928249114515,0.15243818514142804,1.5315726312622666,0.7104788379026135,1.3427920411277556,0.5132625431976638,1.0109076641207286,0.4679332344957907,0.857693608681304,0.780193767410561,0.9942691959376987,1.4442086022637348,0.721895596369875,0.5302483971033383,0.9066680518471631,1.0508499761743548,1.7199834706984964,1.0846867162324685,1.7349072756322248,1.544138121202017,0.21712576241886414,1.5646868779584737,0.05379125677467344,0.9407968090945595,1.5049077353499833,1.8478488357919236,0.31240812053191047,1.3909542491180644,0.4691597391225353,1.461540130221355,0.7025686505034529,0.6694962043691739,1.1165654823762228,0.4371509336439092,0.881593984123639,0.7330149451597305,0.6678360163948517,1.4236310250311717,0.2620102913336957,1.9090808736502678,1.9934709738243148,0.2020125322440016,0.21248801968463685,0.8047059215054108,0.08058594015982339,0.7702722471686559,0.049087988566752276,0.014188029225523728,1.4994367477247443,1.6542170592935432,1.6569954740699568,1.4192894454682075,1.2176377054581706,0.1157574281291765,1.5173921987935302,0.1361420010086471,0.15280235525952732,1.3772241231925026,1.939366439065497,1.4030437305426022,0.9049556809608164,0.8327398531583852,0.47814345391262586,0.7761679296633026,0.8536302913156512,0.31545530937947813,0.8498049541898096,1.8956995175521014,0.572194996723054,1.2273636827446524,1.8257193989215184,0.07790809666075357,1.1927799287585874,1.5784462298785273,0.8671514535720223,1.542029440761725,0.12291417608404417,0.4340976585621557,0.6406854219277881,1.2528582321283321,1.8573493003723955,1.965841241055517,1.9263677907603525,1.8773594364342898,0.4086218882085413,0.7153755234909466,1.2410369737612348,1.109275103802227,1.7146485259086186,0.35771864339819565,0.2863534629186932,1.8341247143788182,1.1775444315502117,1.4580888529272011,0.7298009004837743,1.8887584105540727,1.034497493660044,1.6883937069368227,0.8788852503730404,1.0800864936160233,0.38207062529456615,0.5377856346261448,1.227378063769253,0.9083352768839242,1.17344009589341,1.5326249885159104,0.01900276387396223,1.27953556921846,1.2438278420657558,0.3778975990744264,0.03760605079647087,1.2102582643959343,1.243539601560924,0.08852316964149377,0.7475316867403852,1.2672241709595147,0.6504142922787894,0.024237644856365183,0.10876774515484487,0.05487188268753617,0.7220150220612582,0.5684225351893694,0.07756315726449615,0.5921381506390565,1.4126705135040436,1.792420892265894,1.3353220271016695,0.22711251797554183,1.302561772500602,0.5123114680770623,0.7031614745583835,0.43852983537691703,0.7995164864744954,1.017603766510049,1.6639814974784242,1.6751036324256239,1.5115635937283167,0.628900745739977,0.09749716898552996,0.5600146003290243,1.918367726097142,0.5630666859233922,0.10435629629736161,0.004428425905409456,1.4348981173098057,1.430847144891027,0.15592882539524472,0.9664410455748285,0.926370721828651,0.2575022426354436,0.9231741997494143,1.0601540922059343,1.5896128111063013,1.6083413722144062,1.2913417971071788,1.1305813460585252,1.6065036822526297,1.6959390554788718,0.24352806061804574,1.2074440970637899,1.7245892097968125,1.8942423989833026,1.6372635021051334,0.21844163870183606,0.4242621465166367,1.1290492987064633,1.7334123266490633,0.9993268850730119,0.6710362611125161,1.2954006259047615,1.6925271172796148,1.00243662428235,1.1273515441726483,1.2382390957341392,0.8586901705701839,0.7121424717869909,1.3168885931179222,0.11092429119278385,1.7373099174984694,0.9168219406747776,0.9510774642155391,0.21242231878052115,0.6714469092976805,0.3619160902376382,1.0706033290469228,1.9482304731616282,1.6723454617511304,0.7188161404532463,0.8116939080935203,1.7593096277514721,1.9454436861889501,1.3081064004213296,0.4812593618023128,0.15122429428290385,1.6443108632074672,1.881895448366892,0.2637289957184534,0.14906822105611933,1.673779851291913,1.1822282004566573,1.4972642564016443,1.3904011966360592,1.7851173422258346,0.5126716760130339,0.040724912032705014,1.1227280745389658,0.8460843270919912,1.0184428989214875,0.9849020210125456,0.711201719974398,0.6961491504198827,1.1844527307941648,0.2804365419882536,1.4199897704519568,1.9690711201814506,0.2726911115163933,1.507578499595456,1.369553213892829,0.0766716899616514,1.7171098577596977,0.11218566764530005,0.13162670609340335,0.21023573506282967,0.05766303565938133,0.28266758465757863,1.4120958960499521,1.8456572701750218,1.588225270498957,0.26846372927175394,1.5690823538831904,1.2617959405986172,1.7463461134965437,0.8888857157958595,1.748819954241462,0.14067179081942605,0.8729813195009691,0.07796403257380494,0.9750442517407534,0.4478928167250695,1.3440935404087935,0.5990941605109817,1.0796482226168609,1.014615533826395,0.7345533610750093,0.1452915229412419,1.4660911390620448,0.4464125546649721,0.794988168493382,1.364148114886705,1.1580813827054093,0.9218699530789869,0.5575790472175255,0.27799682866617237,0.331665048310049,0.9423269430512674,0.45556077549277074,0.6898504794161999,1.9112422040281727,1.1060610896028888,1.8423800048356846,0.9958517494252355,1.6689970335593605,0.7751181848062833,1.7177129765414496,1.7238182681888072,1.3605732807545456,1.2678125169800458,1.4208535467709584,1.1507984866403849,0.7182117718054402,1.972204734272585,0.039436637667542324,0.9836926243506952,0.07542062367044165,0.6847307074558647,0.47796302884701497,1.982116555575542,1.4940203081668324,0.07575812541379194,1.2104488783832312,0.8535620154819425,1.41812067320339,1.4174144894474316,1.052558945165081,1.7636798385717853,0.6727879426462778,0.6716522496189667,0.6725750793689459,1.3793070135822756,0.5902527913685708,1.6845146709229177,0.11516108883714161,0.8504656425520815,0.6648059219541561,1.9535324945380381,1.1295651289635125,1.538476874601811,0.42721586601939615,0.015283710772729522,1.1619844489562472,0.19704709211548146,0.23206332770559818,1.9214359465130186,1.4983485356497193,0.03140682746091276,1.9922382608495703,1.3247228027640723,1.3755906706093692,0.6766745784150281,1.8735822078482596,0.9195049121948226,1.6481709009915337,0.9058563103235732,0.08460743582034211,1.4483264082892777,0.6863811665976478,0.21715233226565644,0.8584114285179199,0.31513012283870323,1.3746037329417187,0.19074472334798379,1.4899726163461589,0.12212117179046478,0.42065344325803006,1.8242401607802898,0.5768979742600495,0.510744291850031,0.2384006909008409,1.3172588133243872,0.7359383787150903,1.6967743222424256,0.13761418712963158,1.1214091269698196,1.0760454740033767,1.2480482206262216,0.9329242167300127,1.8754689136884464,1.0271786089307116,0.0006767286557806841,1.9526941731314842,1.4487754877284813,1.3512050501026487,0.2579188247883433,1.6031684852135597,0.22549600939413947,1.7809194377116897,0.49023529156104095,1.431577173775392,0.5319456761084006,0.48309640675467275,0.3811727299669342,0.7587789634713284,0.9788381968866132,1.691278924659246,0.36451190684309226,0.33302268645889743,0.9746930587925181,0.5075987540981105,1.9138218449943987,1.3833307501228074,1.2287319681143787,0.09562320937547858,0.4814679509457852,0.7520864864306338,1.7263486540720239,1.3732542348038541,0.6317052228921797,0.884944511902738,0.29276123293358647,1.0755057876174126,0.27386223673318794,0.4641098034315704,0.4193572140011446,1.2071611811344483,0.27634001804160624,0.8757724869488153,1.1403755931716806,0.2193205444494582,0.5034834814133882,1.983158989605993,1.8178020798946903,0.7210395810264015,1.8830072692161792,1.4719196043718008,0.031038511333252677,1.3748651640852987,1.901897645858693,1.6096282434399385,0.4935978678029632,1.6372838033584423,0.5654951086326719,0.019864269610558198,1.933054406466032,0.729226292333175,1.3112057363941778,1.7919258955923412,0.27793394887991096,0.30319303005268666,0.9456639520734577,1.6678474649387625,0.36749285909760654,0.9818013120064244,0.08043555500545764,0.7475166571647183,1.1037712624686131,1.6916264735067335,1.8939303244890684,1.4295212066770893,1.7103083187586352,0.7883016429208418,0.3441178831567778,1.7915554579651582,0.26449594662863274,1.0527293215650821,1.8209906191794816,0.18028571376700678,1.1522964729921552,0.4532681156464424,1.8551867359943366,0.24407416887416009,1.650245831074876,1.5323669992,0.826489848714651,0.878615218069015,0.4479806611670025,0.31192803355851423,1.7860332010624904,1.7466824918345654,1.1399639747083505,0.4129909739600838,0.5495274137583398,0.2611045096427129,1.2334922229866971,0.9269170350403004,0.6923594760922107,0.6064261389694864,0.4618381577348409,1.5126564281106738,1.477870616389835,1.2035054985988278,0.1760070204403021,1.6149104757248554,1.3824742169879687,1.2972111739385945,1.008020707740183,0.05785634664031562,1.0761278190690824,1.0854655417017256,0.803356184120672,1.129231859873599,1.744330616415058,1.4678237409982715,0.9801058119797122,0.4076103267456783,0.39015301457790724,0.4204322006618288,1.1472444005480478,1.8271830081647786,1.4725657879757175,1.1994650124094728,0.6079970924101196,1.0723767994802134,0.9554420248807717,0.09209068999804489,1.3706518800826635,1.3939484662957642,0.941999226114778,0.30328325374294085,0.42692015884886425,0.3281532345402232,1.074106271764794,1.720467156776745,0.9747104912229854,1.2759744981277987,1.6058417585633677,1.8207732480879468,1.6586011952146882,1.2394842274914255,0.035797935513345876,0.8694599820497573,0.7562506417924783,0.2690685495409477,1.7376483592822987,1.4452785099454661,1.0465059614682861,0.8126015535118716,0.44612930660475214,0.03905888890363694,1.3760533682965987,0.13838712453447777,0.7339093734161942,0.4244978851273828,0.9508535266277675,0.6084258163728461,1.2644308580866075,1.1960511854905371,0.018520433185165622,1.4850763970668428,1.499820981138656,0.4294603610847168,1.9737287781633148,0.49776364686095487,1.883081421895669,0.7456969570177696,1.1439201843612228,1.3800578943413737,0.11802582179674116,0.06071757882214399,0.10001382668184054,0.5694802425160348,0.896685742867521,0.8473040567705608,1.5474118918943147,0.3936510242248456,0.6842913581089111,1.6377141652277454,1.0001732703994257,0.5589182643203922,0.8379967060238528,1.877461332638459,1.6107266072131314,1.7518899236523535,0.8764130145082121,0.7904029060847116,0.6926601681270841,0.638187147842492,0.7439642610111507,0.9846396989532332,1.7729937786158683,0.31284918946712,1.4333687279359568,1.2983918107621424,1.1920033581339329,0.3680475372042373,0.46935131934512786,0.15289781758452584,1.1589820757075366,1.2092727317228513,1.9302266622209319,1.3487542530341898,0.9874562779454172,0.28901121829041315,1.4867130489734226,1.5674591909051,1.3475023268827806,0.09346852072314153,0.21053096199464844,0.9219804738905503,0.7057955299328079,1.9179247004700744,1.1483599128307795,1.8120417010946075,0.21110656571040023,0.22293762867503922,1.6961950853441543,1.414733263456606,0.28088173871721095,0.02883573502107475,0.7933720852043742,0.6475245608647567,0.4038432875932312,0.1951989551144014,1.2866233986065971,1.2513203949579417,1.7871275331765974,0.4662904665564598,1.6503275225354261,0.06140940972624044,0.22565356876027806,1.1574433552819623,1.1216595514480063,1.4425909035564446,1.7779678934229353,0.4873332715530603,0.23874870512422428,0.2452131923868876,1.082080852964221,0.43880238216724743,0.794422849427464,0.632356753259981,0.4211226830371042,0.4808853887898302,1.4489541023019097,0.1881864667510389,0.41965939299610355,0.7393413894679923,1.958974966993493,0.8225631225302481,1.5875834699245261,1.3473038289418116,1.592592768225013,0.9232306959789879,1.8234782480407414,1.9624629931432997,0.695676326139299,0.9747965994908989,0.4680007482001138,1.5629401563714016,0.27403789149719854,0.7955933456486419,0.19408571298148825,0.6325391298788848,0.08249641062461828,0.619610906228155,1.1406240453236889,1.7045345263940397,1.8204789769506065,0.9926395204532806,0.4507140381395137,0.9547511989142946,1.4273918394919627,0.23468825552750128,0.24919240322693076,1.4993443291809443,1.894262411741904,1.3433546136750518,1.1335945310620714,1.910239879260422,0.2374292761312123,0.33734648113355353,0.40123275927870833,0.6039377382145732,0.23069024419667208,1.9143395559791343,0.8990161472754228,1.9306076058523798,1.2549069434465674,1.5881416912298527,1.4071395258576542,1.730579470610539,0.9163040759251987,1.2018169710295186,0.6048669739959195,0.8898633304039237,1.125287812648497,1.2642980442194618,0.6579028042073142,1.1536684517241125,1.2415008159387462,1.2900668372866608,0.5047221431255086,1.5754216391054028,1.9470017565483537,0.19574636834983278,1.2916244525762683,1.1900850495904942,1.9944023029120788,0.12931034718193785,0.25525386159888547,0.8452327612604456,0.5521599639081066,0.9660005768868454,0.2895567211434543,0.3872093279900815,1.293413267167858,1.7194752034362266,1.7281660034973159,0.4091887382778139,1.8071788562212912,1.9901500277406594,0.2684498471649406,0.4681269019334423,0.1362775809123762,1.778133004313099,0.8103789813889439,0.7126318813577157,1.0025477816553217,1.509140074743706,1.6618812573173305,0.618525170771562,0.1794658877149896,1.9845956988855407,0.2550102146720497,0.0200168327569911,1.2456468987993798,1.8945701838304398,0.42905555785760235,1.761583980970289,0.6940308498476999,0.4980298424681993,1.0800071458871245,0.7758067190047432,0.5978225998478675,1.7734172429122974,0.6048516133608037,1.092670776911824,1.087873938282623,1.2108823699795181,1.5527460351417477,1.9180797254961608,1.4844230109562477,0.1492590121628919,0.8885389761509366,1.0172384027228383,0.13029527854708717,0.39390621447366303,0.3752390690300485,0.19244082852317837,1.601461526073032,1.9105275584277,0.5789269386025334,0.6602087842206043,1.4292645145548968,0.8546009160592661,1.2406526492605774,1.021132557909783,0.0856676912153492,1.0328756957296887,1.9923675565417502,0.5794692621931296,1.9342265655279192,1.2526828579964175,1.3630484923853747,0.01161416500815781,1.1387684319389884,0.13475952123770174,1.8952809398419648,0.9957944337884556,1.1645560157351238,1.9857477531684293,0.7131915646713639,0.12325613333671376,0.5790713070478581,0.7256474594104588,0.7590738634877707,1.9165049612388423,1.6707289924998259,1.0104337369223262,0.6615304376900047,0.05630402977925962,1.1811466622525397,0.8009607729411994,1.7748505113161133,0.5386042933724952,1.8733111280587615,1.6063440494856305,1.6395792429102962,1.2980335543644632,1.5658722890986896,0.2690925543136337,1.1340419379134175,0.3240726791265696,1.2787239570984636,1.0052692845095073,1.493849783087484,0.0892464160103175,0.8221519567209116,0.7143054036220655,1.5682067920228466,0.26882336319375244,1.1475862186637862,0.8831582045287543,1.6518286610523165,0.24800847756813685,1.3372190814732152,0.730188800867503,1.2705021606262397,0.5711260035159293,1.3694608805415727,1.1640729934520304,0.9427269015685223,0.4151372674170944,1.9633972531738957,0.24359623661029353,0.6232386291362606,1.0902296487409129,1.6743464810502433,1.1423965004802046,1.9286749234752545,1.8655485459340384,1.1439956994720273,0.9647387285099476,1.6720854559960219,0.5269250290960226,0.21657500692970202,0.4105819812955711,0.7338179316346382,1.3136836433200412,0.9023574512775954,1.5434184449100345,0.17284832017617174,1.86404217939458,1.761223569068261,1.6999071292969015,1.6650230020752308,0.2586393210677116,1.9493240684370567,1.0240760180612212,1.6633265419746843,1.8749420749715773,1.5943853727374107,0.7493168455037641,0.5556799625657387,0.8224025826992889,0.9259121879894777,1.731382978783706,1.0065473703043653,0.8961839607134795,0.24465843541811425,0.13665033838802598,1.0608167113890299,0.9504835697470676,1.9264751115805576,1.9953316396457959,0.5634369725939491,0.9938976037948684,0.3268915933942428,1.3822891055146143,0.7241906289415664,1.44303196951232,0.4680178992720175,1.0287566169639477,1.3622109547582937,1.1501190815382574,1.0357789783765343,1.3570054422183484,0.7176905137703841,1.84036975452132,1.068849073425989,0.7276367374006193,1.0257293642777845,1.8058507386914604,1.80228646927779,0.8688763773066998,1.5426980832942732,0.8963881157465635,0.5401031119646296,1.6353932168856644,1.902135550688896,0.47098546227113114,0.08446372490063417,1.9457826818404864,0.09618503221811342,0.09939412591398986,0.8663424204243735,0.4894471240709404,0.9354665396601552,1.6938502371856967,1.9078227832441756,1.7719570518776047,1.9811358186150687,0.8696807083248606,1.5782789184433466,0.759509823283169,1.9338901527746535,1.166978701927032,1.4626443533339264,0.7019504556184171,0.11421114757294556,0.5566641346298778,1.0661731229300009,0.23196556610074448,1.8633985990853923,1.6977482564183244,0.5378847187527144,1.758974016305897,0.5020671596118359,1.3169656442870725,0.1532475242228019,1.4442567682657825,0.2135833318801642,0.6198897126885184,1.9375486157932778,1.8044331213424623,1.5195479282356328,1.6271102703297742,1.7109149348627088,1.992176465539654,1.4847324856531892,1.2639374556165277,0.38757000483299614,0.10265742571352629,0.09410496095043698,0.14797262800529523,0.07024107702310012,1.1379975762650183,0.9721408733253868,1.5156990824927605,1.5386627423308143,1.501680283877703,1.0411352126671172,1.6497125427553003,1.5221997657095145,0.33193768550382746,0.80758836356526,0.07373525931387818,1.001185807251136,0.4325910007644987,1.7474925403786172,1.8080167901711253,0.1217776110915028,0.8861298986380686,0.38398812726346887,1.944953030194548,0.016319467618829894,1.1174692811981235,1.85229324281249,1.2827802090927551,0.24170311834515162,0.6979833879285658,1.8414661159830208,0.48473678617910304,0.04488613823181662,1.9099388123000813,0.855861418270789,0.8060705591076698,0.15981243619199445,1.2746004271625957,1.7612252612596038,0.0003721773928294551,0.42614995342510437,0.9596405762513891,1.9969925619855826,0.039396705417372925,0.7445940818598231,0.980099150802253,0.1573968050416096,1.58901867733271,0.9642011050216301,0.9730678926318084,1.6515854019506269,1.6357801176762565,0.8511453755579128,0.8849508648067294,1.6729588686777799,1.5007636136062832,0.5839116970482066,0.3361469978384027,0.2245536884390066,0.16472801955113292,0.3058837509255624,0.6052269834518912,0.8159196653786184,0.6371061614345633,0.840576425433746,0.7769368104514732,0.8647879004390698,0.6944652360681548,1.8583588513859317,1.6647293160975118,1.8140111421010627,0.982630647510305,1.967628922328908,0.7395090628213575,1.2586768904001997,0.3424602586754951,1.986362597249527,0.3560370494052653,1.425345772135703,0.48267966018613173,1.6837960393876983,0.35493013576752624,1.5099039671850563,0.9081975685744046,0.7194300139931802,0.8338339677490633,1.269973408301105,0.27179217840360564,1.4426163814510524,0.14707872556706073,0.02106634157118582,0.5536147181055336,0.7618672239448832,1.70748392215437,0.7557000162294584,1.0288936170623322,1.5696985209819416,1.1504188325594205,1.528388577130194,0.7678638838617455,1.7896459692370872,1.2081527575049458,1.7616108564314745,0.16349289641640044,0.17779180627983374,0.020989385792960377,1.8581464630524742,1.8236836855960943,0.9064996849021795,1.9399039123464052,0.6929554165056322,1.0368771821854186,0.7862596766379675,0.4708257107755795,0.7921162933009515,1.9722809704838502,1.6727292780251306,0.319957422618681,0.6760968590602885,1.7098749256022374,1.6487602845816314,1.5626986006328978,0.2934968604383222,1.1495088713736539,1.1872680473843624,0.3943231861739099,0.6629873300141994,1.6439231546300308,0.47636398957134923,1.7937287968171842,0.9858038588239424,0.5010182231101428,0.26273424743806284,1.508100885637537,0.46787936893514115,1.644235842953621,1.4157792716158064,0.6777216373326912,0.6376361956323774,0.21651645419005766,1.5284586468940669,0.5488706328193313,0.5352732043983578,1.8214367689377995,1.9200459710307054,1.5487141847506216,0.8773196000266639,0.017343846026431867,1.0609879398872044,1.1198395098709057,0.9353894531800384,0.7376078794953588,1.5855598687746495,1.0464464061549956,0.9685620986003586,1.9461154471459887,0.5547629885138283,0.6149099228707047,1.976412031967585,0.6664982159426547,0.8316264049142084,0.601926711189845,1.947269029871583,0.05165022625971269,1.2522738423283888,0.4062489147127767,0.8600822933187087,0.3462948664651173,0.7131873479287647,0.29445748009857614,1.5641144597891121,0.6581410916918086,1.1564012178257639,0.5718764445564339,1.2301017821751037,0.7302860223856416,1.0153148005475345,0.3158879320797604,1.0896678669902045,1.325430343838428,0.5403906561973766,0.7831570802928686,0.25996418933972015,1.5725702561921635,1.5084090119251339,1.8007818670263416,0.17366956860487417,0.5323274448969915,1.7382870238158377,0.9257006377570586,1.8300982816323907,1.5154075316534956,1.565560263529222,1.3926097768543497,0.7982616482510742,0.5305162601615172,1.12248428117781,0.9031274022909533,0.59390442300086,1.1666200988238924,0.21996342187533963,0.9738812228757763,0.39678856022485065,1.6285001309290335,0.9969598699954217,0.4906607231324253,0.08947972644562716,0.6297197904433974,0.8976984514096066,0.5435296646522719,1.1544668635590958,1.7421021921134112,1.9469680567398537,0.28883520578080996,0.05426500921098404,0.9986319128921127,1.4962040551509195,1.6134155626466802,1.349391904275012,1.490132584689506,1.4749521342396985,1.2560468672139695,0.8386201170213402,0.279164826125227,1.6082564129128707,1.3755523628296948,1.523049055628979,1.847122983412769,0.557486665861499,0.731876241680488,1.695546612059055,0.4800790631771972,0.24878814809628205,1.7797270041192554,0.36716503273391726,1.6670729233852073,0.6834500431605337,0.5881179595457054,0.06377724199134943,0.3413792614700174,0.6538035601300253,0.19153583382526146,0.6569554108180871,0.48594254213347826,0.9578882932260978,0.287472654361374,1.5674242657862085,0.06567024066548693,0.8620306318985166,0.7890978574214119,0.5506279748513144,0.09384928205808656,0.5331168772793873,1.9037833640535229,0.11218073343830245,0.14786751777357582,0.3341514982283282,1.3240696120654947,1.5322632026682068,1.4200306781152892,0.027459953021164996,1.8222706595297595,0.7318166836169511,0.7742030613667058,0.8128455669180383,0.4797356849719659,1.9159590204455959,1.7144611770692577,0.8532175588062337,0.723716765248034,1.8992366420626527,0.2664715048448986,1.0568402146740472,0.8035772756047873,0.2814998632167797,1.8300632023678265,0.6051627130684623,0.7449703569257127,1.7902957505607269,1.7775325645390407,0.5662807621312136,0.9404628048595307,0.288280487183986,1.075251612174577,1.0027259149530197,1.6594609662173965,0.8979800267194354,1.0292658648741193,0.9011955647060128,0.7527107913621494,1.0760640479809154,0.5794729990801252,0.6843394341883671,1.9856306334146863,1.9500138671543976,0.7470858387713338,1.7622444828264012,1.7387867748016832,1.524283634670176,1.477353400055978,1.5823429684154993,0.6338045056698662,0.7538793781875825,1.7176684541128928,1.6946054699152044,1.1264088656096964,0.3924556042666353,0.07619055003283474,1.1371196116336286,0.2855670320233713,0.9447849501576242,1.5717788362510487,1.071283459694096,1.9102051021660593,1.6205269171018697,0.4251737094725859,1.348035491875675,0.6026729662014715,1.5618354131922794,0.6984701640431239,0.9153583865577044,1.8252463088769961,0.47268720087167,0.36014381309287785,0.9258572111440404,1.4066387087617798,0.6201864649986761,0.9950536271505082,0.08535154600708723,1.7598974257805935,0.794204881213765,0.32532675329976896,1.4378766702850734,1.683961120514228,1.2345224418886822,0.8217920541446946,1.8261586125888074,1.8335770182530957,1.543826275836256,0.8814565983764212,1.806544977494399,0.7229610874048876,1.5242094522962324,0.1195404486674047,1.5255954582818954,1.6421833320820072,0.22520319270389993,1.2580055804102521,0.0709618582333198,1.8039188850763044,0.570779817083778,1.4519648632873747,1.226786607146018,0.9099425089272747,0.3634711539514415,0.3321142566012884,1.6581472569672315,1.7468492952690884,0.8301694982003669,1.80141294510345,0.42190428313900663,1.4746401487068839,0.4543378638303327,1.5606323662264168,1.7900409072706442,1.749634997355991,1.0297067022141084,0.8216304903313181,0.09847644541952731,1.870804231198851,0.5507548974282712,0.8902153104202358,1.0009760730577362,0.03316120123869666,0.014010850928839335,1.509494716465151,1.5753240620707907,0.6434311407152593,0.9793893336569697,0.7778796698956446,0.8470361932592712,0.01594044096197938,1.2506314757753219,1.6846619381654933,0.012094875855012358,0.6362825421482178,1.0250096139352391,0.07511796416955878,0.002779708306002168,0.5361346606411349,1.0615673049961531,0.7991053486534111,0.6681563241311415,1.0065150469973163,1.026944848153429,1.1722373750620652,0.9731067409987108,0.4149436909158563,0.2803424850810848,0.796771188187261,1.3058436490293368,1.8975142348639826,0.8615810555065274,0.40285447418789455,0.06474739433311519,0.5453083977334379,1.1924595178964557,0.43076706238714546,1.4012634078077277,0.3206321383855472,0.08074287722822841,0.9614353950295429,1.9080261740566251,0.9252054735314237,1.5099839739172154,0.09880092701576769,1.430774921298872,0.7739562727991817,1.4324259986536552,0.6584034258815783,1.0303803220460013,1.039718422689367,1.2034196775040416,0.6884290300694477,1.9062986166181461,0.12823555232707295,1.8025534410050013,1.1584129012451383,0.265629128618832,1.605752858072512,0.4041992336534008,0.6124813511532676,1.547642026045894,1.254080098669101,0.38638156216336744,1.1118398906988078,0.9884455575161742,1.2289761975987314,1.377065921987842,1.4321313531581161,0.75131766511535,1.2873311598044248,0.4564067243045189,0.7351893813740715,0.9060413399568825,0.21194154632906606,1.323176389871171,1.4329980094840278,0.4629907221997901,0.47917320598678537,1.5477640164785147,1.7980428277856333,1.486296720243264,1.5324531285347833,0.409121781708758,1.6448956764106988,0.33368025065340967,0.8064374280050859,0.2162546006911993,1.515043616161983,1.6107505212003443,1.5449245502626066,0.29973378332076017,1.0220042476829445,0.23454381173584682,0.16720253861616732,1.0019283108390367,1.9797705604726896,1.2094256491615216,0.7760395941696766,0.2102901418991611,1.858002718595602,1.7906105841932893,0.08073119611175783,1.3855844392299685,0.17028013751315155,0.5640345919238378,1.3314553737502222,0.8431837956065185,1.385174914245146,1.8101756502072253,0.19508945887570908,0.163096777007934,0.5409695997736024,1.255248530094573,0.3125142546623871,1.9923596556096619,1.1255478879312901,1.0310778881644742,0.287176604228041,0.9296462169681163,1.1024598522693583,0.038724538546741204,1.0486505784639026,0.406540141676686,1.034925141084112,0.24631796914671486,1.5412781867897587,0.3839702966511154,1.5175759094885148,1.272455691586482,1.9553954444398471,1.1913618229343037,1.1605520332137298,0.816725991867608,1.777903027205191,0.7463178311802652,1.9162667863334995,1.7944640939045706,1.3447353358276306,1.5210131609585644,1.5029917130134334,0.15240232583339341,0.4521763118431074,0.6783220599331939,1.336396295299531,1.0827045347697384,1.3230539846491707,0.1345136238846016,0.0975875084106557,1.848137416702702,1.068638466977038,0.4173781908905174,1.792043101104741,0.804041835870102,0.9342149151061756,0.07038809238055009,0.48221231658044855,0.04135036721228677,0.9495711877676127,1.1680350483297097,0.85772464486007,1.4569640347427453,1.6180155295270577,0.35523539692496287,1.6464092819551723,0.6820528397308167,1.5444782490592093,0.3032943332903701,1.8720537591957602,1.519943743044346,1.9402716554321273,1.8582405738697156,0.33987704889998355,0.9807119136836997,1.2228021113840992,0.9247969910452583,0.10495765861337661,1.8407485046472258,1.7563741416685683,0.9909831077465324,0.58710147126075,1.5026815031308893,0.7529990819943472,0.6191885625370993,0.9822435863845537,1.5134092953543616,1.0016006337762253,0.25919855283437554,1.1485832181769016,0.21752703299064502,1.8499335441265294,0.7236742505818883,0.8989082509561566,1.4931923044748905,0.5859493350894573,1.9600352246653252,0.009933422061635036,1.7824722666315134,1.0767122178634567,0.7873519197092169,0.9160322402049879,0.3428562741365831,0.18270138973673333,1.2835500922828273,0.5689842982207874,0.2036943295168712,1.1333574989770345,0.6675272461557429,1.5382390068616436,1.2366048126234404,0.45382730395025667,0.2714345188650014,0.034545933352690725,1.7141125034785172,0.8698393260915043,1.2994428835988567,1.171211054901931,1.0835731369768178,1.3202514776155105,1.9267841639484449,1.7225285521207718,1.058041374617552,1.4496616461216814,0.755167119122306,0.956296088968745,0.9707259830191353,0.6221335116824989,1.0919417637760818,0.3426486127219905,0.583186457807896,0.837762962780402,0.5190899355920724,1.2748914376890428,1.7937919169005279,0.05686372700711014,0.48418017407240105,1.2172262671923868,1.646379398214998,1.9193507301664798,1.2160553315683282,1.567352994561186,1.0007712110360893,1.5152542904313429,1.1166419604338695,1.0600828048501814,0.002786615288279104,0.7758205384380827,0.78577142344122,1.8485728567033304,0.49232256238466826,0.12157822420287506,0.20065874783352705,1.4938289676599679,0.1719756072908622,1.5134019582485156,1.2245698370454623,1.9415369224661438,0.8692001046427817,0.7599595556357509,0.5995857773972973,1.4183799135604787,0.05994919387106022,1.5486923485829194,0.7170591960423942,0.5121556040923381,1.003508105253299,1.3767061911752756,1.3133047677894423,1.7961080520186372,0.49702222983518557,0.9607981615895805,0.5774711351778876,1.6236523656386899,1.1753361761424665,1.694283386677996,1.7921650322286435,0.44922298225783336,1.1799854243100572,1.9928334927744014,0.616140343329887,0.788144739863927,1.8245274629082464,0.9831130709216735,1.2843173449967207,1.6245838521363127,1.982337781124941,0.20622915810134182,1.6812719444227706,1.3908489877608876,0.18764960236635345,1.2155845807319159,1.9390738051167018,1.8274572918228422,0.7391111743183,0.3043274346622095,0.02797672468126837,1.8172897650033215,0.041492881570341957,1.1883161998720215,1.6172576551060918,0.3004541505064195,0.553212772212142,1.9348739467042606,0.7986981952655285,1.2463428495086102,1.7660390535502282,1.373014087037037,0.6438468686767924,1.486946365960864,0.32895928086230153,0.4415042282837479,0.9732523160981669,0.13518290747876754,0.05077419879466731,1.192437445005319,1.9534529154918285,1.8084330177723265,1.136379454576299,0.6943981722066175,0.033270300963843646,0.8181513110766645,1.7704336520915378,1.4073604973006906,1.1992768544128187,1.981356854043087,0.1834353812907405,1.6954415055032197,0.12146149513070469,0.18388249952027108,1.7782942660119436,0.35134195076393643,1.678767444476267,1.4825318621547956,1.139742328761134,0.2966665166854809,1.7410171931824683,1.3705970780902526,0.5336091728511596,1.9869105233014186,0.8705250638553282,0.721868908610143,1.7806626093517866,1.9753179898682,0.05738368146143257,0.7794152871698473,1.5295080121790314,1.5213171368194027,0.3683277029500096,0.26747304017693563,0.23735895076764324,0.09825808920478113,1.8773208654945432,0.5633930408341655,1.096350660794936,1.188214452801397,0.09038870328305389,0.22563209387559652,0.9676376518431802,1.5166065575526186,0.6334375408880046,1.4953192983680177,1.0104062810133194,0.8753587807897222,1.1705738392704874,0.030795234542807935,1.9729441057944603,0.16659536619427834,0.12532956655807972,1.1401125018204008,0.5969369768556114,1.4292977767970343,0.6232211582826251,0.960287529330502,1.4406111460454918,0.6565720606155698,0.9625342126533927,0.7497573897556815,0.1561315148064985,1.105347992113743,0.6505059341064583,1.0708596330623286,1.0691197210188532,1.4326153929797507,1.2570835042016064,0.5793284700390884,0.8784180094432219,0.5881085466031725,0.9440231032338094,0.482834824887442,1.876069487357683,1.6931459562574662,0.9510080955199868,1.3997328948928631,0.8461442446906146,1.3455392243420499,1.7559380435532528,1.3264840169655487,0.526151699952608,0.9878916524490566,1.1756494518408176,1.9464435883278846,0.5954626981354644,1.6350287756228832,1.698622752207098,0.571187049625137,1.303017420858246,1.521431673229056,0.7263206333539156,1.5510456311560565,0.3078732591313838,0.9993650161465778,1.981667960053949,0.7288721205693084,0.0013712737091386906,0.5540832666552964,1.7941335208177336,0.2354855687810638,0.8309762198971188,0.863094263313453,0.18622226839128736,1.4205979527874204,1.1566176996057618,1.0587739599128958,1.0959795050586905,0.7274169606371941,0.5580808296229841,1.1350269290102148,1.9981715693747366,0.09954307028597324,1.3820101690352617,1.5539214656071467,1.257415642624329,0.24528045908734117,1.307834280799827,0.9596345659364598,0.10994916022699895,1.504428873307729,0.42085896267112266,1.1096490216899704,0.1999284529315967,1.8128323827077837,0.7956684828504855,1.1241219761740375,0.06598661387263968,1.7307892000144687,1.3560968694542106,0.4236149932276087,0.5465352017354063,0.18692989375287192,1.3816041217600186,0.8143033348494083,1.7111617272677995,1.7531491972322804,0.8476094460413635,1.5617678093455765,0.7678098348950644,1.565588714043536,1.1836027982023904,1.6525807560095365,1.535924704881056,0.7253773778931105,1.6321744143220553,0.3619054313641125,1.5051204218050243,1.4236768082355395,0.5581510001316905,0.09625571703289301,1.3695646575661165,1.3917177072250297,1.1022637924456844,0.6682848177708406,0.36631328448993056,0.22173657358556045,1.2084447814640942,1.5446585512897937,1.6824864132266721,1.245038532904251,1.2174521607838336,1.5711511556007232,1.0335286840863238,0.4961454862192527,0.08130644722845903,0.10824944429859774,1.3180379287770772,0.4154057425839817,1.4821051681513824,1.9571094068278507,1.700985991756943,1.378368667847474,0.3640889345241203,0.0597124066334992,0.5456350082798741,0.06406024657835323,1.7681632104472216,1.6790001745675136,1.9457836177239287,1.8875435816942534,0.8809628589270775,0.25763538770487165,1.7153301099440434,0.28510898251609285,1.9114088330145427,0.13690455173757216,0.16447532691858222,1.3166306589306158,0.42525677828534975,0.7276568720241304,0.7780089245560995,1.7215809202150907,0.750334203040843,0.5546621048093041,0.21009150679278946,1.7873068089495123,0.983642741295728,0.21136924862535433,0.8547029547778408,0.028583875326452596,0.016679948358768012,0.8425225506390236,0.05383844136971282,1.2875005076399373,1.6774468018316133,0.6174486184865474,1.034953062389802,0.8251802663115378,1.18422104164543,1.478647876716276,1.277650032021249,1.2980498624210797,1.1789597052630965,0.12033159313161773,1.8581338972246482,1.4062735701049867,0.6793349694675782,0.7787057205242799,0.3977377356783114,0.93538215646572,1.2998516221285816,1.200811593485335,0.5426228846593951,1.3794826352602014,0.8237029836998474,0.48167522219491765,1.4539142329464596,0.2516313169023867,1.6775600573051679,1.9489142127102068,0.377650389242108,1.4564749220278808,0.0012544078854297648,1.3338985132536216,1.1355830470321049,0.8329378516805859,0.38626820705564335,1.0878409798700113,0.9225183720900989,1.9524845968714846,0.33649668231492497,0.707329293389781,0.8866420840098419,1.056825535920018,1.4581525594554308,1.6761525418195728,0.23615416484424062,0.11589212546343636,0.1634303392626506,1.0029229107305166,1.6141317951551055,1.536404721371301,0.6949021678618744,0.7385072993798403,0.5591239858110539,0.8664047803947468,0.2572475403742113,1.318228911313916,1.154522905552032,0.6395614956769999,1.480311489964898,0.10943338337497777,0.790800299502296,1.3362937980675729,0.24529488889683798,1.2740592139058866,1.7967989286009598,0.26017455549591917,1.9430779426768714,1.3831701076777603,1.6434863755360103,1.8568226221206843,1.5043658721003712,0.9382062284989763,0.7388950018306117,0.5166779024029444,0.6945270756921874,1.741339174602466,0.8449105016650965,1.0371978090801832,1.7733151338238964,0.08465106753992838,0.42163673038831584,1.6594568151063902,1.3051636745518869,0.9518566632944773,1.5997101921558863,1.2671718397110245,0.7311598507984446,1.465831770296484,1.1386151676212366,0.029551385975785112,0.28312552418424053,1.4175914616133158,0.39822783336012135,1.347783837733163,0.4379077086947369,1.1079402948980868,0.11479662189238966,1.2208093282614592,0.38491889060275114,1.382828517598523,1.2348327957501184,1.947954288434727,1.0949457475689117,0.7153509885131323,0.24546617786680772,0.04116341316055132,1.6307229986889868,1.88760861730693,1.9332225740357716,1.1039392108795594,0.5885196262441359,0.7454484359767498,1.911187306940834,1.8123307299208435,1.020610186017663,1.7574376224287072,1.8200253773375215,0.9228147445574691,0.7449628977532575,0.3945162524637208,0.9314538173592019,1.5382168731765813,0.1661282269170143,1.5319790767044599,1.6028735732579038,1.375948746608993,1.3786163612685485,0.1645418942863326,1.2416061565060788,0.7595630852943229,1.8350793544677364,1.5693637786149408,0.9789700152589419,0.9724465891408619,1.688365295533427,1.7017038005401972,0.6261273338547162,0.8507071150240514,1.6962139749366498,0.6009511864205103,0.5819966375918592,0.36527965312244465,1.2739408780484551,1.016250633016654,0.011412105018305564,0.22448708674913784,0.4702546748394518,1.9571934163766886,1.5388847129464533,0.6201883843713816,1.4658994496072926,0.8893779154122369,1.5437960454745583,0.30669506194149593,1.920556602393824,1.8234517160286876,0.3326866510921326,0.2782089458242015,0.0767286906313417,1.6257271366453783,0.9304636138217088,1.636996574423493,1.924382049775906,1.6183664094333698,1.6072778105831869,1.0567744447433987,0.49395980735127,0.14568729834222985,0.6577875540607168,0.6581121483783474,1.5654580839588368,1.1577573359468751,1.2350753396327492,1.7420025967537645,1.9225005123844159,1.8959707861273467,0.07003126318587474,0.3859654621926157,1.2502015265216524,0.6557821290651497,0.9024925118736751,1.758556665642333,0.927827724502629,1.0069453790781167,0.7305421419848772,1.9967691865548285,0.06730866857857995,0.7757202974530968,1.539029496017795,0.4263878512398724,0.06637771899907492,0.5054016338569132,0.17908997533391477,0.008642870867621937,1.5979937444081216,0.5465327600288336,0.9519120368128041,0.15756621162829135,1.8821482716864433,0.715743804566092,1.0452362680574048,1.4992911383352112,1.3133060273884094,0.10300261711226152,1.4527404084602091,1.8945198131399876,1.0203229567171839,1.3770573702606372,0.4448713525927963,0.48428310663435603,0.9784845138930262,0.5018674768147487,0.13420192488697524,0.3899666113689274,1.018560812259425,0.7282970968394571,0.40653109930360526,1.0177840178256559,0.6974349635367286,0.6162042034104356,1.9238192974434936,0.8089466358834945,1.9005709836225622,0.6210861347711821,0.5851679479543865,0.2812867383198529,1.9411343131421064,0.8255768185518574,1.9048393549766267,1.5112271546184053,1.017950524839855,0.5761996203329909,0.39765810644713645,0.056483327542610415,1.3784265046151327,1.2401408105181142,1.1060340754912927,0.9345080889727335,1.2670694747366134,1.4932893284802986,1.2054394081021653,1.538324290494716,1.183348957638458,0.5654682705699158,1.4197002885151069,1.4112530120950673,0.4973548758427617,0.2688894406411526,0.19494622352670346,0.1973936799192448,0.4392606142983921,0.6031283120638368,0.9906080411139929,1.2900647818421518,1.5828870561989368,0.9413032850473695,0.3398001821864052,0.6025592172788515,0.6927140330691126,0.7936757488647974,0.051894007466629276,1.1847300443918112,0.8388115506514425,1.1237526857023898,0.5932582849632528,1.4126621437969058,1.8757445571007925,0.44071396861561635,1.51470198194499,0.45485685953522165,1.2367043770224582,1.43866958682205,0.6424846666495326,1.0279620638285327,0.4409358415356609,0.8113123277885366,0.4977758069714774,0.3925646161922578,1.828140339900168,0.600723860214194,0.36329280430589456,1.885170209669482,0.7742133898411948,1.0235660668946713,1.0819940971585778,0.5097542921350442,1.5921897198306705,0.05843924600525034,1.17819680873491,0.2404047145526414,1.9838882839155039,1.1052036330817543,1.0910939560927417,0.026650656879599277,0.21260821637619673,1.950423360077546,0.21437980356221112,0.776719282562511,1.4693980494359953,0.9332250041403526,0.5395891582662179,1.0609132023190164,0.3335557439747518,1.5586289799147721,1.5156959018944234,1.939105681161682,0.5050591666344302,1.4820047108405507,1.0478674640146335,0.6412012527709594,1.4601197411605946,0.053771682819908295,0.7230822488597468,1.6948918952186316,0.6974921650822429,0.157059414540383,1.7928725403077617,1.638501417013486,1.5989633807902293,0.03498746320083849,1.135393328659993,1.381251390523531,0.7412408970856051,0.48037783501308307,0.2930611930108111,0.6884786438338555,1.333532377381524,1.9323163503545546,1.9888890986707977,0.9332694961542829,0.18074722680151958,1.0408895387529846,1.880598183313769,0.20656270201968657,1.1520146183094644,0.5254179219663802,0.7565193323363695,1.8277098092285657,1.2990132263319683,0.5767185854574933,0.6828012416255799,1.7449037551368487,0.9487085634212418,1.0930478928993557,1.8905609400271681,0.5842857681447025,0.6834760617709567,0.10421029832065533,0.2905339472011423,0.7382054806784346,1.9157275157283449,1.5299906544940531,1.6876078898290032,0.8101304356634721,0.8003009126385221,1.9083685568463178,1.7094752020274029,0.3572199034633297,0.11891151017595986,0.4730129906057782,1.7117630885957675,1.2581898160286915,0.9632672831080507,1.948533243491092,1.257003357857432,0.7141150553997884,1.3394773048140507,1.2441288370617891,1.486775331174018,1.3897882166155102,0.6161431224558085,1.80596024758985,1.3730770861115065,0.27282905941946595,1.0601575169147357,1.7533384198834951,0.1464302578260938,1.7553332870689713,1.472071751208715,1.8999965860486503,1.722465829618148,0.01303894713486736,1.9032747895558344,1.70380764433951,1.2949204698743988,1.727569381259002,1.3090976946075168,1.8667414213802984,0.9610905861311542,1.124160078290752,0.3242136828760513,0.9872830002135381,0.0696443092890443,0.2035399822069988,0.2587267060675889,1.0064792875046498,1.5813347766807833,1.3708331189563276,0.34495995751158703,1.9671132969040286,1.917024770245727,0.7871374956165064,0.36573207960011345,0.21688770336130603,1.0499400961620027,0.22468923003617403,0.3641756828074637,0.9917720447787198,1.1650604543457994,1.3984609518852962,1.2719170514848992,0.31853253485453664,1.9118350337960104,0.6553223594818428,0.91215298513104,0.25702921711800547,0.28970888290304814,1.430224242130273,0.6631074913934077,1.7128491693460552,0.6265246295784082,1.157822901480599,0.7021464625599618,1.70606136457685,0.7260128837414366,1.6284089782171847,0.04008482617512311,0.5692579306968438,0.3951448258541886,0.8981284622175013,0.6574856599683498,1.879058020032251,1.9201301190497106,0.02475047189290622,1.6568917723857293,0.5548341818994816,1.253124958134338,0.6182377867262675,1.2937309904835186,0.2949579812708891,1.2436057250988146,0.05942893421905194,0.03176642766575916,1.961751820133065,1.4326985848550597,0.30242090020042894,0.16836481919405133,0.2240311831494412,0.2754605063620975,1.1005052754858142,0.42476791140130526,1.061147249509342,1.312453159901539,1.6320437539346433,0.1884197493325692,0.3975229351479803,1.7695774902438859,0.6463179249331608,1.2128213474091332,0.8624963668530352,0.32895971866982326,1.5548052844167164,0.06216610170856768,1.1243426726415326,1.1453653524461138,1.2017677699391944,1.4577127277754571,0.6887668650632641,1.9489615066561021,0.1862750303002001,0.727282754790486,1.1188780873216917,1.2435054623551607,0.5319057120281463,0.8831597809119135,1.2064440206049305,0.39886355899870357,1.9115150825050229,0.2767119322356335,0.7925828800569839,0.8257492991782358,1.4173285360642882,0.15692183511540517,0.7569620803454267,0.00543936789111957,0.8579279525333864,0.03234035652447031,1.039695018483303,1.2628952104829847,1.9124271993824102,0.7579957134309246,0.1643075953056823,1.5476389669525552,1.9716537932792577,0.686383496692745,0.9156202518628257,0.8024147078011697,1.483941513316014,1.7145222197279761,0.3161015585786509,0.26273116594420787,0.6999438891322198,0.9994091333983753,1.213194681333271,1.7890265384538167,1.676557648611683,0.7900545051824012,0.5362062727056074,1.2572029815900347,1.5623482101357593,1.2715691506640159,1.858568174416233,1.5185583909616758,1.1303621929778769,1.86168372530341,0.17235886911577147,1.487373926258319,0.032378016761516096,1.749315454178404,0.5545391781815864,1.724695113699631,1.0965691009966145,1.1329417223426113,0.8670614987734054,1.5735849784331088,0.001189201975187724,0.18964950710727194,0.9788816871045567,1.3462601787167796,1.8715621557627784,1.6551607758689804,0.8447448914909769,0.36627669189958767,0.13150649954902055,1.7582126023697564,1.9064152350741053,1.2367031824978414,0.34797716571606385,0.2664902379772931,1.0805693817010273,0.8623403976523772,1.3508360588955801,1.5264631893232135,0.2075620129156736,0.381653668696019,1.5041325636689369,1.6750396018431788,1.7373567558674499,0.9919083824117463,1.3008753273558138,1.0167855826752688,0.5551294827202902,1.508508774127446,0.9903264107774064,1.9521313778662328,1.5338453872407414,0.16819451490833062,1.4147290891130062,0.42263251261698653,1.97114909508376,0.3583048159430536,0.5596459794445003,0.9081166467905942,1.9042715367151366,1.729775650108814,0.42954859201102336,1.6483957120076738,0.4302164596212728,0.039998273518880315,1.1068308778174467,0.9024507473005062,0.32403013027728417,1.1999577755399122,1.0616323678610684,0.15295958024998435,0.9201012456022674,1.2400710693955739,0.6702536105279089,0.8928502773993237,0.5006300457939593,1.8208981488621006,0.19764885782870026,0.6608766736174981,1.4592508789431204,0.4711983457274349,1.314423627630835,1.643953868737268,0.9009293280044672,0.9095284712129048,1.4263049438887239,0.5166121300978631,1.5044508078696257,0.4716366508983928,1.3955894698867963,0.34608999072621066,1.7224346761005227,1.3783405184920667,1.7549611641389902,0.5014123974831528,1.0770857849964486,0.49114349125384715,0.4584760295710014,1.3279945929368546,0.451652926834003,0.2904416910080403,0.07378491483212399,0.307533657543009,0.7533458173633353,0.27388674076869574,0.46179601974706075,1.4172748973465636,0.8389850266577785,1.9755280526237085,0.29297767319575213,1.6196038459992053,1.291914049636802,0.7632495789593186,0.4198433281179959,0.7962253461012684,0.029853344339013082,0.8690800896066613,0.8107009327248275,0.522369239635095,0.49969620256925656,1.4575285676157266,0.3817944681595514,1.5876739415526455,0.45248954495906607,0.5383375765033597,1.11349928449633,0.3909143884610023,1.1511552229239308,0.9092744728226833,0.280472724035876,0.7196032377325566,1.6712374604943447,1.1706474786765448,0.07352194018812092,1.5534498600120097,0.29906163054081286,0.08028674014486191,1.263827004903368,1.28535464540055,0.038081098579567055,0.592513421164942,0.3466277180685498,1.6889181791899668,0.1985496423278739,0.07086436364905337,1.012873471298391,0.008114532016414733,0.4838211387497533,1.313189896879333,0.6089168343281445,1.8427279257359268,1.9704663513532383,0.9644897657959296,0.604088344135062,0.8214488567263758,0.733196993321907,0.6032820480526696,1.2604308681676897,1.9895133362568527,1.4007896175623435,0.34307774852056805,0.5438455102429538,1.7662912695407156,0.5742011961068443,1.1586028226768634,0.1443620260193674,0.7241360981293539,1.4179996927568355,1.2368064071697311,0.9661712255304438,0.5168784758351873,1.2911161000103335,0.5533566315923415,1.9760658072403763,1.306519321708572,1.5271399886894474,0.43115073348850724,0.8423163393553275,1.439198139702077,1.4932018999110208,0.5997571062213698,0.2648250208894832,0.9714821815036108,0.5716758220154355,1.5436847324776037,1.8470430469499208,0.6176441569306736,1.4367724707717386,0.5130085494047693,1.2087024972544438,1.7786095733389617,0.8689709684338484,0.09444998135757655,1.1152193642020813,0.6576990173226241,0.27280038813543234,1.8307700945967447,1.5012679408218201,1.6469248620166856,1.1446096845633376,1.7960275148258362,0.16546606337694317,1.496277391505627,0.16750599930584398,1.022410002806926,1.9774368118743664,0.6800325235535396,0.6482027740007572,1.3062853085867456,0.4053288836407795,1.1176902529764325,0.597190925969571,1.3152556095511057,1.6721452568009438,0.7097174192322323,1.3570649220955715,1.8898662428549045,1.6620800008655767,1.5233979120593266,0.04778960383784717,1.450648115021248,1.0878545193128006,0.529515400561272,1.4638873445893494,0.1114078358457526,0.1769308505851119,1.022535853191788,1.591423606282127,1.2703357846917083,1.4551951742912237,1.9142499943077285,0.9826417372408931,1.34926635263378,0.25216672711986915,0.3248602816654238,1.3081414871387425,0.9349575220416576,1.7073061829571783,0.37653797443904935,1.1758084774326287,1.680633548133843,0.8276210883279531,0.7631244690753942,0.890161214653104,1.381811294783971,1.848981840733328,1.271078267787677,1.5593325284989805,1.119311544433099,0.8287075116108863,0.30401582413698713,0.6344927580763087,1.8227657162851585,0.11456995720209612,0.23881329979684837,1.5708758764021713,1.8662410974530312,1.7494629343636212,0.9054444958141759,0.027067364506832756,1.3595697249224918,1.3385550746773587,1.956569141561404,0.2142677662344119,0.7414989970244259,0.7379062891607396,0.6822460631703753,1.3686292882163769,1.9005907476594506,0.8969596888414593,0.6336584524645656,1.6294060664367056,0.843950057921854,1.8510765790173498,1.762682217991155,1.8746918801145616,1.6975570829569695,0.8471840866368003,1.5221999727864635,0.5964812403975849,1.7710966943293804,0.5264036843348849,1.8673218346793015,0.5883981140395425,1.7720084464780843,1.1080075711907629,0.7533916026887854,0.9504025762543185,0.6874620572127739,0.48195033917852886,0.43583283964991476,1.4191873785270157,1.5047037529624427,0.3230225094531613,0.5166885238310276,1.8548422922689556,1.9781328968391385,1.2286889976529871,1.590833984832778,1.7908437605869694,0.8493805214311545,1.068251071545206,0.29322140578427625,0.6109075966275956,1.9329392701722163,0.5458320352102113,0.08011254667138387,0.6296803665602315,0.21842232114581292,1.6675366891235475,1.0724134937401797,1.4990616111788597,1.482137387841679,1.3197647707298086,0.08345984799925849,1.2758430390248907,0.23560223814998896,1.5490285282370477,1.2072514864504589,0.7067930848423567,1.7314811053296064,1.2014408436130248,0.40409633097817205,1.9067822657156281,1.6267495690860376,0.6894440538726113,1.0766374595827908,1.695526346219128,0.09617724729326357,0.7221829566237,1.3852634160197252,1.2784989470663064,0.9950309186903291,1.8435272838778258,1.9077859423211583,1.0373589720123357,1.3351590870863737,1.7611511909592446,1.6769241718743697,0.24410994428861243,0.1321085709595966,0.20940376409062114,0.6360339526596513,1.3405763699858804,1.5827521002350768,1.4469194065053985,0.30366172076223735,1.5189812751540295,0.24667324749793001,0.7608449273012926,1.9764551911170234,0.04256718416015904,0.4571389065023832,0.45748705483936536,1.460224729160215,0.6703341972387058,0.3172129455232495,1.6320039621646285,0.9800824434381564,1.8448530141937909,0.38435195581064535,1.0122371939406432,0.6095132982506761,1.2158978684352095,0.3674222001725766,0.3734461256932574,0.6673430424675456,0.28670133363759204,1.186663815252672,1.3724847681611962,0.3522157850845123,0.37451082723466433,0.36908270149204186,0.36599414368436517,0.7003979724522427,1.8899967765014738,0.08140847301794177,0.49596621414697645,0.5842008156226867,1.1918543614754362,0.9976687138927104,0.8730512385899575,0.547308990784675,0.3767011565033667,0.7567569454050486,0.06521495767846976,1.4145290065922926,1.3589733658267038,1.8872317650481374,1.6215829558045105,0.1679670881202082,0.21862295122722009,0.5504845545759822,0.6916831224312667,0.6880036589764199,1.9070939267767966,1.1731677222540073,0.059729236255929796,0.933904693537072,0.18088827431583865,1.7891777087471872,1.5366057898410745,0.5831317801278421,0.08148398767844539,0.6231850672713085,1.1235141490385612,1.5261248190063332,1.2910101111172305,1.9228861831698902,1.044093885005196,0.7924970439293839,1.0680307192073766,1.5330590297716569,0.4301036340999401,1.661586271872988,0.39351991669256864,0.6302117026176735,0.5384204784313862,1.8019756332396946,1.3680677604851756,1.2068677620923707,0.9248073661045586,0.32492892775359444,0.8407251108457001,0.1745632119010827,1.8673934142819986,1.130455117936847,1.7523302671880268,0.7054511646256145,1.6396381942344451,1.7912330634416624,1.8156231086392345,0.6552793909112488,1.5658204479634827,0.24255907914747296,0.23550191242461627,0.18762681032304868,1.967513067201262,0.7032625207700953,1.911789536106046,1.0709455968290857,0.6098029338955259,1.0904696696844012,1.6697922451160467,0.993113961908281,1.9788914440110097,0.8330001629053767,1.7717883019505924,1.519887804039221,0.08174841792912887,1.7132522295104555,0.11934246072577684,0.8698582882639841,1.3639122567893538,1.4233394862369138,0.04457798200539529,0.32157465627616394,0.8477514212373672,0.30071139137397024,0.3543625196979882,1.7248778967737621,1.5677231320882048,0.9257807184189424,1.896047250325029,0.012951028325485168,1.482879094355651,0.8472197046912565,1.072400545374126,1.7561362461451202,1.6426220052440725,0.6258868241518267,1.363882339541448,1.2247475666050216,1.2884556655681287,1.643932766942537,1.4910873910168556,0.9052010700579022,1.0389130506939344,1.2457526710356244,1.557250051911814,1.3452273308084943,0.4217666712692088,0.08890473886936916,1.0839328658410492,0.38153503720990606,0.6636444968415344,0.8118697813972343,0.7465733330442973,1.2284733851233112,0.8564889157626446,0.08279365075244914,1.54836024981267,1.7235541993279435,1.8872116543803352,0.8938398762595203,0.7730441330573812,0.8555215111372368,1.7654674057814543,1.3929277713602244,0.18497999819326238,0.022543691357630485,1.8789531671357889,1.0993542776363385,1.7321560927894326,1.3816125834449904,1.4589003201164734,1.5192521858425523,0.5522867648362744,0.4366364510396265,0.7388524770445504,0.56121667789236,1.0244125469980494,1.9586958559933914,0.4816725419443122,1.3206778747427452,0.1450677395593491,1.9077142516465173,0.9519059733786082,0.7592310390539799,1.7959312893529953,1.7385179431675046,1.612723758956017,1.1529468797470894,0.6078134327599871,0.023216156217622578,1.846071747057352,1.8499203789198542,0.4360212351355558,1.688043869986516,1.1921155140649695,0.4215252690806693,0.6973900821909509,0.03557117554619825,1.5696904788071693,1.386458995697829,0.8077840249372381,1.7947496225693478,1.946898711936027,0.5127551903506189,1.432016372887105,0.2442253179953338,1.9316538389731674,1.9630234070747328,1.543087539790806,0.418239731469308,1.720520510674473,1.2528642589877013,0.7450073583053857,1.6469165816611953,0.2571330894700909,0.004742838163995504,0.64543830469378,0.9532971440878176,0.7352383880108933,1.1804017221091176,0.21744547208700749,1.9619281988606567,1.7861661704371994,0.2061292531246493,1.1086880498257907,0.9804204993099728,1.5523758255279572,0.19295130355762935,0.7968627125991999,0.7375765515852754,0.12019171612814872,1.6818164802172995,0.6274810892797696,0.7092295021998064,0.3026613860730036,1.692530805902203,1.2933337238419165,1.2356542530580186,1.0198564220758775,0.01950908701451224,0.7475185073864077,1.0795989136344182,1.5571858387670985,0.9332482081388349,1.3299396902779983,1.2878742395439438,0.21210708170549533,1.1645532644726655,1.2264606015113102,0.37510330929506835,0.9103732759470475,0.06669233092925089,1.4502909309092133,0.44303793592509977,1.9219989511913844,1.1906308425562622,0.5593963302626851,1.4052308348333051,1.8292593487786888,0.7524639104642872,1.9423603624946433,0.8752788474909892,0.2731234860100998,1.356449183147866,0.34178103371371327,1.7929529057580942,1.2551931261440559,0.7583473777896621,0.9624641276790695,0.637651237760514,0.2673780180143789,1.4217763878062364,0.07507009501196596,0.6676198229463873,1.007849074021705,1.865934347633635,1.8120591156135497,0.16830805691739956,0.8455736331891205,1.7147590366808476,1.478686224034254,0.4456960854799723,0.26118278509230836,0.2257009982259403,0.3980488189148563,1.4160326163880461,0.4175579182875506,0.9392633518244783,1.000123922372499,1.3089519439587656,0.5580315661900969,0.19863880989023353,0.016519365138927992,0.8656133929776482,0.04889070425215956,0.063862120313007,1.6041925250350575,1.255355922066267,1.9095146764757132,0.7205284504736352,1.2568539822266873,1.5864623197300562,0.9763576879685465,0.3489715818511753,0.5562820553204241,1.9843370407291114,1.530556147218469,0.10595657652921145,0.6182565203768589,1.8365077821377298,0.06267455572882237,0.5398981811782688,0.9295146355084589,1.8560793881577649,1.8662948219344873,1.0012018512897607,0.9793856569364552,0.3483712629452589,0.7117630541595564,1.581906943839856,1.0831361664547907,1.6003212672345248,1.001838038505952,0.18311010360092195,0.10975602692903107,0.6716326215739793,1.2110880629749805,1.9450459115696976,0.6907349834118958,1.9006947360831647,0.1452700127972845,1.8709434197358805,1.0628497135867983,1.8184977212000937,1.855004788848479,0.05724277116505866,1.300313016131577,0.8107316070620717,1.5823246199354508,1.6932985226663808,1.5432826791855019,1.9260845151827892,0.3638014946819766,1.8302484028465722,1.3152930795313038,0.2258334937164074,1.212197191900655,0.8815950527477391,0.5235631745981281,1.8022251874881845,1.8632268976522761,1.0094872502336665,1.9591872795935463,0.7478716922417458,0.8888177401885,1.5898697370425798,1.6903156573862437,0.5266395126677664,0.1118420822062336,1.3193663045983899,0.24609462599840368,0.18316047214422548,0.03197451166814324,1.2618498376637166,0.6815211877378466,0.759284063174376,0.18050994196474304,1.0122448031046858,0.2120038129373857,1.751091532981171,0.7505299391923428,1.18152946301738,1.4586524756459847,1.5107295805431258,1.5367650262812176,1.933081068282593,1.3630245704993158,0.7789550176612119,0.3139902071962327,1.381703706665886,0.8654550195836924,1.7721038387813488,1.5202789252118996,1.9685662092185823,1.8347394572311857,0.7643524248274782,1.212418975521757,0.22491501102021325,0.36372434919859326,0.12482603104271761,1.899995268073126,0.9006717492746694,1.5450630908204601,0.21463943455616122,1.7018002965358041,1.1885704278136242,1.0425672588016728,0.7567533206937124,0.9284799163000477,0.5523644393068768,1.5685305631031579,0.6015005335798281,0.354386877372805,0.6257198304625816,1.6306781143730384,0.9802449193812421,1.2545475469213776,0.8241416700709873,0.7232193471621255,1.6920278521624426,1.0394512431701155,1.6139908562908596,1.664019804056739,1.9684625094016825,0.07036721477003803,1.487648276423155,1.6936468411093824,0.9732934162111324,1.575792138530874,0.36959921183677974,0.6911604226803779,1.989173469378943,1.4364862278648467,1.8510784633233017,1.0659433336113444,0.39073233597897317,0.09380810229162406,0.594341750628848,0.5346945315607717,1.9080053809027953,1.2499706441354097,0.13410144913226105,0.5064845338532417,1.2476951778157508,0.4077885641113081,1.7327916972787383,1.2598406709261922,0.4734099604661358,0.11654499674008872,0.8763777802445126,0.8718970178080998,1.9748264757297405,1.2602433878545412,1.342423295668095,0.13547621857644362,1.4888640748685982,0.31987191638954815,0.28133644776491756,0.3463463798566974,0.44291910995857714,1.138793297742613,0.5972996673390382,1.3134007335562665,0.9185270232100374,1.9733626983902184,0.9592136831050546,0.07858724568337207,1.6982923839448116,1.71933665818532,0.8454008051258973,0.18891003553477256,1.3710738639746185,0.20020193359436897,0.10218882653382233,1.5063307545537052,1.4039985743135959,0.7021131182738111,0.9745559212549301,1.6066600042684014,0.12076809758487823,0.272884373582117,0.9899638761451427,1.4768621851810952,1.3200380332938098,0.22360507355591658,1.9428927118039339,1.386870068287871,0.1434080433501079,0.5440839364143012,0.6438605515866943,1.611258564225054,1.2246703284610454,1.1572150687350589,0.1751038231827473,1.782145236247183,0.626154567330462,0.24715978838504138,1.878270028720557,0.5470632739387588,1.4332901380242495,1.5109179303299547,0.21673685776410068,0.8453347852914868,0.045727610493153166,0.1307211196460483,0.3785539019605009,1.75960850409809,1.1584818310231308,1.0397111196914615,0.8892129048163497,1.7945703282786551,1.4797814635674411,0.5049820222319171,0.13131764269903048,1.86301493653141,0.8581571542442156,1.0567779857867878,0.4812948893999674,1.4063110692450052,0.6115669848929214,0.9410819376550662,1.9169267739897813,0.8424104256224463,1.9349371535443707,1.4449297129729657,1.027449179434392,0.33983491433306645,1.5980684132460137,1.974006627271185,0.530660519139899,1.9779597122364723,1.9038752290661176,1.6231797163250983,0.05268606858712689,0.868170984057224,0.04100411094992975,1.9231079229684793,0.42107488633436063,1.7782764103337014,0.26959882541569735,0.9235368971253555,0.969035169191616,1.4619089297917487,0.1613066072076483,0.8170689358251743,0.8865778387151109,0.6229333309419429,0.4869106438166075,0.9149144413137512,0.5297837062905685,0.669857271830479,0.09941977001362007,0.2924291956378068,1.853282040924447,1.8550610397891396,0.9273220802177718,1.2272863927493993,1.5286446659387807,1.5675540960947976,1.0421360776397353,1.1611851476873267,0.6027481165224643,0.7590957520936303,1.6884880566473568,1.6008086390176894,1.9747037810362964,1.064860929665489,1.2226460488495199,1.6480744488383727,1.8581622285316433,0.7175762168382155,0.8305069332996337,1.4133467143195853,1.9967383829367111,1.677618782594239,1.361870120129405,0.8623679531085193,0.39912690546716056,1.2159408924701944,0.8108100168398598,1.8725983566698077,0.6094128506725107,1.806236292368043,1.0600701815731681,0.7837199479300708,1.7166561641354652,1.8873182173506582,0.5112206394111015,0.339091076816198,0.9515031188608545,0.27189215170084596,0.92908324409912,1.2461881721093087,1.212516915872022,1.4080366125089647,1.277864563677109,1.0107643005767044,1.0086586157447812,1.9573731892878001,0.6544399041924095,0.37164857317297667,1.0500387645890543,0.40043097041075915,0.2786923732561787,0.8279447846982895,0.1673837455055091,0.8116188143754853,0.7385704401431533,1.4602733364184401,0.02811769861724017,1.6684099208244874,1.2399276350229937,1.8359635431269423,1.5058369496806787,0.2177196863267929,0.6307515542040173,0.6509689894269117,1.5619104331003637,0.793307506593465,0.5758233877528581,1.2536571978740745,1.481200588341647,1.1073086631418592,1.2798966291293132,0.9031443825474406,1.5170912275789494,1.0332477404656888,1.9092809278274325,0.2666056623656142,0.46665515996253737,0.6517424111484853,0.15694303623154085,0.2571425995206169,1.4368104466329124,1.058023037169183,0.7642174118738457,1.8942493899922772,0.8360753275800503,1.8306456569238285,1.1090975157640914,1.2894970537496149,0.7034215364677883,1.3404873682587923,0.7493861793329122,1.7545659306957204,1.1152757913286095,0.6133005378151054,0.9671505233310567,0.9466066719863954,1.5363105579310463,1.2257209842088113,1.6681129571281306,0.6449928850532315,1.5623182337386796,0.797515624514549,0.15127271513922835,0.7104433243143286,0.005884500520842274,0.20130418749789142,0.13019553802669454,1.6931993514606754,1.4390160329891721,0.5654939355405296,1.2290336543453086,1.0999126347702497,0.8256106236491904,1.7943907078059431,0.9039372866040505,0.019092024284146376,1.1078775867023423,0.17815005719979338,1.4367529577786278,1.307851138771949,0.8650790551336434,0.7860810657511774,0.8909154414785225,0.5391792047914353,0.21587813743839906,1.4260981890542614,1.2288373058901916,1.8415966855809434,0.2084813258432772,1.0387988532483865,1.4685586780536406,0.7944087509115723,0.4827634536932561,0.5665491770800689,1.5781201941890892,0.798750292507869,0.9794828774003054,1.5518032925145944,1.1363449911852896,1.4270147898812977,0.024735252050744026,0.9040028650078278,0.028966079741439266,1.5406995661321472,0.15231712720347154,0.38129191650810823,1.6878907958098563,0.6395167409167436,1.214586825555843,0.1691367261079225,0.9528257048193829,1.402029769702178,0.16048678992497623,0.9214283426729374,1.9542326615233845,1.601604609283986,1.4608329042948154,0.3290272081823005,1.2702226724690382,1.5917581730262234,0.10147405206289978,1.97778628582042,0.8289756282224222,0.2951015951138907,1.7351913099204785,1.5460090893325775,0.5093805245428734,0.7661926500272693,1.0902478139726874,0.23889170390615555,0.7246778294517807,0.18185906787521378,0.03676638453738111,1.670548598368546,0.692341045696433,0.6510648886798155,0.041388307473777884,0.4514524007942563,0.28188561684956015,1.390525665505081,0.23461145839347103,0.9197816251770217,0.5812033743493233,0.6461277512790145,1.7813142097524206,0.10522882711971489,1.4704158832861258,0.06629221890082188,1.8352146403779797,1.6314213619853264,1.828132890654911,1.5637295838446077,1.9250134177366802,0.23330474614111077,0.3218903538599866,0.3216842944079801,1.1373864113270205,1.5901438870353368,1.6193639351746363,1.0913493213619299,0.8593646695434396,0.015538162425792486,1.585496740842834,0.2450116112855347,0.7699332254536253,0.19368860655714146,0.0918229127670634,1.7439914030789443,0.5616143213484528,0.7459334156642469,0.6251794223670021,1.2524513300590767,1.1038238274506436,0.9328021062984381,1.1932942965192308,1.6855266457494298,1.910686127228908,0.2579248977370783,1.833190004063767,0.6613818947722853,0.8109034641261106,0.6917750518251932,0.9283192124781791,0.9727882544000974,1.7527723297174225,0.1327167857437553,1.4381104024916243,1.8772546121608047,0.09206548696856519,0.4884442066322714,0.7751161366331367,1.4968262201021911,1.202105839024742,1.7180800783570196,0.4873808730183661,0.047947391984483397,0.8207587861617294,0.9120017887313657,0.39089658680585854,1.0908424139587765,1.5074901759657158,1.5492539003565822,0.7046392937614641,1.285346163695625,0.46033141935116356,1.4750460017489748,1.023176392748935,1.6965276969834227,1.8042553468298903,1.522494322477722,1.4815199184929975,1.6344162183963715,1.7731749184497179,1.2458062289790452,1.7065143436762695,0.0033529446432163166,1.2761347246560817,1.11258274325238,1.3817488184944304,0.2800792010689615,0.47608427592200864,1.5331959267348776,0.03444450370550342,0.27355538747548874,0.8835628889814546,1.787577223417895,0.2395120015967137,1.0462655596443222,1.5948313910964456,0.6658385723242091,0.422046637741879,1.177273273960338,1.8771864506618412,0.1312704807994364,1.5896733057944716,1.6555283433467338,1.6372766446001235,1.879109607705218,0.47820007949786497,0.35993186300648744,0.5800543987280601,0.8076768301159324,0.2144998446250138,0.09167865671179705,1.7280937608105478,0.8596062930104501,0.39126360162520446,1.5121419414513557,0.4698836042403092,1.853345237345066,0.17979869390822492,0.6825802053361611,1.9487496282610373,1.6207814093592465,1.0428302854067693,1.4863878600682978,0.9354769694509679,0.42357869956187627,0.9338860789750115,1.8584795773722573,1.0198506277194213,0.45805105743634456,0.6594139618483341,1.144377017213978,0.24757728266925894,0.6584154150283326,0.057409152095839945,1.670101194205806,0.49512438730380093,0.5477605803652781,0.11396717282855796,0.23577046023542142,0.8654545686660187,1.388843456029293,0.7326874335183585,1.8121410772894322,1.7948592342927983,1.82987693187714,1.4760489034603168,1.0527608894745732,0.6614203116804999,1.9629530040234358,0.046565354975340756,1.2186873887660603,0.1491013394523136,1.8063498408450527,1.888120564584064,1.259737287332499,0.16784562838502154,1.677532656313193,0.4059760062704028,0.08720614556066213,1.2139820142763291,0.3038658351687504,1.5313488826713015,0.5101749281841962,1.51515354143034,0.9776166389651013,0.008861455561713753,0.07806987557504261,0.05228555177448328,0.4718468302235509,1.5688357355174092,1.6609403392021918,0.39306506091461985,0.9281481318981128,1.1542994986176487,0.4505232290136769,0.040694351854078714,0.9118804759082073,0.16805363813055305,0.7245251619736818,1.2478729882639688,0.3351331410524044,0.7632236720777741,0.5552011014228087,1.527904273770044,0.018935560580674422,1.6712267262950444,1.5280851920708054,1.952968737892597,0.09478731556819447,1.1344518281762759,1.76368908914362,1.0987647499494129,0.9673427344680056,0.4569429385728354,0.5810836258433408,0.6219859263358839,0.8412022023842964,1.563337040307655,1.770551330067962,1.1799911568507333,0.9719626007422646,0.06906491261537276,1.524851102395906,0.9736685195364483,0.3023752611964852,1.3500949915699656,1.3144862742637908,1.802700011744524,1.5661292612571487,1.1154868168493757,1.9946175042533374,1.7472340999595606,0.060087180026753506,1.3308671744597451,1.4729012483094275,0.2604870276319043,1.299695471008782,0.7266739269634207,1.085437976658325,0.27517765777309205,0.569942847526785,1.061534123069183,0.12568265976594079,0.9353066901860245,1.8167778479256198,0.1391402413748078,1.3713286794209254,0.26024408897393947,0.4167882896617739,1.3631287695081589,0.09831816196101835,0.12204996813524707,1.3934054383440146,0.6707202685365398,1.5097913602524387,1.3732516024488273,0.1485354465410997,0.25602045651901756,0.37198227097458947,1.3007935464979516,1.920912587487189,0.31683014894925604,0.9252154307876048,0.9641029040549053,0.2329635144274127,0.8804599411511481,1.5969393095514732,0.31564063983842544,0.29933616546388514,1.1097482740177673,1.953621775861982,1.8323086117802176,1.949163534091161,0.634222931090381,1.2849914969548522,0.10248941888360884,0.9365378003925909,1.2737562950529202,0.7198079549290496,1.479957586471712,0.40046274191186737,1.1012544564150444,0.6974589465572573,0.26376842055250455,1.6217790127052791,0.7782707220968226,0.5900781720113203,0.48839561693461875,0.3087480059721616,1.4359449530442876,1.5461284757145095,1.2815966872473066,1.8539914429805646,0.3727705578217729,1.0405464077821862,0.5814541503962034,0.45521887600795224,0.30030831279844566,1.8405890014291508,1.429628903081154,0.578535070522176,0.013820696985675762,1.727570972821121,1.235953470102067,0.6109755078308797,0.5773259704210432,1.7785411707368053,0.1419460026278912,0.8339786392192802,0.03481523260307949,1.9472559263429179,0.8824808680917707,1.3167113456760398,0.31481387426619073,1.1410336391762608,1.2200923977046505,1.2243539670358183,0.5590485690197754,1.318338633632754,1.013725558222872,0.8257503826070676,0.24052850735262712,1.7345439574306558,0.026173086541968066,1.9938789710315086,0.15522138565091487,1.8859654958594592,0.6648693662720119,1.1790220047281983,1.9228473642781887,1.3294949463370302,0.8740650779440348,0.24612623139257775,1.4929135347083824,1.4322637417351551,0.11585642363837298,0.5606946235898389,1.3679938148766164,1.548215906680701,0.6676453131759569,0.4911842852725737,0.6267160570601243,0.006295847938896811,0.2891001192550053,1.8931188495922937,0.7822633705151649,0.06139735244135149,1.2927131646089842,0.5834964745031652,1.8826344181807018,1.1533893637751533,1.0208892954734243,1.2345917440532477,1.3520750403014488,0.500431105631738,1.4864121259615373,0.8324925387932889,0.8586263599904822,0.8410145199384818,1.007120437974351,0.19374337357776533,0.6788688539295074,1.8908112659796397,1.953903941819225,1.3505686821308243,1.2541466640559944,0.5916672529652883,0.16196435511365442,1.4004391958771603,1.2143755158614884,1.800695055736146,1.5431543553036011,1.5013080594855035,0.3898246959902446,1.4906725745937854,0.6676055647048861,0.6995886019728818,1.9388703425702276,1.5200709997540143,1.7763268575549802,1.8677216132479995,1.0316692000201466,1.4463814462317715,1.924485649457162,0.7173805222929921,1.518920847652584,0.8183655480722043,1.4281278827525186,1.950604473405708,0.6942419071428968,0.9354212028499106,1.882327493291088,0.7804481475926336,1.2810110006006703,1.3181096579102596,1.894948676626292,0.12535338037544286,1.2683274009678864,1.040884344096306,0.5859711102372437,0.16323457827135077,0.9644176914051924,1.842889885540931,1.3371115177413444,0.174810672912462,1.1227788510007282,0.6176014332135831,1.370928685554341,1.4198679419056859,0.772158134417963,0.11741549048055523,1.3252627833578647,1.9505059116841408,0.8178887764787909,1.272322334975971,1.0117545037205915,0.26355233923476046,1.2004286837035152,0.2397268508852135,0.8665613011871331,1.947960274554783,1.368692433096079,0.8833032041613397,1.0931375383887683,0.041240914068074674,1.4424417376143563,1.3670166174570966,0.014819219431751612,1.7206608003902895,1.5590482760598812,1.474191026269876,0.7232511669010367,0.07411149623568958,1.8066239365452694,0.7981719355432757,1.1579178408348418,1.418171834777891,1.5639022016854942,0.9548527626118408,1.790364749661831,1.6689571331413076,0.1740978874869668,1.5860718380978074,1.5682050671904257,0.00432087511656108,1.6646718630208834,1.8548808408880952,0.21749628761298234,1.6119831747210702,1.9534656347741945,1.6547414049496438,0.04530038624324414,0.46947477562421314,0.5205095224945451,1.2758854717417338,0.4976121912684322,1.3051539856430225,0.9197940826001257,1.8571394853343233,0.9913757124898338,0.12112116324322432,1.5390789889921923,0.6704930243544553,1.482102971272984,1.1520690810946401,0.8500237522876589,1.0890782424044665,1.3102431900459324,1.732841037053056,1.9763999462762747,1.1095679249460164,0.8987847372639266,1.1762700121838803,0.6396487891265554,1.5690425072650536,0.10819020657642203,0.7998078038619612,0.76508983373616,1.5672014136123391,0.7891843819827369,0.8099683685673864,0.6061323433280482,0.4158466978175907,1.6075983357725698,0.8924171323034261,0.23930030502241995,0.9608272976069709,1.2952377019789838,0.6593950404602132,0.33567535976118185,1.7282385071167854,1.0825254724508722,0.8088415629295556,0.9604719476455414,1.1174593878069454,1.5535889909820622,1.0055344378982713,1.8495222606974342,0.12511418201907992,1.0675040631648527,1.6755007588550759,0.47052170897706164,1.349605352300357,0.8371186465204472,1.8354930571429433,0.0035746227498070645,1.0969615089122868,1.1835901881976492,1.3292172794046404,0.19480689946553056,1.887362432752646,0.8325527033800615,1.6047453513905732,1.442614771506697,1.1488303967649434,1.3441478307972299,0.45362994246515204,0.8480042538976711,1.4275283115008335,0.27412939323379115,1.563420854657807,1.2942888466829743,0.6444519489549474,0.7263621031064117,1.7010669640101974,0.6008972080036068,1.6192212767570238,0.44800560488066443,0.3623310945572992,1.7601313817014805,1.4546685368509773,1.3706526506354555,1.8190885131502423,1.620084483751836,0.6077724055927483,0.6712751066104642,1.5500548250720685,1.2056871379394178,0.9092440636336391,0.32233078962449413,1.9409881485638723,1.8018162962989244,0.12770913262401043,0.005602337106884225,0.5360117873112273,1.4961612873304062,0.05981378242133719,0.2254292106097996,0.6870166982409888,1.2427037988123963,0.1445969956775265,0.43207020152097325,0.6897804533663847,1.0483836154929618,0.04378003029862034,0.6103224549611367,1.4887722428779255,1.4636916587532158,0.168143491648602,0.4270280251880781,1.0307771899582006,1.666502820552636,0.013053885873511008,1.1255529222034948,0.33376243663452626,1.7145499994754814,0.3256682850205538,0.7456810735863771,1.4930020018463086,1.6971962761087669,1.2073386921543352,0.2664200808250099,0.5100220581829327,0.35223343395824147,1.2296151531610824,1.8814839994408976,0.08198187898620335,0.5438712946875037,1.895584870226781,0.6440460577948505,0.4122320958669171,1.2334807096058475,1.6615624212269944,0.882887706934097,1.8539452685883544,0.617551509095171,0.4964423572593411,1.1723581982251639,0.15163984205500447,0.2566183643723561,0.438627541472308,0.265767934603481,0.9138609101058952,0.4529268912773017,1.2073782566839584,1.1118250312197608,0.7904094607037946,0.12943650878635724,1.5309040701164867,1.4077680066267781,1.6059543475565552,1.9327624965007102,0.18354002128176786,1.6224640542393713,0.7656942365103453,0.9399637502391157,0.7167779935927817,0.4740364678562185],"x":[0.010144559552149641,1.6991805678426755,0.4522229977206803,1.0298879967961299,1.270441958357402,1.3989098156316304,0.9717641127625672,1.8402884779039423,1.0358227591605984,1.0721844239855427,1.3631056350819981,1.4349907127206887,0.5459753242977514,0.06531152558127715,0.9924333831467287,0.2067935816457363,0.04727212493188723,1.0659107763603592,1.111191966862784,1.1217137384770923,1.5649323386797152,1.0163088941933422,1.6991008925222244,0.7980788676606541,0.8743200769080545,1.8170436631358526,1.6703947167177904,1.7580010125937575,1.2220877635503709,0.326558018243813,0.8309322995257717,0.48073149158051487,0.4255581789673981,0.46862596086445873,0.36250545436840775,0.050291179226043266,1.1932089692045593,0.21062616323714384,1.379051942129143,0.1809621263999866,0.5142954013125294,0.2935513969278439,0.47906043936168546,1.2839896689763377,1.7543638155052657,1.5246147098854894,0.035546384363941315,0.30961392274098565,0.38229911035772646,1.7013832680667478,0.5807271918521721,0.9194451126156703,0.0536381835874652,1.4460605225988103,0.8528452011326596,0.1264460771301663,0.0286564684729941,1.8883177402478548,0.07165928335955686,0.7159499216479832,0.8419628663506544,1.5267849327510299,1.9792071582365862,1.6236421101124008,0.14740985895305198,1.6525784564851802,0.7702289157372555,1.0731485310214761,1.0043421911131851,0.07224242549054243,0.4140171830438262,1.6617080743516097,0.8815164713771926,0.7795680341177461,0.22220178912552296,0.14732520772595822,0.15883255160135115,1.434089274841522,0.7741206859231873,1.960673787554984,1.5837382156335975,1.6439981363754081,0.7175213142030352,0.8578669136051447,1.7307730908418633,0.7261596486217176,1.890216675012978,0.43334394842120244,1.5509827126042275,1.1638323407648203,1.75292650852055,0.1571795475198978,1.499683502485563,1.4043481302471128,1.4767324362533594,0.7741368876381707,0.90929178479993,0.7096031736735665,0.003666609827716967,1.9800252565486571,1.9965052586851375,1.6215032932768902,1.9838320238309028,0.448991178811787,1.231454981674683,1.362529601371435,1.4051669508162878,1.0741602976364466,1.6994555930575044,1.6460390985458633,1.4730381388401952,1.3442178844058286,1.6181780209875882,1.0036545640523216,0.25926020656293947,1.552947325389595,1.7706412426742637,1.136827083120822,1.1826610598147542,1.65450749441481,0.8757257546693228,0.5164390124674831,1.0476264054368796,1.3428974608013204,0.36998806943360907,0.6379421903165619,0.5456188491004978,0.9068283605848557,0.39345049983660446,0.9288657329738365,1.6539640156351396,1.8015634060099865,0.8556098079096992,1.6027308880180697,1.8364897965072926,1.1733392280754353,0.8148599909630425,1.4574787332633452,1.098534396536741,1.7634640630150937,0.41901436860254193,1.5232288113450116,1.9975961117654593,0.7163221413609167,1.4297716735435932,0.8305927916784412,0.05770783748567464,1.4733756856004723,1.698759132502776,1.5647104112354984,1.5408297541966793,1.5417315699321603,1.088212400801042,0.2828102325525024,1.856381140663459,1.9910591697213802,0.6707971324233282,0.9638790769313789,1.3293227240862613,0.14824977575121526,1.1805885231026425,1.2969569278701067,0.25272807357349897,0.057762188391144,0.5147047660843324,1.3753173350879941,0.42410682525203947,0.5047933544302163,1.7649476822238743,0.7556660970393556,0.5948579349379661,1.6716123293543546,0.009000042321104974,0.7069285709851246,0.767922132540741,1.3487846184546783,1.3534621374268596,1.9379412156684825,1.5409446956558484,1.7238563447554682,1.5151013883477225,0.5426516267447022,0.9743435590197441,0.8629483657955087,1.2573524226185275,0.7635187070805113,0.6130014214814927,0.5765114055291496,0.9944774765487794,1.9882242906030059,1.600701145538427,1.4387354556052798,1.1775332418673248,1.243688896301905,1.8013410987777199,0.3251858636391724,1.4256989759341656,1.708016380566174,1.6858458563847023,0.7661149542080493,0.17026638892147702,0.21707538614712493,1.4397389951945294,1.2199275992620136,0.5900473363995624,1.9509408577527612,0.4537848696629205,1.9027860960724923,1.3835858876142306,1.7403799268313218,1.8507313164251848,1.263657522539533,0.747387882916936,0.37099744200441226,0.008896049644402843,0.4420085260114512,1.3216743507419644,0.8506028419842645,0.7928504103297194,1.8900007401603147,1.3568822542395649,1.220026015208948,1.7455223785209069,1.3236389220423028,0.4233408967113037,1.1892729624649365,0.7857274383265871,1.3237242099192963,1.3804625066609526,1.6715309907383253,0.20255091609245288,1.2170575211512031,1.1029890655211676,1.4111561539146436,1.0073355819555236,0.04507156606072156,0.964271631323667,0.11620297342439777,1.181487754952771,0.5680040258714831,1.9298021376633474,0.8964314738302089,0.6016193536914477,1.0760757438632444,0.08910542859164214,0.5530466974977244,1.004900436177011,0.7094525275933254,1.4767833837806255,1.3455059691286544,1.9442167216002175,1.3254364814951132,1.8556301309648082,1.0011337089554313,0.014825958443261731,0.16761763742374697,0.11655597108436032,0.43296803798266326,0.79019844353079,1.3316979078626952,0.3528218808854416,0.2727616089464903,0.6101126469935743,0.9957682145318759,1.3607262643008478,1.1980571389508208,0.37462340092279695,1.3214316940215765,1.0436117285625541,0.7034905384134539,0.92336280673715,1.5556333914980631,0.8966177646400131,1.8038822049730814,0.013925758616002449,1.7112194549096569,0.5969395934467935,0.8373149481195612,1.7414734413295183,0.19186283973100743,1.1571565310530336,0.4022515093864778,0.7454664895489924,1.6071887701904024,1.7618561155296308,0.7785057561643423,0.23555874941451074,1.7103539529396303,1.8206331903761956,1.0177784121801527,1.5580890796681888,0.46071671246483487,1.439330003013602,1.4604679735539263,1.1980605841837402,0.5218455819836814,0.22011176529000293,1.3975804070631768,1.8679754179254895,1.079328078387943,1.746204245660074,0.8420619787780566,0.009634714731775858,0.2882676253462205,0.941591675675871,1.215517063025018,0.5019050955437531,1.8725720290942125,1.2823853563784708,1.5545615275335898,1.0503145256232496,0.29583365048215754,1.068421569653328,0.5803230482304425,0.48853204794857136,0.3805807792448931,1.741173933195784,0.36368482523691603,1.2212740668093633,0.9736483079661852,0.5611413943730997,0.4520611278874447,1.3813889152259522,1.2240171616297073,0.7447613256176476,0.5727049393868168,0.2507153474032584,0.913718754935698,1.8329636051609957,1.6405905504266936,0.282033765991181,1.7085225318581256,0.35044303308823194,0.07503625343333752,0.5321725615143523,1.5801303295268878,1.8194324984442716,1.753667615736191,1.3969607704794873,0.31749203444277274,0.830319968287228,1.8188739332137511,1.1047367479875267,1.4969610477709625,0.957946011507,1.9028303303549978,1.9091670108625292,0.009785736359314956,0.9654913246992364,0.22660070419423448,0.47841778504956245,1.8302420378393924,1.0677154167995966,1.0270008259108832,1.1893101196860552,1.82613714200163,0.7825486884515116,0.49678428887839926,1.2644324253124206,0.2842437506090829,1.8531805620625301,0.25955608301960226,0.6651984716595335,0.9566766566160241,0.13508901829933576,1.590603714106841,1.191282880513775,1.759246025441673,0.37676737715853975,1.8779720449017758,0.4968808183001511,1.677356266034155,0.2939779951117183,1.3732778986771192,1.061946964522692,0.09522618377251155,0.5621413588819214,1.7013199406843982,0.7500650255450309,0.5602836026977065,0.543534672372701,0.6166475707710987,0.9261252423400756,0.27978016912501097,1.391039850506898,0.09638076349323796,1.5197763721798563,0.7337864452364913,1.068636421808809,0.789548756670437,0.4842332798607752,1.7389100421303203,1.3266222541056865,1.0899929287651666,0.6530287773673348,0.1966617503730597,0.004634880589057487,1.6522069082360973,1.8692824864165754,1.1093243973539886,0.4201702072287567,0.8524448112203177,0.030325902982399965,1.2529240955992964,0.3988215012132196,0.7451295207928357,0.7094045295918212,1.7900439873627467,1.4933452639771805,0.9673689042416057,0.5347235619383679,0.4200319863879348,1.8258561450890345,0.006347813466867809,1.4573444487959404,0.26527021065337897,0.7554654309099748,0.44629625656678285,1.8409196258441343,1.9935342884368603,1.555144359451828,0.7251265598752237,0.2734067940754657,1.420212799553809,1.3738720112527012,1.067437311142136,1.6931936208098362,0.9209066443560752,0.6276490619061723,0.2614571217723473,0.28438957812154864,0.46020091742386143,1.4665862888368086,1.0605664941934938,1.3505618717172545,1.9248431179713366,0.14514794923510377,1.8765757531089433,1.1869724275123426,1.1927922372432311,1.0859344886730875,1.7140885045761254,0.03926205985624093,0.9295129048551948,1.6084029454109046,1.3547623599869993,0.36704694189059484,1.5463723044989182,0.13488779842856555,1.6842525616111788,0.48323616224795696,0.39655348976534244,1.889860973257661,1.8848909519245787,0.9824559655721009,0.14359104759130045,0.5608567558230775,1.6711077805573198,0.2098742142958118,0.7955386736681224,1.9105905488995105,1.9726060725604404,0.7359814170481015,1.1771475817842632,0.6680267865806799,1.117881526969668,0.8234896089184774,1.9971406808344672,1.3937283933922484,1.9791557181385095,0.8905763013635456,0.8779770251044459,1.3263599237325514,1.845135778822512,1.9542255598848919,1.0229865635749253,1.70786834666037,0.1823883639336495,0.5581006357113658,1.945641098934666,1.8950289250522947,0.8401090629420516,0.7797267335736362,0.7600222866368275,0.5943913680199389,1.8031409077374074,1.3167328461352499,0.5501754678997713,0.8630311549174305,0.7067388510268438,1.9106982277648537,1.52162531897925,0.2865280583339804,1.9518381493461197,0.9718826795284987,0.5350416120388273,1.2546495524435821,1.8298912220888857,0.4012261741010501,0.5008921689156489,1.263564847642935,0.4137222951326678,0.5891489047779951,1.219051363637798,1.004858764769244,0.4958580529344064,1.1689799479931098,1.1030076799051252,1.489703478334874,0.2683247853407432,1.531915995023762,0.14540619636984686,0.538062246418614,0.3406771112099968,0.9469893842983554,0.9547446559460747,0.9052865383269446,1.5401827229589742,0.05463806606871867,0.33151265912417494,0.07687951300018583,0.22045885549707345,0.685413682259609,0.2503140797349342,0.07818742458450217,1.2633336358802787,1.3234172774569268,0.9759702225251069,0.492766115120021,0.5200555426595839,1.7825244363201058,0.07580968649772385,1.8521590286858705,1.8104833333541486,1.5431182455827803,0.6414713088293269,1.060674411492253,0.6615313508950842,1.721325748000878,0.4764561581855815,0.9778230132846297,0.813320353965026,1.8271314398148868,1.570482699272965,0.004340343383655738,1.6222170265172131,1.0079254927869064,0.43983049866055574,0.027714795429543467,1.4596788336194537,0.6327984567263717,0.05245673646896385,1.1300263908742791,1.2460998485603858,1.8178482641962297,0.3573865187250773,0.42069967207086595,1.4914876571107805,0.08823863233234829,0.9490617303645756,1.518605671412665,0.7371458638696601,0.16991830273340927,0.9974867656118529,1.6457366001145113,1.3541967551635141,0.6754472460013181,0.8277527892968788,0.42673716364639286,1.2568225536988817,0.789993228087814,0.849806524684005,1.8089324579114343,1.2628947530909866,0.4470606052022796,0.40507211879187704,0.8162279343210054,0.7122604902537979,1.4659302483393721,0.502909056572584,0.8788531065306907,0.6424557392636338,0.026777837803027196,0.8089445159973407,1.239874912119034,0.21854726284104065,0.696596200799019,0.10736781805393941,1.504112974728001,0.3045046754704243,1.95845479174414,1.3568255828093714,0.22374285069202263,1.9572612455525145,0.36422066223297,0.021093727873232094,0.8203595249969995,1.9408984042941166,1.960482968389629,1.3600723356344593,1.4487054091739,1.6166934170479133,1.9568365510689314,1.847339891106072,0.3455433235280408,0.1508075714071389,1.516636384921174,0.9954854270320832,0.29056867262068126,1.9364182881565468,1.3386170491894072,1.2385784130553745,0.07410784992552967,0.873952486383266,0.5553798297292788,1.9068402341919723,0.4744880265841586,1.222283935987024,0.5231876347758552,1.2650077612929447,0.784872439701978,0.29565070005405314,0.9196793641726199,0.18649687031590745,1.153691633908608,1.9177379485551482,0.15547003711577126,0.6305530820411129,1.7213300011061812,1.1320880217972202,1.5717331139530075,0.5663717540511269,1.9719943419529846,1.626142771356959,1.6837265076369656,0.17074628462581795,0.014259086479686546,1.4543526134192553,1.4178341078544805,1.315634148269159,1.688472259328793,0.5740411784891227,1.8158910645837305,0.11363900590025659,0.30137743725450805,0.380403025323951,0.7438514270867534,0.5935499162917903,1.6897825903098407,1.2933528909194814,1.1415723096045716,1.541945077266402,1.8769333634533338,0.9386302427593662,0.9246258067762558,0.3071379119383041,0.94667479990398,0.7753093441377947,1.0887401265720955,0.5234713913888546,0.3400934671619527,0.9102770339890427,0.3957362599577546,0.8058341323397284,1.3924550989252868,1.0888551569379021,0.7705022145791705,1.7791510058580207,1.783045729867884,1.6108992751074787,1.8316770800614879,0.31234852482154646,1.6093309674276524,0.8786067250932424,0.3517224801936361,0.15562994435039126,1.0750617997574656,0.5386885332387205,1.6841892751290575,0.44258604914518973,0.8735791442417561,0.3829686312952371,0.3416820197425763,1.4775128074698858,1.7453918093480176,0.7848101401314738,0.6202593690128956,0.35140475064319215,1.3604341345030846,1.23548337081782,0.042903377032380244,1.3763018938865386,1.8329694460896628,1.4952387827726576,1.1521709128231923,0.3963671750169179,1.0356555894051702,1.8002768582979785,0.2864893687662686,0.9666296450421735,0.515081040410268,1.8980205585774645,1.8236707942914443,0.3061157226915168,1.4391655100607954,0.0903525846244701,0.3947739840131473,1.5706533223864938,1.108560771287521,1.1968168628183895,0.855764410521529,1.3912848480323816,1.8294277759365367,0.9412818286282498,0.4528616067639398,1.071372869910715,1.4347291667234177,0.6463176828188943,0.5760480272043943,0.7850601202573015,1.7620174050658688,0.9701743104354091,1.762396638007684,0.24186896730652277,1.0520056645324065,1.2303065878103097,0.1487712212402147,1.754917597996937,0.3780471559323439,1.7792569348606415,0.7074363839626953,0.17417276053633987,0.539421164357945,0.37988875839177916,1.2442359209183937,1.3772664867571933,1.7569264055880567,1.5233079762971735,0.6574379267004049,0.6164558674034285,1.7247901050427412,0.44218238325777964,0.40808810993758726,1.3682050503088667,0.9790322196884682,1.600896717316352,1.8057420088203249,0.6430043242223,0.9212366031051183,0.4543827825237924,1.6806523123105235,1.7130267190155948,1.4014519718841025,1.7175571001952186,0.7922171408988239,0.05716239922406068,0.11514124943747975,0.610176337847904,1.9214340450363416,0.6480651076883719,0.5989257665338016,0.40999602723351286,0.423787588031752,0.007977970026242804,0.029951784274571517,0.6856872870624751,0.12094459766881167,0.4091246284319038,1.0582425056351357,1.187912627760851,0.15245091899484792,0.676734385641186,1.8026795413625134,0.34761593867016144,0.6468535123093578,0.8864558096642392,0.24643940760708927,0.43215203486789155,0.858591141690539,1.749387054303184,1.7343948984643136,1.9479433387959486,1.5010919359689838,0.6927949849950316,1.5983750047121124,1.0509717739734192,1.6509821042353205,1.4312812141941524,0.41392408180559265,0.45599824969748814,0.9613824446613766,1.6783289418342495,0.06328594822658663,1.855345028650643,1.9023346312167169,1.2805396135332243,1.6042904501697726,0.8185039999452826,0.5236080602919876,1.7033204273313656,0.8476471103973043,1.9119469201011945,0.6805662245547087,1.728458164479715,0.5805083863461894,1.47646683700004,0.06311075176395274,1.8215793693965299,1.232617338717763,1.8369435828073644,1.1295286922873986,1.9640012724839768,1.2519270140822625,0.6546637022990228,0.0038821160197180893,1.3988550340953156,1.5148121372689856,1.4446295174120711,0.3605587453685243,1.6764828237251637,1.7507847367207234,0.5645323800108403,0.6684434797556339,1.5778310849558175,0.8112905584732538,0.6982276926779732,1.055994656324874,0.7927833363597676,1.5055601472551716,1.8018897455067766,1.5274220636423088,1.8011298810996519,1.9017973496664349,1.982738736375256,0.7228717939297981,0.19906148275727414,1.3380258735598298,0.8875581540935479,1.7009681062140578,1.6453809372570416,0.03561666450663456,1.3646470247137121,0.5112761053135115,1.5431980000313978,1.6318206600217802,0.9090978376611468,1.9954034326057388,1.8454059488271564,0.84570675099106,0.3184794591317063,1.491660499681609,0.901058798571541,0.4451139570565861,0.9045539687381203,0.4543401049168795,0.5476356477343877,1.5031701177460812,1.4552781786190698,1.7182928224575498,1.229066222440738,0.8015343730574038,1.0500982381753408,0.3515903423922202,0.40058008618206914,1.3896209040065974,1.3518607993782474,0.13085246175763585,1.4496398141423104,0.03911692164267866,0.19551173129726987,1.4246482588939435,0.9441002619599685,1.2861054650146542,1.5885350983929147,0.3149022114014956,1.3121668330464438,1.9316897053241335,1.74078515472588,1.8122652935517432,0.5341358718925956,1.4519192480568115,0.014413007019856114,1.5288334452740366,0.08339544903633607,0.2529295034567573,0.5686477406096371,1.8062122528211375,1.7359181234292735,0.5658607729551088,1.0488167423059385,1.2475212734157757,0.3751116290530294,1.643018085928833,1.737597527950852,0.9354880120708985,1.5059375568506699,1.5542989874423077,1.3529412930735576,0.35864908772780957,1.6286016846135247,1.545986636809105,0.7974810368705877,1.5567629192448893,0.28600455704755307,1.1425885691732127,0.4917900591099166,0.7950992054812219,0.28291919887734396,1.9669252054323216,1.3009385650187886,0.15429971717261962,1.3490079208517491,0.047236331803011615,0.7369666851406883,0.0059698948165847615,0.46184488617027913,0.2941123187608537,0.19333040837751875,0.25713753114435783,1.812881986018635,1.8069004707341065,0.15040688581062978,1.4467891012561387,0.0031370530906692402,0.0714300069975487,0.2885179782910523,0.6898966059417061,0.8361857666440574,0.4384381393489436,0.6701185705431195,0.1668649856170438,0.06074954377907096,0.2911344395985509,1.979226836966417,0.19834215897266316,0.16066704276999214,0.6673269657924771,0.964610206922511,1.7731518700009912,0.2927427973837785,1.5262599189233588,1.0588564765564892,0.22251271914531584,0.36397013522571525,1.5867030383759555,0.9136585125923274,1.8793792987018654,1.844761987723882,1.4122906023746673,0.396928898431391,0.9579859277776067,0.6641239878236156,0.6119951610662968,1.7932627343203937,1.6988468542454525,0.37202785502328484,1.1734220644075997,1.519339183182424,0.6185865101526863,1.241974041115126,1.3386205270092144,1.8955650765886283,0.8674499377688172,0.7226814844013705,1.261663788878442,0.03401102369926398,1.2533812946223124,1.9950774526283357,0.8368686946545991,1.8341363298540863,1.0597354517968642,0.20285287302798816,1.4750717382713228,1.0813356369141582,1.889101641721606,1.6076658540718536,0.17514697672417137,1.9667419940185962,0.9113990581988916,0.832496208099379,1.9879300199650587,1.8085651928148871,0.24110076067465344,1.6842103486163817,0.7247520775090329,1.16231980911042,0.5162079647363407,0.5398941515439695,1.9521325076551588,1.2437134816546502,1.5204767479364192,0.8365960494296847,1.8372199844098815,0.9523247109758571,1.3657103598929312,0.8418929755487136,0.3123725487850755,0.8569555507297815,0.11944958298058399,1.6803384210896017,0.1455379464829296,1.791308540271002,0.7239946121982382,1.1605486710335253,1.3389062423538027,1.4579910105118838,0.8471717190972644,0.8228664717622899,1.829674838790577,0.24628112230109656,1.2586956279718582,1.8478103791313134,0.02745060385703005,1.9386103795456975,1.5710091655590523,1.1350351778864076,0.8573129103388345,1.046700418522585,0.024238141062360684,0.691826642165943,1.3038311670276839,1.2592808902236106,0.0103884191727964,1.431785939078789,1.2998941566717654,0.19099434719642214,1.3502821299351135,0.6036245760981623,1.1070493833198107,1.944789922157204,0.6101091059624258,1.2068408140497515,0.2695694488464314,0.5618905473467255,0.2889242455960293,0.8020181426635897,1.8054779931190827,1.7427943701563882,1.4809551001118095,1.3929418060626662,0.3744639953821163,0.9703683915668145,1.2141192379337304,0.07531913988717596,1.318956699636041,0.88605051158832,0.7274471149091615,1.3526590570694927,0.34690374499701904,0.3680788474973609,1.5556433086797024,1.4375628006336731,1.0821050657318763,0.9048627991712906,1.3764460832220466,0.4885567140436271,0.873925189663277,0.8265702416982141,1.3515184609703261,0.24273580364717764,1.2625383903777347,1.4539654422978099,1.2704388503881405,1.3128095336550243,1.0038870483351383,1.41687105704027,1.9357662416927555,1.3014043322696989,0.9124635069674466,1.6197860346945872,0.7194452021411419,1.2043080110284634,0.15466952878804927,1.4961326144069333,1.5122362891745293,1.6891914505717083,0.9859840650571629,1.9632457317897474,0.1606178622778177,1.1613715506405415,1.6260238233743196,1.9152300883316242,1.726309221759592,0.49921200544843414,1.2805651404412783,1.4753969616934464,0.07116730073266143,1.790104725276303,0.5202919061741891,1.1135016207054638,1.1481082927830315,0.7347214255504886,1.221683377357895,0.07007233470632344,1.155183270321108,1.48478589187047,0.2168941258405487,1.8921599198884458,1.2039928249114515,0.15243818514142804,1.5315726312622666,0.7104788379026135,1.3427920411277556,0.5132625431976638,1.0109076641207286,0.4679332344957907,0.857693608681304,0.780193767410561,0.9942691959376987,1.4442086022637348,0.721895596369875,0.5302483971033383,0.9066680518471631,1.0508499761743548,1.7199834706984964,1.0846867162324685,1.7349072756322248,1.544138121202017,0.21712576241886414,1.5646868779584737,0.05379125677467344,0.9407968090945595,1.5049077353499833,1.8478488357919236,0.31240812053191047,1.3909542491180644,0.4691597391225353,1.461540130221355,0.7025686505034529,0.6694962043691739,1.1165654823762228,0.4371509336439092,0.881593984123639,0.7330149451597305,0.6678360163948517,1.4236310250311717,0.2620102913336957,1.9090808736502678,1.9934709738243148,0.2020125322440016,0.21248801968463685,0.8047059215054108,0.08058594015982339,0.7702722471686559,0.049087988566752276,0.014188029225523728,1.4994367477247443,1.6542170592935432,1.6569954740699568,1.4192894454682075,1.2176377054581706,0.1157574281291765,1.5173921987935302,0.1361420010086471,0.15280235525952732,1.3772241231925026,1.939366439065497,1.4030437305426022,0.9049556809608164,0.8327398531583852,0.47814345391262586,0.7761679296633026,0.8536302913156512,0.31545530937947813,0.8498049541898096,1.8956995175521014,0.572194996723054,1.2273636827446524,1.8257193989215184,0.07790809666075357,1.1927799287585874,1.5784462298785273,0.8671514535720223,1.542029440761725,0.12291417608404417,0.4340976585621557,0.6406854219277881,1.2528582321283321,1.8573493003723955,1.965841241055517,1.9263677907603525,1.8773594364342898,0.4086218882085413,0.7153755234909466,1.2410369737612348,1.109275103802227,1.7146485259086186,0.35771864339819565,0.2863534629186932,1.8341247143788182,1.1775444315502117,1.4580888529272011,0.7298009004837743,1.8887584105540727,1.034497493660044,1.6883937069368227,0.8788852503730404,1.0800864936160233,0.38207062529456615,0.5377856346261448,1.227378063769253,0.9083352768839242,1.17344009589341,1.5326249885159104,0.01900276387396223,1.27953556921846,1.2438278420657558,0.3778975990744264,0.03760605079647087,1.2102582643959343,1.243539601560924,0.08852316964149377,0.7475316867403852,1.2672241709595147,0.6504142922787894,0.024237644856365183,0.10876774515484487,0.05487188268753617,0.7220150220612582,0.5684225351893694,0.07756315726449615,0.5921381506390565,1.4126705135040436,1.792420892265894,1.3353220271016695,0.22711251797554183,1.302561772500602,0.5123114680770623,0.7031614745583835,0.43852983537691703,0.7995164864744954,1.017603766510049,1.6639814974784242,1.6751036324256239,1.5115635937283167,0.628900745739977,0.09749716898552996,0.5600146003290243,1.918367726097142,0.5630666859233922,0.10435629629736161,0.004428425905409456,1.4348981173098057,1.430847144891027,0.15592882539524472,0.9664410455748285,0.926370721828651,0.2575022426354436,0.9231741997494143,1.0601540922059343,1.5896128111063013,1.6083413722144062,1.2913417971071788,1.1305813460585252,1.6065036822526297,1.6959390554788718,0.24352806061804574,1.2074440970637899,1.7245892097968125,1.8942423989833026,1.6372635021051334,0.21844163870183606,0.4242621465166367,1.1290492987064633,1.7334123266490633,0.9993268850730119,0.6710362611125161,1.2954006259047615,1.6925271172796148,1.00243662428235,1.1273515441726483,1.2382390957341392,0.8586901705701839,0.7121424717869909,1.3168885931179222,0.11092429119278385,1.7373099174984694,0.9168219406747776,0.9510774642155391,0.21242231878052115,0.6714469092976805,0.3619160902376382,1.0706033290469228,1.9482304731616282,1.6723454617511304,0.7188161404532463,0.8116939080935203,1.7593096277514721,1.9454436861889501,1.3081064004213296,0.4812593618023128,0.15122429428290385,1.6443108632074672,1.881895448366892,0.2637289957184534,0.14906822105611933,1.673779851291913,1.1822282004566573,1.4972642564016443,1.3904011966360592,1.7851173422258346,0.5126716760130339,0.040724912032705014,1.1227280745389658,0.8460843270919912,1.0184428989214875,0.9849020210125456,0.711201719974398,0.6961491504198827,1.1844527307941648,0.2804365419882536,1.4199897704519568,1.9690711201814506,0.2726911115163933,1.507578499595456,1.369553213892829,0.0766716899616514,1.7171098577596977,0.11218566764530005,0.13162670609340335,0.21023573506282967,0.05766303565938133,0.28266758465757863,1.4120958960499521,1.8456572701750218,1.588225270498957,0.26846372927175394,1.5690823538831904,1.2617959405986172,1.7463461134965437,0.8888857157958595,1.748819954241462,0.14067179081942605,0.8729813195009691,0.07796403257380494,0.9750442517407534,0.4478928167250695,1.3440935404087935,0.5990941605109817,1.0796482226168609,1.014615533826395,0.7345533610750093,0.1452915229412419,1.4660911390620448,0.4464125546649721,0.794988168493382,1.364148114886705,1.1580813827054093,0.9218699530789869,0.5575790472175255,0.27799682866617237,0.331665048310049,0.9423269430512674,0.45556077549277074,0.6898504794161999,1.9112422040281727,1.1060610896028888,1.8423800048356846,0.9958517494252355,1.6689970335593605,0.7751181848062833,1.7177129765414496,1.7238182681888072,1.3605732807545456,1.2678125169800458,1.4208535467709584,1.1507984866403849,0.7182117718054402,1.972204734272585,0.039436637667542324,0.9836926243506952,0.07542062367044165,0.6847307074558647,0.47796302884701497,1.982116555575542,1.4940203081668324,0.07575812541379194,1.2104488783832312,0.8535620154819425,1.41812067320339,1.4174144894474316,1.052558945165081,1.7636798385717853,0.6727879426462778,0.6716522496189667,0.6725750793689459,1.3793070135822756,0.5902527913685708,1.6845146709229177,0.11516108883714161,0.8504656425520815,0.6648059219541561,1.9535324945380381,1.1295651289635125,1.538476874601811,0.42721586601939615,0.015283710772729522,1.1619844489562472,0.19704709211548146,0.23206332770559818,1.9214359465130186,1.4983485356497193,0.03140682746091276,1.9922382608495703,1.3247228027640723,1.3755906706093692,0.6766745784150281,1.8735822078482596,0.9195049121948226,1.6481709009915337,0.9058563103235732,0.08460743582034211,1.4483264082892777,0.6863811665976478,0.21715233226565644,0.8584114285179199,0.31513012283870323,1.3746037329417187,0.19074472334798379,1.4899726163461589,0.12212117179046478,0.42065344325803006,1.8242401607802898,0.5768979742600495,0.510744291850031,0.2384006909008409,1.3172588133243872,0.7359383787150903,1.6967743222424256,0.13761418712963158,1.1214091269698196,1.0760454740033767,1.2480482206262216,0.9329242167300127,1.8754689136884464,1.0271786089307116,0.0006767286557806841,1.9526941731314842,1.4487754877284813,1.3512050501026487,0.2579188247883433,1.6031684852135597,0.22549600939413947,1.7809194377116897,0.49023529156104095,1.431577173775392,0.5319456761084006,0.48309640675467275,0.3811727299669342,0.7587789634713284,0.9788381968866132,1.691278924659246,0.36451190684309226,0.33302268645889743,0.9746930587925181,0.5075987540981105,1.9138218449943987,1.3833307501228074,1.2287319681143787,0.09562320937547858,0.4814679509457852,0.7520864864306338,1.7263486540720239,1.3732542348038541,0.6317052228921797,0.884944511902738,0.29276123293358647,1.0755057876174126,0.27386223673318794,0.4641098034315704,0.4193572140011446,1.2071611811344483,0.27634001804160624,0.8757724869488153,1.1403755931716806,0.2193205444494582,0.5034834814133882,1.983158989605993,1.8178020798946903,0.7210395810264015,1.8830072692161792,1.4719196043718008,0.031038511333252677,1.3748651640852987,1.901897645858693,1.6096282434399385,0.4935978678029632,1.6372838033584423,0.5654951086326719,0.019864269610558198,1.933054406466032,0.729226292333175,1.3112057363941778,1.7919258955923412,0.27793394887991096,0.30319303005268666,0.9456639520734577,1.6678474649387625,0.36749285909760654,0.9818013120064244,0.08043555500545764,0.7475166571647183,1.1037712624686131,1.6916264735067335,1.8939303244890684,1.4295212066770893,1.7103083187586352,0.7883016429208418,0.3441178831567778,1.7915554579651582,0.26449594662863274,1.0527293215650821,1.8209906191794816,0.18028571376700678,1.1522964729921552,0.4532681156464424,1.8551867359943366,0.24407416887416009,1.650245831074876,1.5323669992,0.826489848714651,0.878615218069015,0.4479806611670025,0.31192803355851423,1.7860332010624904,1.7466824918345654,1.1399639747083505,0.4129909739600838,0.5495274137583398,0.2611045096427129,1.2334922229866971,0.9269170350403004,0.6923594760922107,0.6064261389694864,0.4618381577348409,1.5126564281106738,1.477870616389835,1.2035054985988278,0.1760070204403021,1.6149104757248554,1.3824742169879687,1.2972111739385945,1.008020707740183,0.05785634664031562,1.0761278190690824,1.0854655417017256,0.803356184120672,1.129231859873599,1.744330616415058,1.4678237409982715,0.9801058119797122,0.4076103267456783,0.39015301457790724,0.4204322006618288,1.1472444005480478,1.8271830081647786,1.4725657879757175,1.1994650124094728,0.6079970924101196,1.0723767994802134,0.9554420248807717,0.09209068999804489,1.3706518800826635,1.3939484662957642,0.941999226114778,0.30328325374294085,0.42692015884886425,0.3281532345402232,1.074106271764794,1.720467156776745,0.9747104912229854,1.2759744981277987,1.6058417585633677,1.8207732480879468,1.6586011952146882,1.2394842274914255,0.035797935513345876,0.8694599820497573,0.7562506417924783,0.2690685495409477,1.7376483592822987,1.4452785099454661,1.0465059614682861,0.8126015535118716,0.44612930660475214,0.03905888890363694,1.3760533682965987,0.13838712453447777,0.7339093734161942,0.4244978851273828,0.9508535266277675,0.6084258163728461,1.2644308580866075,1.1960511854905371,0.018520433185165622,1.4850763970668428,1.499820981138656,0.4294603610847168,1.9737287781633148,0.49776364686095487,1.883081421895669,0.7456969570177696,1.1439201843612228,1.3800578943413737,0.11802582179674116,0.06071757882214399,0.10001382668184054,0.5694802425160348,0.896685742867521,0.8473040567705608,1.5474118918943147,0.3936510242248456,0.6842913581089111,1.6377141652277454,1.0001732703994257,0.5589182643203922,0.8379967060238528,1.877461332638459,1.6107266072131314,1.7518899236523535,0.8764130145082121,0.7904029060847116,0.6926601681270841,0.638187147842492,0.7439642610111507,0.9846396989532332,1.7729937786158683,0.31284918946712,1.4333687279359568,1.2983918107621424,1.1920033581339329,0.3680475372042373,0.46935131934512786,0.15289781758452584,1.1589820757075366,1.2092727317228513,1.9302266622209319,1.3487542530341898,0.9874562779454172,0.28901121829041315,1.4867130489734226,1.5674591909051,1.3475023268827806,0.09346852072314153,0.21053096199464844,0.9219804738905503,0.7057955299328079,1.9179247004700744,1.1483599128307795,1.8120417010946075,0.21110656571040023,0.22293762867503922,1.6961950853441543,1.414733263456606,0.28088173871721095,0.02883573502107475,0.7933720852043742,0.6475245608647567,0.4038432875932312,0.1951989551144014,1.2866233986065971,1.2513203949579417,1.7871275331765974,0.4662904665564598,1.6503275225354261,0.06140940972624044,0.22565356876027806,1.1574433552819623,1.1216595514480063,1.4425909035564446,1.7779678934229353,0.4873332715530603,0.23874870512422428,0.2452131923868876,1.082080852964221,0.43880238216724743,0.794422849427464,0.632356753259981,0.4211226830371042,0.4808853887898302,1.4489541023019097,0.1881864667510389,0.41965939299610355,0.7393413894679923,1.958974966993493,0.8225631225302481,1.5875834699245261,1.3473038289418116,1.592592768225013,0.9232306959789879,1.8234782480407414,1.9624629931432997,0.695676326139299,0.9747965994908989,0.4680007482001138,1.5629401563714016,0.27403789149719854,0.7955933456486419,0.19408571298148825,0.6325391298788848,0.08249641062461828,0.619610906228155,1.1406240453236889,1.7045345263940397,1.8204789769506065,0.9926395204532806,0.4507140381395137,0.9547511989142946,1.4273918394919627,0.23468825552750128,0.24919240322693076,1.4993443291809443,1.894262411741904,1.3433546136750518,1.1335945310620714,1.910239879260422,0.2374292761312123,0.33734648113355353,0.40123275927870833,0.6039377382145732,0.23069024419667208,1.9143395559791343,0.8990161472754228,1.9306076058523798,1.2549069434465674,1.5881416912298527,1.4071395258576542,1.730579470610539,0.9163040759251987,1.2018169710295186,0.6048669739959195,0.8898633304039237,1.125287812648497,1.2642980442194618,0.6579028042073142,1.1536684517241125,1.2415008159387462,1.2900668372866608,0.5047221431255086,1.5754216391054028,1.9470017565483537,0.19574636834983278,1.2916244525762683,1.1900850495904942,1.9944023029120788,0.12931034718193785,0.25525386159888547,0.8452327612604456,0.5521599639081066,0.9660005768868454,0.2895567211434543,0.3872093279900815,1.293413267167858,1.7194752034362266,1.7281660034973159,0.4091887382778139,1.8071788562212912,1.9901500277406594,0.2684498471649406,0.4681269019334423,0.1362775809123762,1.778133004313099,0.8103789813889439,0.7126318813577157,1.0025477816553217,1.509140074743706,1.6618812573173305,0.618525170771562,0.1794658877149896,1.9845956988855407,0.2550102146720497,0.0200168327569911,1.2456468987993798,1.8945701838304398,0.42905555785760235,1.761583980970289,0.6940308498476999,0.4980298424681993,1.0800071458871245,0.7758067190047432,0.5978225998478675,1.7734172429122974,0.6048516133608037,1.092670776911824,1.087873938282623,1.2108823699795181,1.5527460351417477,1.9180797254961608,1.4844230109562477,0.1492590121628919,0.8885389761509366,1.0172384027228383,0.13029527854708717,0.39390621447366303,0.3752390690300485,0.19244082852317837,1.601461526073032,1.9105275584277,0.5789269386025334,0.6602087842206043,1.4292645145548968,0.8546009160592661,1.2406526492605774,1.021132557909783,0.0856676912153492,1.0328756957296887,1.9923675565417502,0.5794692621931296,1.9342265655279192,1.2526828579964175,1.3630484923853747,0.01161416500815781,1.1387684319389884,0.13475952123770174,1.8952809398419648,0.9957944337884556,1.1645560157351238,1.9857477531684293,0.7131915646713639,0.12325613333671376,0.5790713070478581,0.7256474594104588,0.7590738634877707,1.9165049612388423,1.6707289924998259,1.0104337369223262,0.6615304376900047,0.05630402977925962,1.1811466622525397,0.8009607729411994,1.7748505113161133,0.5386042933724952,1.8733111280587615,1.6063440494856305,1.6395792429102962,1.2980335543644632,1.5658722890986896,0.2690925543136337,1.1340419379134175,0.3240726791265696,1.2787239570984636,1.0052692845095073,1.493849783087484,0.0892464160103175,0.8221519567209116,0.7143054036220655,1.5682067920228466,0.26882336319375244,1.1475862186637862,0.8831582045287543,1.6518286610523165,0.24800847756813685,1.3372190814732152,0.730188800867503,1.2705021606262397,0.5711260035159293,1.3694608805415727,1.1640729934520304,0.9427269015685223,0.4151372674170944,1.9633972531738957,0.24359623661029353,0.6232386291362606,1.0902296487409129,1.6743464810502433,1.1423965004802046,1.9286749234752545,1.8655485459340384,1.1439956994720273,0.9647387285099476,1.6720854559960219,0.5269250290960226,0.21657500692970202,0.4105819812955711,0.7338179316346382,1.3136836433200412,0.9023574512775954,1.5434184449100345,0.17284832017617174,1.86404217939458,1.761223569068261,1.6999071292969015,1.6650230020752308,0.2586393210677116,1.9493240684370567,1.0240760180612212,1.6633265419746843,1.8749420749715773,1.5943853727374107,0.7493168455037641,0.5556799625657387,0.8224025826992889,0.9259121879894777,1.731382978783706,1.0065473703043653,0.8961839607134795,0.24465843541811425,0.13665033838802598,1.0608167113890299,0.9504835697470676,1.9264751115805576,1.9953316396457959,0.5634369725939491,0.9938976037948684,0.3268915933942428,1.3822891055146143,0.7241906289415664,1.44303196951232,0.4680178992720175,1.0287566169639477,1.3622109547582937,1.1501190815382574,1.0357789783765343,1.3570054422183484,0.7176905137703841,1.84036975452132,1.068849073425989,0.7276367374006193,1.0257293642777845,1.8058507386914604,1.80228646927779,0.8688763773066998,1.5426980832942732,0.8963881157465635,0.5401031119646296,1.6353932168856644,1.902135550688896,0.47098546227113114,0.08446372490063417,1.9457826818404864,0.09618503221811342,0.09939412591398986,0.8663424204243735,1.6828227571168295,0.9354665396601552,1.6938502371856967,1.9078227832441756,1.7719570518776047,1.9811358186150687,0.8696807083248606,1.5782789184433466,0.759509823283169,1.9338901527746535,1.166978701927032,1.4626443533339264,0.7019504556184171,0.11421114757294556,0.5566641346298778,1.0661731229300009,0.23196556610074448,1.8633985990853923,1.6977482564183244,0.5378847187527144,1.758974016305897,0.5020671596118359,1.3169656442870725,0.1532475242228019,1.4442567682657825,0.2135833318801642,0.6198897126885184,1.9375486157932778,1.8044331213424623,1.5195479282356328,1.6271102703297742,1.7109149348627088,1.992176465539654,1.4847324856531892,1.2639374556165277,0.38757000483299614,0.10265742571352629,0.09410496095043698,0.14797262800529523,0.07024107702310012,1.1379975762650183,0.9721408733253868,1.5156990824927605,1.5386627423308143,1.501680283877703,1.0411352126671172,1.6497125427553003,1.5221997657095145,0.33193768550382746,0.80758836356526,0.07373525931387818,1.001185807251136,0.4325910007644987,1.7474925403786172,1.8080167901711253,0.1217776110915028,0.8861298986380686,0.38398812726346887,1.944953030194548,0.016319467618829894,1.1174692811981235,1.85229324281249,1.2827802090927551,0.24170311834515162,0.6979833879285658,1.8414661159830208,0.48473678617910304,0.04488613823181662,1.9099388123000813,0.855861418270789,0.8060705591076698,0.15981243619199445,1.2746004271625957,1.7612252612596038,0.0003721773928294551,0.42614995342510437,0.9596405762513891,1.9969925619855826,0.039396705417372925,0.7445940818598231,0.980099150802253,0.1573968050416096,1.58901867733271,0.9642011050216301,0.9730678926318084,1.6515854019506269,1.6357801176762565,0.8511453755579128,0.8849508648067294,1.6729588686777799,1.5007636136062832,0.5839116970482066,0.3361469978384027,0.2245536884390066,0.16472801955113292,0.3058837509255624,0.6052269834518912,0.8159196653786184,0.6371061614345633,0.840576425433746,0.7769368104514732,0.8647879004390698,0.6944652360681548,1.8583588513859317,1.6647293160975118,1.8140111421010627,0.982630647510305,1.967628922328908,0.7395090628213575,1.2586768904001997,0.3424602586754951,1.986362597249527,0.3560370494052653,1.425345772135703,0.48267966018613173,1.6837960393876983,0.35493013576752624,1.5099039671850563,0.9081975685744046,0.7194300139931802,0.8338339677490633,1.269973408301105,0.27179217840360564,1.4426163814510524,0.14707872556706073,0.02106634157118582,0.5536147181055336,0.7618672239448832,1.70748392215437,0.7557000162294584,1.0288936170623322,1.5696985209819416,1.1504188325594205,1.528388577130194,0.7678638838617455,1.7896459692370872,1.2081527575049458,1.7616108564314745,0.16349289641640044,0.17779180627983374,0.020989385792960377,1.8581464630524742,1.8236836855960943,0.9064996849021795,1.9399039123464052,0.6929554165056322,1.0368771821854186,0.7862596766379675,0.4708257107755795,0.7921162933009515,1.9722809704838502,1.6727292780251306,0.319957422618681,0.6760968590602885,1.7098749256022374,1.6487602845816314,1.5626986006328978,0.2934968604383222,1.1495088713736539,1.1872680473843624,0.3943231861739099,0.6629873300141994,1.6439231546300308,0.47636398957134923,1.7937287968171842,0.9858038588239424,0.5010182231101428,0.26273424743806284,1.508100885637537,0.46787936893514115,1.644235842953621,1.4157792716158064,0.6777216373326912,0.6376361956323774,0.21651645419005766,1.5284586468940669,0.5488706328193313,0.5352732043983578,1.8214367689377995,1.9200459710307054,1.5487141847506216,0.8773196000266639,0.017343846026431867,1.0609879398872044,1.1198395098709057,0.9353894531800384,0.7376078794953588,1.5855598687746495,1.0464464061549956,0.9685620986003586,1.9461154471459887,0.5547629885138283,0.6149099228707047,1.976412031967585,0.6664982159426547,0.8316264049142084,0.601926711189845,1.947269029871583,0.05165022625971269,1.2522738423283888,0.4062489147127767,0.8600822933187087,0.3462948664651173,0.7131873479287647,0.29445748009857614,1.5641144597891121,0.6581410916918086,1.1564012178257639,0.5718764445564339,1.2301017821751037,0.7302860223856416,1.0153148005475345,0.3158879320797604,1.0896678669902045,1.325430343838428,0.5403906561973766,0.7831570802928686,0.25996418933972015,1.5725702561921635,1.5084090119251339,1.8007818670263416,0.17366956860487417,0.5323274448969915,1.7382870238158377,0.9257006377570586,1.8300982816323907,1.5154075316534956,1.565560263529222,1.3926097768543497,0.7982616482510742,0.5305162601615172,1.12248428117781,0.9031274022909533,0.59390442300086,1.1666200988238924,0.21996342187533963,0.9738812228757763,0.39678856022485065,1.6285001309290335,0.9969598699954217,0.4906607231324253,0.08947972644562716,0.6297197904433974,0.8976984514096066,0.5435296646522719,1.1544668635590958,1.7421021921134112,1.9469680567398537,0.28883520578080996,0.05426500921098404,0.9986319128921127,1.4962040551509195,1.6134155626466802,1.349391904275012,1.490132584689506,1.4749521342396985,1.2560468672139695,0.8386201170213402,0.279164826125227,1.6082564129128707,1.3755523628296948,1.523049055628979,1.847122983412769,0.557486665861499,0.731876241680488,1.695546612059055,0.4800790631771972,0.24878814809628205,1.7797270041192554,0.36716503273391726,1.6670729233852073,0.6834500431605337,0.5881179595457054,0.06377724199134943,0.3413792614700174,0.6538035601300253,0.19153583382526146,0.6569554108180871,0.48594254213347826,0.9578882932260978,0.287472654361374,1.5674242657862085,0.06567024066548693,0.8620306318985166,0.7890978574214119,0.5506279748513144,0.09384928205808656,0.5331168772793873,1.9037833640535229,0.11218073343830245,0.14786751777357582,0.3341514982283282,1.3240696120654947,1.5322632026682068,1.4200306781152892,1.0419746903783822,1.8222706595297595,0.7318166836169511,0.7742030613667058,0.8128455669180383,0.4797356849719659,1.9159590204455959,1.7144611770692577,0.8532175588062337,0.723716765248034,1.8992366420626527,0.2664715048448986,1.0568402146740472,0.8035772756047873,0.2814998632167797,1.8300632023678265,0.6051627130684623,0.7449703569257127,1.7902957505607269,1.7775325645390407,0.5662807621312136,0.9404628048595307,0.288280487183986,1.075251612174577,1.0027259149530197,1.6594609662173965,0.8979800267194354,1.0292658648741193,0.9011955647060128,0.7527107913621494,1.0760640479809154,0.5794729990801252,0.6843394341883671,1.9856306334146863,1.9500138671543976,0.7470858387713338,1.7622444828264012,1.7387867748016832,1.524283634670176,1.477353400055978,1.5823429684154993,0.6338045056698662,0.7538793781875825,1.7176684541128928,1.6946054699152044,1.1264088656096964,0.3924556042666353,0.07619055003283474,1.1371196116336286,0.2855670320233713,0.9447849501576242,1.5717788362510487,1.071283459694096,1.9102051021660593,1.6205269171018697,0.4251737094725859,1.348035491875675,0.6026729662014715,1.5618354131922794,0.6984701640431239,0.9153583865577044,1.8252463088769961,0.47268720087167,0.36014381309287785,0.9258572111440404,1.4066387087617798,0.6201864649986761,0.9950536271505082,0.08535154600708723,1.7598974257805935,0.794204881213765,0.32532675329976896,1.4378766702850734,1.683961120514228,1.2345224418886822,0.8217920541446946,1.8261586125888074,1.8335770182530957,1.543826275836256,0.8814565983764212,1.806544977494399,0.7229610874048876,1.5242094522962324,0.1195404486674047,1.5255954582818954,1.6421833320820072,0.22520319270389993,1.2580055804102521,0.0709618582333198,1.8039188850763044,0.570779817083778,1.4519648632873747,1.226786607146018,0.9099425089272747,0.3634711539514415,0.3321142566012884,1.6581472569672315,1.7468492952690884,0.8301694982003669,1.80141294510345,0.42190428313900663,1.4746401487068839,0.4543378638303327,1.5606323662264168,1.7900409072706442,1.749634997355991,1.0297067022141084,0.8216304903313181,0.09847644541952731,1.870804231198851,0.5507548974282712,0.8902153104202358,1.0009760730577362,0.03316120123869666,0.014010850928839335,1.509494716465151,1.5753240620707907,0.6434311407152593,0.9793893336569697,0.7778796698956446,0.8470361932592712,0.01594044096197938,1.2506314757753219,1.6846619381654933,0.012094875855012358,0.6362825421482178,1.0250096139352391,0.07511796416955878,0.002779708306002168,0.5361346606411349,1.0615673049961531,0.7991053486534111,0.6681563241311415,1.0065150469973163,1.026944848153429,1.1722373750620652,0.9731067409987108,0.4149436909158563,0.2803424850810848,0.796771188187261,1.3058436490293368,1.8975142348639826,0.8615810555065274,0.40285447418789455,0.06474739433311519,0.5453083977334379,1.1924595178964557,0.43076706238714546,1.4012634078077277,0.3206321383855472,0.08074287722822841,0.9614353950295429,1.9080261740566251,0.9252054735314237,1.5099839739172154,0.09880092701576769,1.430774921298872,0.7739562727991817,1.4324259986536552,0.6584034258815783,1.0303803220460013,1.039718422689367,1.2034196775040416,0.6884290300694477,1.9062986166181461,0.12823555232707295,1.8025534410050013,1.1584129012451383,0.265629128618832,1.605752858072512,0.4041992336534008,0.6124813511532676,1.547642026045894,1.254080098669101,0.38638156216336744,1.1118398906988078,0.9884455575161742,1.2289761975987314,1.377065921987842,1.4321313531581161,0.75131766511535,1.2873311598044248,0.4564067243045189,0.7351893813740715,0.9060413399568825,0.21194154632906606,1.323176389871171,1.4329980094840278,0.4629907221997901,0.47917320598678537,1.5477640164785147,1.7980428277856333,1.486296720243264,1.5324531285347833,0.409121781708758,1.6448956764106988,0.33368025065340967,0.8064374280050859,0.2162546006911993,1.515043616161983,1.6107505212003443,1.5449245502626066,0.29973378332076017,1.0220042476829445,0.23454381173584682,0.16720253861616732,1.0019283108390367,1.9797705604726896,1.2094256491615216,0.7760395941696766,0.2102901418991611,1.858002718595602,1.7906105841932893,0.08073119611175783,1.3855844392299685,0.17028013751315155,0.5640345919238378,1.3314553737502222,0.8431837956065185,1.385174914245146,1.8101756502072253,0.19508945887570908,0.163096777007934,0.5409695997736024,1.255248530094573,0.3125142546623871,1.9923596556096619,1.1255478879312901,1.0310778881644742,0.287176604228041,0.9296462169681163,1.1024598522693583,0.038724538546741204,1.0486505784639026,0.406540141676686,1.034925141084112,0.24631796914671486,1.5412781867897587,0.3839702966511154,1.5175759094885148,1.272455691586482,1.9553954444398471,1.1913618229343037,1.1605520332137298,0.816725991867608,1.777903027205191,0.7463178311802652,1.9162667863334995,1.7944640939045706,1.3447353358276306,1.5210131609585644,1.5029917130134334,0.15240232583339341,0.4521763118431074,0.6783220599331939,1.336396295299531,1.0827045347697384,1.3230539846491707,0.1345136238846016,0.0975875084106557,1.848137416702702,1.068638466977038,0.4173781908905174,1.792043101104741,0.804041835870102,0.9342149151061756,0.07038809238055009,0.48221231658044855,0.04135036721228677,0.9495711877676127,1.1680350483297097,0.85772464486007,1.4569640347427453,1.6180155295270577,0.35523539692496287,1.6464092819551723,0.6820528397308167,1.5444782490592093,0.3032943332903701,1.8720537591957602,1.519943743044346,1.9402716554321273,1.8582405738697156,0.33987704889998355,0.9807119136836997,1.2228021113840992,0.9247969910452583,0.10495765861337661,1.8407485046472258,1.7563741416685683,0.9909831077465324,0.58710147126075,1.5026815031308893,0.7529990819943472,0.6191885625370993,0.9822435863845537,1.5134092953543616,1.0016006337762253,0.25919855283437554,1.1485832181769016,0.21752703299064502,1.8499335441265294,0.7236742505818883,0.8989082509561566,1.4931923044748905,0.5859493350894573,1.9600352246653252,0.009933422061635036,1.7824722666315134,1.0767122178634567,0.7873519197092169,0.9160322402049879,0.3428562741365831,0.18270138973673333,1.2835500922828273,0.5689842982207874,0.2036943295168712,1.1333574989770345,0.6675272461557429,1.5382390068616436,1.2366048126234404,0.45382730395025667,0.2714345188650014,0.034545933352690725,1.7141125034785172,0.8698393260915043,1.2994428835988567,1.171211054901931,1.0835731369768178,1.3202514776155105,1.9267841639484449,1.7225285521207718,1.058041374617552,1.4496616461216814,0.755167119122306,0.956296088968745,0.9707259830191353,0.6221335116824989,1.0919417637760818,0.3426486127219905,0.583186457807896,0.837762962780402,0.5190899355920724,1.2748914376890428,1.7937919169005279,0.05686372700711014,0.48418017407240105,1.2172262671923868,1.646379398214998,1.9193507301664798,1.2160553315683282,1.567352994561186,1.0007712110360893,1.5152542904313429,1.1166419604338695,1.0600828048501814,0.002786615288279104,0.7758205384380827,0.78577142344122,1.8485728567033304,0.49232256238466826,0.12157822420287506,0.20065874783352705,1.4938289676599679,0.1719756072908622,1.5134019582485156,1.2245698370454623,1.9415369224661438,0.8692001046427817,0.7599595556357509,0.5995857773972973,1.4183799135604787,0.05994919387106022,1.5486923485829194,0.7170591960423942,0.5121556040923381,1.003508105253299,1.3767061911752756,1.3133047677894423,1.7961080520186372,0.49702222983518557,0.9607981615895805,0.5774711351778876,1.6236523656386899,1.1753361761424665,1.694283386677996,1.7921650322286435,0.44922298225783336,1.1799854243100572,1.9928334927744014,0.616140343329887,0.788144739863927,1.8245274629082464,0.9831130709216735,1.2843173449967207,1.6245838521363127,1.982337781124941,0.20622915810134182,1.6812719444227706,1.3908489877608876,0.18764960236635345,1.2155845807319159,1.9390738051167018,1.8274572918228422,0.7391111743183,0.3043274346622095,0.02797672468126837,1.8172897650033215,0.041492881570341957,1.1883161998720215,1.6172576551060918,0.3004541505064195,0.553212772212142,1.9348739467042606,0.7986981952655285,1.2463428495086102,1.7660390535502282,1.373014087037037,0.6438468686767924,1.486946365960864,0.32895928086230153,0.4415042282837479,0.9732523160981669,0.13518290747876754,0.05077419879466731,1.192437445005319,1.9534529154918285,1.8084330177723265,1.136379454576299,0.6943981722066175,0.033270300963843646,0.8181513110766645,1.7704336520915378,1.4073604973006906,1.1992768544128187,1.981356854043087,0.1834353812907405,1.6954415055032197,0.12146149513070469,0.18388249952027108,1.7782942660119436,0.35134195076393643,1.678767444476267,1.4825318621547956,1.139742328761134,0.2966665166854809,1.7410171931824683,1.3705970780902526,0.5336091728511596,1.9869105233014186,0.8705250638553282,0.721868908610143,1.7806626093517866,1.9753179898682,0.05738368146143257,0.7794152871698473,1.5295080121790314,1.5213171368194027,0.3683277029500096,0.26747304017693563,0.23735895076764324,0.09825808920478113,1.8773208654945432,0.5633930408341655,1.096350660794936,1.188214452801397,0.09038870328305389,0.22563209387559652,0.9676376518431802,1.5166065575526186,0.6334375408880046,1.4953192983680177,1.0104062810133194,0.8753587807897222,1.1705738392704874,0.030795234542807935,1.9729441057944603,0.16659536619427834,0.12532956655807972,1.1401125018204008,0.5969369768556114,1.4292977767970343,0.6232211582826251,0.960287529330502,1.4406111460454918,0.6565720606155698,0.9625342126533927,0.7497573897556815,0.1561315148064985,1.105347992113743,0.6505059341064583,1.0708596330623286,1.0691197210188532,1.4326153929797507,1.2570835042016064,0.5793284700390884,0.8784180094432219,0.5881085466031725,0.9440231032338094,0.482834824887442,1.876069487357683,1.6931459562574662,0.9510080955199868,1.3997328948928631,0.8461442446906146,1.3455392243420499,1.7559380435532528,1.3264840169655487,0.526151699952608,0.9878916524490566,1.1756494518408176,1.9464435883278846,0.5954626981354644,1.6350287756228832,1.698622752207098,0.571187049625137,1.303017420858246,1.521431673229056,0.7263206333539156,1.5510456311560565,0.3078732591313838,0.9993650161465778,1.981667960053949,0.7288721205693084,0.0013712737091386906,0.5540832666552964,1.7941335208177336,0.2354855687810638,0.8309762198971188,0.863094263313453,0.18622226839128736,1.4205979527874204,1.1566176996057618,1.0587739599128958,1.0959795050586905,0.7274169606371941,0.5580808296229841,1.1350269290102148,1.9981715693747366,0.09954307028597324,1.3820101690352617,1.5539214656071467,1.257415642624329,0.24528045908734117,1.307834280799827,0.9596345659364598,0.10994916022699895,1.504428873307729,0.42085896267112266,1.1096490216899704,0.1999284529315967,1.8128323827077837,0.7956684828504855,1.1241219761740375,0.06598661387263968,1.7307892000144687,1.3560968694542106,0.4236149932276087,0.5465352017354063,0.18692989375287192,1.3816041217600186,0.8143033348494083,1.7111617272677995,1.7531491972322804,0.8476094460413635,1.5617678093455765,0.7678098348950644,1.565588714043536,1.1836027982023904,1.6525807560095365,1.535924704881056,0.7253773778931105,1.6321744143220553,0.3619054313641125,1.5051204218050243,1.4236768082355395,0.5581510001316905,0.09625571703289301,1.3695646575661165,1.3917177072250297,1.1022637924456844,0.6682848177708406,0.36631328448993056,0.22173657358556045,1.2084447814640942,1.5446585512897937,1.6824864132266721,1.245038532904251,1.2174521607838336,1.5711511556007232,1.0335286840863238,0.4961454862192527,0.08130644722845903,0.10824944429859774,1.3180379287770772,0.4154057425839817,1.4821051681513824,1.9571094068278507,1.700985991756943,1.378368667847474,0.3640889345241203,0.0597124066334992,0.5456350082798741,0.06406024657835323,1.7681632104472216,1.6790001745675136,1.9457836177239287,1.8875435816942534,0.8809628589270775,0.25763538770487165,1.7153301099440434,0.28510898251609285,1.9114088330145427,0.13690455173757216,0.16447532691858222,1.3166306589306158,0.42525677828534975,0.7276568720241304,0.7780089245560995,1.7215809202150907,0.750334203040843,0.5546621048093041,0.21009150679278946,1.7873068089495123,0.983642741295728,0.21136924862535433,0.8547029547778408,0.028583875326452596,0.016679948358768012,0.8425225506390236,0.05383844136971282,1.2875005076399373,1.6774468018316133,0.6174486184865474,1.034953062389802,0.8251802663115378,1.18422104164543,1.478647876716276,1.277650032021249,1.2980498624210797,1.1789597052630965,0.12033159313161773,1.8581338972246482,1.4062735701049867,0.6793349694675782,0.7787057205242799,0.3977377356783114,0.93538215646572,1.2998516221285816,1.200811593485335,0.5426228846593951,1.3794826352602014,0.8237029836998474,1.6421289715326797,1.4539142329464596,0.2516313169023867,1.6775600573051679,1.9489142127102068,0.377650389242108,1.4564749220278808,0.0012544078854297648,1.3338985132536216,1.1355830470321049,0.8329378516805859,0.38626820705564335,1.0878409798700113,0.9225183720900989,1.9524845968714846,0.33649668231492497,0.707329293389781,0.8866420840098419,1.056825535920018,1.4581525594554308,1.6761525418195728,0.23615416484424062,0.11589212546343636,0.1634303392626506,1.0029229107305166,1.6141317951551055,1.536404721371301,0.6949021678618744,0.7385072993798403,0.5591239858110539,0.8664047803947468,0.2572475403742113,1.318228911313916,1.154522905552032,0.6395614956769999,1.480311489964898,0.10943338337497777,0.790800299502296,1.3362937980675729,0.24529488889683798,1.2740592139058866,1.7967989286009598,0.26017455549591917,1.9430779426768714,1.3831701076777603,1.6434863755360103,1.8568226221206843,1.5043658721003712,0.9382062284989763,0.7388950018306117,0.5166779024029444,0.6945270756921874,1.741339174602466,0.8449105016650965,1.0371978090801832,1.7733151338238964,0.08465106753992838,0.42163673038831584,1.6594568151063902,1.3051636745518869,0.9518566632944773,1.5997101921558863,1.2671718397110245,0.7311598507984446,1.465831770296484,1.1386151676212366,0.029551385975785112,0.28312552418424053,1.4175914616133158,0.39822783336012135,1.347783837733163,0.4379077086947369,1.1079402948980868,0.11479662189238966,1.2208093282614592,0.38491889060275114,1.382828517598523,1.2348327957501184,1.947954288434727,1.0949457475689117,0.7153509885131323,0.24546617786680772,0.04116341316055132,1.6307229986889868,1.88760861730693,1.9332225740357716,1.1039392108795594,0.5885196262441359,0.7454484359767498,1.911187306940834,1.8123307299208435,1.020610186017663,1.7574376224287072,1.8200253773375215,0.9228147445574691,0.7449628977532575,0.3945162524637208,0.9314538173592019,1.5382168731765813,0.1661282269170143,1.5319790767044599,1.6028735732579038,1.375948746608993,1.3786163612685485,0.1645418942863326,1.2416061565060788,0.7595630852943229,1.8350793544677364,1.5693637786149408,0.9789700152589419,0.9724465891408619,1.688365295533427,1.7017038005401972,0.6261273338547162,0.8507071150240514,1.6962139749366498,0.6009511864205103,0.5819966375918592,0.36527965312244465,1.2739408780484551,1.016250633016654,0.011412105018305564,0.22448708674913784,0.4702546748394518,1.9571934163766886,1.5388847129464533,0.6201883843713816,1.4658994496072926,0.8893779154122369,1.5437960454745583,0.30669506194149593,1.920556602393824,1.8234517160286876,0.3326866510921326,0.2782089458242015,0.0767286906313417,1.6257271366453783,0.9304636138217088,1.636996574423493,1.924382049775906,1.6183664094333698,1.6072778105831869,1.0567744447433987,0.49395980735127,0.14568729834222985,0.6577875540607168,0.6581121483783474,1.5654580839588368,1.1577573359468751,1.2350753396327492,1.7420025967537645,1.9225005123844159,1.8959707861273467,0.07003126318587474,0.3859654621926157,1.2502015265216524,0.6557821290651497,0.9024925118736751,1.758556665642333,0.927827724502629,1.0069453790781167,0.7305421419848772,1.9967691865548285,0.06730866857857995,0.7757202974530968,1.539029496017795,0.4263878512398724,0.06637771899907492,0.5054016338569132,0.17908997533391477,0.008642870867621937,1.5979937444081216,0.5465327600288336,0.9519120368128041,0.15756621162829135,1.8821482716864433,0.715743804566092,1.0452362680574048,1.4992911383352112,1.3133060273884094,0.10300261711226152,1.4527404084602091,1.8945198131399876,1.0203229567171839,1.3770573702606372,0.4448713525927963,0.48428310663435603,0.9784845138930262,0.5018674768147487,0.13420192488697524,0.3899666113689274,1.018560812259425,0.7282970968394571,0.40653109930360526,1.0177840178256559,0.6974349635367286,0.6162042034104356,1.9238192974434936,0.8089466358834945,1.9005709836225622,0.6210861347711821,0.5851679479543865,0.2812867383198529,1.9411343131421064,0.8255768185518574,1.9048393549766267,1.5112271546184053,1.017950524839855,0.5761996203329909,0.39765810644713645,0.056483327542610415,1.3784265046151327,1.2401408105181142,1.1060340754912927,0.9345080889727335,1.2670694747366134,1.4932893284802986,1.2054394081021653,1.538324290494716,1.183348957638458,0.5654682705699158,1.4197002885151069,1.4112530120950673,0.4973548758427617,0.2688894406411526,0.19494622352670346,0.1973936799192448,0.4392606142983921,0.6031283120638368,0.9906080411139929,1.2900647818421518,1.5828870561989368,0.9413032850473695,0.3398001821864052,0.6025592172788515,0.6927140330691126,0.7936757488647974,0.051894007466629276,1.1847300443918112,0.8388115506514425,1.1237526857023898,0.5932582849632528,1.4126621437969058,1.8757445571007925,0.44071396861561635,1.51470198194499,0.45485685953522165,1.2367043770224582,1.43866958682205,0.6424846666495326,1.0279620638285327,0.4409358415356609,0.8113123277885366,0.4977758069714774,0.3925646161922578,1.828140339900168,0.600723860214194,0.36329280430589456,1.885170209669482,0.7742133898411948,1.0235660668946713,1.0819940971585778,0.5097542921350442,1.5921897198306705,0.05843924600525034,1.17819680873491,0.2404047145526414,1.9838882839155039,1.1052036330817543,1.0910939560927417,0.026650656879599277,0.21260821637619673,1.950423360077546,0.21437980356221112,0.776719282562511,1.4693980494359953,0.9332250041403526,0.5395891582662179,1.0609132023190164,0.3335557439747518,1.5586289799147721,1.5156959018944234,1.939105681161682,0.5050591666344302,1.4820047108405507,1.0478674640146335,0.6412012527709594,1.4601197411605946,0.053771682819908295,0.7230822488597468,1.6948918952186316,0.6974921650822429,0.157059414540383,1.7928725403077617,1.638501417013486,1.5989633807902293,0.03498746320083849,1.135393328659993,1.381251390523531,0.7412408970856051,0.48037783501308307,0.2930611930108111,0.6884786438338555,1.333532377381524,1.9323163503545546,1.9888890986707977,0.9332694961542829,0.18074722680151958,1.0408895387529846,1.880598183313769,0.20656270201968657,1.1520146183094644,0.5254179219663802,0.7565193323363695,1.8277098092285657,1.2990132263319683,0.5767185854574933,0.6828012416255799,1.7449037551368487,0.9487085634212418,1.0930478928993557,1.8905609400271681,0.5842857681447025,0.6834760617709567,0.10421029832065533,0.2905339472011423,0.7382054806784346,1.9157275157283449,1.5299906544940531,1.6876078898290032,0.8101304356634721,0.8003009126385221,1.9083685568463178,1.7094752020274029,0.3572199034633297,0.11891151017595986,0.4730129906057782,1.7117630885957675,1.2581898160286915,0.9632672831080507,1.948533243491092,1.257003357857432,0.7141150553997884,1.3394773048140507,1.2441288370617891,1.486775331174018,1.3897882166155102,0.6161431224558085,1.80596024758985,1.3730770861115065,0.27282905941946595,1.0601575169147357,1.7533384198834951,0.1464302578260938,1.7553332870689713,1.472071751208715,1.8999965860486503,1.722465829618148,0.01303894713486736,1.9032747895558344,1.70380764433951,1.2949204698743988,1.727569381259002,1.3090976946075168,1.8667414213802984,0.9610905861311542,1.124160078290752,0.3242136828760513,0.9872830002135381,0.0696443092890443,0.2035399822069988,0.2587267060675889,1.0064792875046498,1.5813347766807833,1.3708331189563276,0.34495995751158703,1.9671132969040286,1.917024770245727,0.7871374956165064,0.36573207960011345,0.21688770336130603,1.0499400961620027,0.22468923003617403,0.3641756828074637,0.9917720447787198,1.1650604543457994,1.3984609518852962,1.2719170514848992,0.31853253485453664,1.9118350337960104,0.6553223594818428,0.91215298513104,0.25702921711800547,0.28970888290304814,1.430224242130273,0.6631074913934077,1.7128491693460552,0.6265246295784082,1.157822901480599,0.7021464625599618,1.70606136457685,0.7260128837414366,1.6284089782171847,0.04008482617512311,0.5692579306968438,0.3951448258541886,0.8981284622175013,0.6574856599683498,1.879058020032251,1.9201301190497106,0.02475047189290622,1.6568917723857293,0.5548341818994816,1.253124958134338,0.6182377867262675,1.2937309904835186,0.2949579812708891,1.2436057250988146,0.05942893421905194,0.03176642766575916,1.961751820133065,1.4326985848550597,0.30242090020042894,0.16836481919405133,0.2240311831494412,0.2754605063620975,1.1005052754858142,0.42476791140130526,1.061147249509342,1.312453159901539,1.6320437539346433,0.1884197493325692,0.3975229351479803,1.7695774902438859,0.6463179249331608,1.2128213474091332,0.8624963668530352,0.32895971866982326,1.5548052844167164,0.06216610170856768,1.1243426726415326,1.1453653524461138,1.2017677699391944,1.4577127277754571,0.6887668650632641,1.9489615066561021,0.1862750303002001,0.727282754790486,1.1188780873216917,1.2435054623551607,0.5319057120281463,0.8831597809119135,1.2064440206049305,0.39886355899870357,1.9115150825050229,0.2767119322356335,0.7925828800569839,0.8257492991782358,1.4173285360642882,0.15692183511540517,0.7569620803454267,0.00543936789111957,0.8579279525333864,0.03234035652447031,1.039695018483303,1.2628952104829847,1.9124271993824102,0.7579957134309246,0.1643075953056823,1.5476389669525552,1.9716537932792577,0.686383496692745,0.9156202518628257,0.8024147078011697,1.483941513316014,1.7145222197279761,0.3161015585786509,0.26273116594420787,0.6999438891322198,0.9994091333983753,1.213194681333271,1.7890265384538167,1.676557648611683,0.7900545051824012,0.5362062727056074,1.2572029815900347,1.5623482101357593,1.2715691506640159,1.858568174416233,1.5185583909616758,1.1303621929778769,1.86168372530341,0.17235886911577147,1.487373926258319,0.032378016761516096,1.749315454178404,0.5545391781815864,1.724695113699631,1.0965691009966145,1.1329417223426113,0.8670614987734054,1.5735849784331088,0.001189201975187724,0.18964950710727194,0.9788816871045567,1.3462601787167796,1.8715621557627784,1.6551607758689804,0.8447448914909769,0.36627669189958767,0.13150649954902055,1.7582126023697564,1.9064152350741053,1.2367031824978414,0.34797716571606385,0.2664902379772931,1.0805693817010273,0.8623403976523772,1.3508360588955801,1.5264631893232135,0.2075620129156736,0.381653668696019,1.5041325636689369,1.6750396018431788,1.7373567558674499,0.9919083824117463,1.3008753273558138,1.0167855826752688,0.5551294827202902,1.508508774127446,0.9903264107774064,1.9521313778662328,1.5338453872407414,0.16819451490833062,1.4147290891130062,0.42263251261698653,1.97114909508376,0.3583048159430536,0.5596459794445003,0.9081166467905942,1.9042715367151366,1.729775650108814,0.42954859201102336,1.6483957120076738,0.4302164596212728,0.039998273518880315,1.1068308778174467,0.9024507473005062,0.32403013027728417,1.1999577755399122,1.0616323678610684,0.15295958024998435,0.9201012456022674,1.2400710693955739,0.6702536105279089,0.8928502773993237,0.5006300457939593,1.8208981488621006,0.19764885782870026,0.6608766736174981,1.4592508789431204,0.4711983457274349,1.314423627630835,1.643953868737268,0.9009293280044672,0.9095284712129048,1.4263049438887239,0.5166121300978631,1.5044508078696257,0.4716366508983928,1.3955894698867963,0.34608999072621066,1.7224346761005227,1.3783405184920667,1.7549611641389902,0.5014123974831528,1.0770857849964486,0.49114349125384715,0.4584760295710014,1.3279945929368546,0.451652926834003,0.2904416910080403,0.07378491483212399,0.307533657543009,0.7533458173633353,0.27388674076869574,0.46179601974706075,1.4172748973465636,0.8389850266577785,1.9755280526237085,0.29297767319575213,1.6196038459992053,1.291914049636802,0.7632495789593186,0.4198433281179959,0.7962253461012684,0.029853344339013082,0.8690800896066613,0.8107009327248275,1.9744263998976928,0.49969620256925656,1.4575285676157266,0.3817944681595514,1.5876739415526455,0.45248954495906607,0.5383375765033597,1.11349928449633,0.3909143884610023,1.1511552229239308,0.9092744728226833,0.280472724035876,0.7196032377325566,1.6712374604943447,1.1706474786765448,0.07352194018812092,1.5534498600120097,0.29906163054081286,0.08028674014486191,1.263827004903368,1.28535464540055,0.038081098579567055,0.592513421164942,0.3466277180685498,1.6889181791899668,0.1985496423278739,0.07086436364905337,1.012873471298391,0.008114532016414733,0.4838211387497533,1.313189896879333,0.6089168343281445,1.8427279257359268,1.9704663513532383,0.9644897657959296,0.604088344135062,0.8214488567263758,0.733196993321907,0.6032820480526696,1.2604308681676897,1.9895133362568527,1.4007896175623435,0.34307774852056805,0.5438455102429538,1.7662912695407156,0.5742011961068443,1.1586028226768634,0.1443620260193674,0.7241360981293539,1.4179996927568355,1.2368064071697311,0.9661712255304438,0.5168784758351873,1.2911161000103335,0.5533566315923415,1.9760658072403763,1.306519321708572,1.5271399886894474,0.43115073348850724,0.8423163393553275,1.439198139702077,1.4932018999110208,0.5997571062213698,0.2648250208894832,0.9714821815036108,0.5716758220154355,1.5436847324776037,1.8470430469499208,0.6176441569306736,1.4367724707717386,0.5130085494047693,1.2087024972544438,1.7786095733389617,0.8689709684338484,0.09444998135757655,1.1152193642020813,0.6576990173226241,0.27280038813543234,1.8307700945967447,1.5012679408218201,1.6469248620166856,1.1446096845633376,1.7960275148258362,0.16546606337694317,1.496277391505627,0.16750599930584398,1.022410002806926,1.9774368118743664,0.6800325235535396,0.6482027740007572,1.3062853085867456,0.4053288836407795,1.1176902529764325,0.597190925969571,1.3152556095511057,1.6721452568009438,0.7097174192322323,1.3570649220955715,1.8898662428549045,1.6620800008655767,1.5233979120593266,0.04778960383784717,1.450648115021248,1.0878545193128006,0.529515400561272,1.4638873445893494,0.1114078358457526,0.1769308505851119,1.022535853191788,1.591423606282127,1.2703357846917083,1.4551951742912237,1.9142499943077285,0.9826417372408931,1.34926635263378,0.25216672711986915,0.3248602816654238,1.3081414871387425,0.9349575220416576,1.7073061829571783,0.37653797443904935,1.1758084774326287,1.680633548133843,0.8276210883279531,0.7631244690753942,0.890161214653104,1.381811294783971,1.848981840733328,1.271078267787677,1.5593325284989805,1.119311544433099,0.8287075116108863,0.30401582413698713,0.6344927580763087,1.8227657162851585,0.11456995720209612,0.23881329979684837,1.5708758764021713,1.8662410974530312,1.7494629343636212,0.9054444958141759,0.027067364506832756,1.3595697249224918,1.3385550746773587,1.956569141561404,0.2142677662344119,0.7414989970244259,0.7379062891607396,0.6822460631703753,1.3686292882163769,1.9005907476594506,0.8969596888414593,0.6336584524645656,1.6294060664367056,0.843950057921854,1.8510765790173498,1.762682217991155,1.8746918801145616,1.6975570829569695,0.8471840866368003,1.5221999727864635,0.5964812403975849,1.7710966943293804,0.5264036843348849,1.8673218346793015,0.5883981140395425,1.7720084464780843,1.1080075711907629,0.7533916026887854,0.9504025762543185,0.6874620572127739,0.48195033917852886,0.43583283964991476,1.4191873785270157,1.5047037529624427,0.3230225094531613,0.5166885238310276,1.8548422922689556,1.9781328968391385,1.2286889976529871,1.590833984832778,1.7908437605869694,0.8493805214311545,1.068251071545206,0.29322140578427625,0.6109075966275956,1.9329392701722163,0.5458320352102113,0.08011254667138387,0.6296803665602315,0.21842232114581292,1.6675366891235475,1.0724134937401797,1.4990616111788597,1.482137387841679,1.3197647707298086,0.08345984799925849,1.2758430390248907,0.23560223814998896,1.5490285282370477,1.2072514864504589,0.7067930848423567,1.7314811053296064,1.2014408436130248,0.40409633097817205,1.9067822657156281,1.6267495690860376,0.6894440538726113,1.0766374595827908,1.695526346219128,0.09617724729326357,0.7221829566237,1.3852634160197252,1.2784989470663064,0.9950309186903291,1.8435272838778258,1.9077859423211583,1.0373589720123357,1.3351590870863737,1.7611511909592446,1.6769241718743697,0.24410994428861243,0.1321085709595966,0.20940376409062114,0.6360339526596513,1.3405763699858804,1.5827521002350768,1.4469194065053985,0.30366172076223735,1.5189812751540295,0.24667324749793001,0.7608449273012926,1.9764551911170234,0.04256718416015904,0.4571389065023832,0.45748705483936536,1.460224729160215,0.6703341972387058,0.3172129455232495,1.6320039621646285,0.9800824434381564,1.8448530141937909,0.38435195581064535,1.0122371939406432,0.6095132982506761,1.2158978684352095,0.3674222001725766,0.3734461256932574,0.6673430424675456,0.28670133363759204,1.186663815252672,1.3724847681611962,0.3522157850845123,0.37451082723466433,0.36908270149204186,0.36599414368436517,0.7003979724522427,1.8899967765014738,0.08140847301794177,0.49596621414697645,0.5842008156226867,1.1918543614754362,0.9976687138927104,0.8730512385899575,0.547308990784675,0.3767011565033667,0.7567569454050486,0.06521495767846976,1.4145290065922926,1.3589733658267038,1.8872317650481374,1.6215829558045105,0.1679670881202082,0.21862295122722009,0.5504845545759822,0.6916831224312667,0.6880036589764199,1.9070939267767966,1.1731677222540073,0.059729236255929796,0.933904693537072,0.18088827431583865,1.7891777087471872,1.5366057898410745,0.5831317801278421,0.08148398767844539,0.6231850672713085,1.1235141490385612,1.5261248190063332,1.2910101111172305,1.9228861831698902,1.044093885005196,0.7924970439293839,1.0680307192073766,1.5330590297716569,0.4301036340999401,1.661586271872988,0.39351991669256864,0.6302117026176735,0.5384204784313862,1.8019756332396946,1.3680677604851756,1.2068677620923707,0.9248073661045586,0.32492892775359444,0.8407251108457001,0.1745632119010827,1.8673934142819986,1.130455117936847,1.7523302671880268,0.7054511646256145,1.6396381942344451,1.7912330634416624,1.8156231086392345,0.6552793909112488,1.5658204479634827,0.24255907914747296,0.23550191242461627,0.18762681032304868,1.967513067201262,0.7032625207700953,1.911789536106046,1.0709455968290857,0.6098029338955259,1.0904696696844012,1.6697922451160467,0.993113961908281,1.9788914440110097,0.8330001629053767,1.7717883019505924,1.519887804039221,0.08174841792912887,1.7132522295104555,0.11934246072577684,0.8698582882639841,1.3639122567893538,1.4233394862369138,0.04457798200539529,0.32157465627616394,0.8477514212373672,0.30071139137397024,0.3543625196979882,1.7248778967737621,1.5677231320882048,0.9257807184189424,1.896047250325029,0.012951028325485168,1.482879094355651,0.8472197046912565,1.072400545374126,1.7561362461451202,1.6426220052440725,0.6258868241518267,1.363882339541448,1.2247475666050216,1.2884556655681287,1.643932766942537,1.4910873910168556,0.9052010700579022,1.0389130506939344,1.2457526710356244,1.557250051911814,1.3452273308084943,0.4217666712692088,0.08890473886936916,1.0839328658410492,0.38153503720990606,0.6636444968415344,0.8118697813972343,0.7465733330442973,1.2284733851233112,0.8564889157626446,0.08279365075244914,1.54836024981267,1.7235541993279435,1.8872116543803352,0.8938398762595203,0.7730441330573812,0.8555215111372368,1.7654674057814543,1.3929277713602244,0.18497999819326238,0.022543691357630485,1.8789531671357889,1.0993542776363385,1.7321560927894326,1.3816125834449904,1.4589003201164734,1.5192521858425523,0.5522867648362744,0.4366364510396265,0.7388524770445504,0.56121667789236,1.0244125469980494,1.9586958559933914,0.4816725419443122,1.3206778747427452,0.1450677395593491,1.9077142516465173,0.9519059733786082,0.7592310390539799,1.7959312893529953,1.7385179431675046,1.612723758956017,1.1529468797470894,0.6078134327599871,0.023216156217622578,1.846071747057352,1.8499203789198542,0.4360212351355558,1.688043869986516,1.1921155140649695,0.4215252690806693,0.6973900821909509,0.03557117554619825,1.5696904788071693,1.386458995697829,0.8077840249372381,1.7947496225693478,1.946898711936027,0.5127551903506189,1.432016372887105,0.2442253179953338,1.9316538389731674,1.9630234070747328,1.543087539790806,0.418239731469308,1.720520510674473,1.2528642589877013,0.7450073583053857,1.6469165816611953,0.2571330894700909,0.004742838163995504,0.64543830469378,0.9532971440878176,0.7352383880108933,1.1804017221091176,0.21744547208700749,1.9619281988606567,1.7861661704371994,0.2061292531246493,1.1086880498257907,0.9804204993099728,1.5523758255279572,0.19295130355762935,0.7968627125991999,0.7375765515852754,0.12019171612814872,1.6818164802172995,0.6274810892797696,0.7092295021998064,0.3026613860730036,1.692530805902203,1.2933337238419165,1.2356542530580186,1.0198564220758775,0.01950908701451224,0.7475185073864077,1.0795989136344182,1.5571858387670985,0.9332482081388349,1.3299396902779983,1.2878742395439438,0.21210708170549533,1.1645532644726655,1.2264606015113102,0.37510330929506835,0.9103732759470475,0.06669233092925089,1.4502909309092133,0.44303793592509977,1.9219989511913844,1.1906308425562622,0.5593963302626851,1.4052308348333051,1.8292593487786888,0.7524639104642872,1.9423603624946433,0.8752788474909892,0.2731234860100998,1.356449183147866,0.34178103371371327,1.7929529057580942,1.2551931261440559,0.7583473777896621,0.9624641276790695,0.637651237760514,0.2673780180143789,1.4217763878062364,0.07507009501196596,0.6676198229463873,1.007849074021705,1.865934347633635,1.8120591156135497,0.16830805691739956,0.8455736331891205,1.7147590366808476,1.478686224034254,0.4456960854799723,0.26118278509230836,0.2257009982259403,0.3980488189148563,1.4160326163880461,0.4175579182875506,0.9392633518244783,1.000123922372499,1.3089519439587656,0.5580315661900969,0.19863880989023353,0.016519365138927992,0.8656133929776482,0.04889070425215956,0.063862120313007,1.6041925250350575,1.255355922066267,1.9095146764757132,0.7205284504736352,1.2568539822266873,1.5864623197300562,0.9763576879685465,0.3489715818511753,0.5562820553204241,1.9843370407291114,1.530556147218469,0.10595657652921145,0.6182565203768589,1.8365077821377298,0.06267455572882237,0.5398981811782688,0.9295146355084589,1.8560793881577649,1.8662948219344873,1.0012018512897607,0.9793856569364552,0.3483712629452589,0.7117630541595564,1.581906943839856,1.0831361664547907,1.6003212672345248,1.001838038505952,0.18311010360092195,0.10975602692903107,0.6716326215739793,1.2110880629749805,1.9450459115696976,0.6907349834118958,1.9006947360831647,0.1452700127972845,1.8709434197358805,1.0628497135867983,1.8184977212000937,1.855004788848479,0.05724277116505866,1.300313016131577,0.8107316070620717,1.5823246199354508,1.6932985226663808,1.5432826791855019,1.9260845151827892,0.3638014946819766,1.8302484028465722,1.3152930795313038,0.2258334937164074,1.212197191900655,0.8815950527477391,0.5235631745981281,1.8022251874881845,1.8632268976522761,1.0094872502336665,1.9591872795935463,0.7478716922417458,0.8888177401885,1.5898697370425798,1.6903156573862437,0.5266395126677664,0.1118420822062336,1.3193663045983899,0.24609462599840368,0.18316047214422548,0.03197451166814324,1.2618498376637166,0.6815211877378466,0.759284063174376,0.18050994196474304,1.0122448031046858,0.2120038129373857,1.751091532981171,0.7505299391923428,1.18152946301738,1.4586524756459847,1.5107295805431258,1.5367650262812176,1.933081068282593,1.3630245704993158,0.7789550176612119,0.3139902071962327,1.381703706665886,0.8654550195836924,1.7721038387813488,1.5202789252118996,1.9685662092185823,1.8347394572311857,0.7643524248274782,1.212418975521757,0.22491501102021325,0.36372434919859326,0.12482603104271761,1.899995268073126,0.9006717492746694,1.5450630908204601,0.21463943455616122,1.7018002965358041,1.1885704278136242,1.0425672588016728,0.7567533206937124,0.9284799163000477,0.5523644393068768,1.5685305631031579,0.6015005335798281,0.354386877372805,0.6257198304625816,1.6306781143730384,0.9802449193812421,1.2545475469213776,0.8241416700709873,0.7232193471621255,1.6920278521624426,1.0394512431701155,1.6139908562908596,1.664019804056739,1.9684625094016825,0.07036721477003803,1.487648276423155,1.6936468411093824,0.9732934162111324,1.575792138530874,0.36959921183677974,0.6911604226803779,1.989173469378943,1.4364862278648467,1.8510784633233017,1.0659433336113444,0.39073233597897317,0.09380810229162406,0.594341750628848,0.5346945315607717,1.9080053809027953,1.2499706441354097,0.13410144913226105,0.5064845338532417,1.2476951778157508,0.4077885641113081,1.7327916972787383,1.2598406709261922,0.4734099604661358,0.11654499674008872,0.8763777802445126,0.8718970178080998,1.9748264757297405,1.2602433878545412,1.342423295668095,0.13547621857644362,1.4888640748685982,0.31987191638954815,0.28133644776491756,0.3463463798566974,0.44291910995857714,1.138793297742613,0.5972996673390382,1.3134007335562665,0.9185270232100374,1.9733626983902184,0.9592136831050546,0.07858724568337207,1.6982923839448116,1.71933665818532,0.8454008051258973,0.18891003553477256,1.3710738639746185,0.20020193359436897,0.10218882653382233,1.5063307545537052,1.4039985743135959,0.7021131182738111,0.9745559212549301,1.6066600042684014,0.12076809758487823,0.272884373582117,0.9899638761451427,1.4768621851810952,1.3200380332938098,0.22360507355591658,1.9428927118039339,1.386870068287871,0.1434080433501079,0.5440839364143012,0.6438605515866943,1.611258564225054,1.2246703284610454,1.1572150687350589,0.1751038231827473,1.782145236247183,0.626154567330462,0.24715978838504138,1.878270028720557,0.5470632739387588,1.4332901380242495,1.5109179303299547,0.21673685776410068,0.8453347852914868,0.045727610493153166,0.1307211196460483,0.3785539019605009,1.75960850409809,1.1584818310231308,1.0397111196914615,0.8892129048163497,1.7945703282786551,1.4797814635674411,0.5049820222319171,0.13131764269903048,1.86301493653141,0.8581571542442156,1.0567779857867878,0.4812948893999674,1.4063110692450052,0.6115669848929214,0.9410819376550662,1.9169267739897813,0.8424104256224463,1.9349371535443707,1.4449297129729657,1.027449179434392,0.33983491433306645,1.5980684132460137,1.974006627271185,0.530660519139899,1.9779597122364723,1.9038752290661176,1.6231797163250983,0.05268606858712689,0.868170984057224,0.04100411094992975,1.9231079229684793,0.42107488633436063,1.7782764103337014,0.26959882541569735,0.9235368971253555,0.969035169191616,1.4619089297917487,0.1613066072076483,0.8170689358251743,0.8865778387151109,0.6229333309419429,0.4869106438166075,0.9149144413137512,0.5297837062905685,0.669857271830479,0.09941977001362007,0.2924291956378068,1.853282040924447,1.8550610397891396,0.9273220802177718,1.2272863927493993,1.5286446659387807,1.5675540960947976,1.0421360776397353,1.1611851476873267,0.6027481165224643,0.7590957520936303,1.6884880566473568,1.6008086390176894,1.9747037810362964,1.064860929665489,1.2226460488495199,1.6480744488383727,1.8581622285316433,0.7175762168382155,0.8305069332996337,1.4133467143195853,1.9967383829367111,1.677618782594239,1.361870120129405,0.8623679531085193,0.39912690546716056,1.2159408924701944,0.8108100168398598,1.8725983566698077,0.6094128506725107,1.806236292368043,1.0600701815731681,0.7837199479300708,1.7166561641354652,1.8873182173506582,0.5112206394111015,0.339091076816198,0.9515031188608545,0.27189215170084596,0.92908324409912,1.2461881721093087,1.212516915872022,1.4080366125089647,1.277864563677109,1.0107643005767044,1.0086586157447812,1.9573731892878001,0.6544399041924095,0.37164857317297667,1.0500387645890543,0.40043097041075915,0.2786923732561787,0.8279447846982895,0.1673837455055091,0.8116188143754853,0.7385704401431533,1.4602733364184401,0.02811769861724017,1.6684099208244874,1.2399276350229937,1.8359635431269423,1.5058369496806787,0.2177196863267929,0.6307515542040173,0.6509689894269117,1.5619104331003637,0.793307506593465,0.5758233877528581,1.2536571978740745,1.481200588341647,1.1073086631418592,1.2798966291293132,0.9031443825474406,1.5170912275789494,1.0332477404656888,1.9092809278274325,0.2666056623656142,0.46665515996253737,0.6517424111484853,0.15694303623154085,0.2571425995206169,1.4368104466329124,1.058023037169183,0.7642174118738457,1.8942493899922772,0.8360753275800503,1.8306456569238285,1.1090975157640914,1.2894970537496149,0.7034215364677883,1.3404873682587923,0.7493861793329122,1.7545659306957204,1.1152757913286095,0.6133005378151054,0.9671505233310567,0.9466066719863954,1.5363105579310463,1.2257209842088113,1.6681129571281306,0.6449928850532315,1.5623182337386796,0.797515624514549,0.15127271513922835,0.7104433243143286,0.005884500520842274,0.20130418749789142,0.13019553802669454,1.6931993514606754,1.4390160329891721,0.5654939355405296,1.2290336543453086,1.0999126347702497,0.8256106236491904,1.7943907078059431,0.9039372866040505,0.019092024284146376,1.1078775867023423,0.17815005719979338,1.4367529577786278,1.307851138771949,0.8650790551336434,0.7860810657511774,0.8909154414785225,0.5391792047914353,0.21587813743839906,1.4260981890542614,1.2288373058901916,1.8415966855809434,0.2084813258432772,1.0387988532483865,1.4685586780536406,0.7944087509115723,0.4827634536932561,0.5665491770800689,1.5781201941890892,0.798750292507869,0.9794828774003054,1.5518032925145944,1.1363449911852896,1.4270147898812977,0.024735252050744026,0.9040028650078278,0.028966079741439266,1.5406995661321472,0.15231712720347154,0.38129191650810823,1.6878907958098563,0.6395167409167436,1.214586825555843,0.1691367261079225,0.9528257048193829,1.402029769702178,0.16048678992497623,0.9214283426729374,1.9542326615233845,1.601604609283986,1.4608329042948154,0.3290272081823005,1.2702226724690382,1.5917581730262234,0.10147405206289978,1.97778628582042,0.8289756282224222,0.2951015951138907,1.7351913099204785,1.5460090893325775,0.5093805245428734,0.7661926500272693,1.0902478139726874,0.23889170390615555,0.7246778294517807,0.18185906787521378,0.03676638453738111,1.670548598368546,0.692341045696433,0.6510648886798155,0.041388307473777884,0.4514524007942563,0.28188561684956015,1.390525665505081,0.23461145839347103,0.9197816251770217,0.5812033743493233,0.6461277512790145,1.7813142097524206,0.10522882711971489,1.4704158832861258,0.06629221890082188,1.8352146403779797,1.6314213619853264,1.828132890654911,1.5637295838446077,1.9250134177366802,0.23330474614111077,0.3218903538599866,0.3216842944079801,1.1373864113270205,1.5901438870353368,1.6193639351746363,1.0913493213619299,0.8593646695434396,0.015538162425792486,1.585496740842834,0.2450116112855347,0.7699332254536253,0.19368860655714146,0.0918229127670634,1.7439914030789443,0.5616143213484528,0.7459334156642469,0.6251794223670021,1.2524513300590767,1.1038238274506436,0.9328021062984381,1.1932942965192308,1.6855266457494298,1.910686127228908,0.2579248977370783,1.833190004063767,0.6613818947722853,0.8109034641261106,0.6917750518251932,0.9283192124781791,0.9727882544000974,1.7527723297174225,0.1327167857437553,1.4381104024916243,1.8772546121608047,0.09206548696856519,0.4884442066322714,0.7751161366331367,1.4968262201021911,1.202105839024742,1.7180800783570196,0.4873808730183661,0.047947391984483397,0.8207587861617294,0.9120017887313657,0.39089658680585854,1.0908424139587765,1.5074901759657158,1.5492539003565822,0.7046392937614641,1.285346163695625,0.46033141935116356,1.4750460017489748,1.023176392748935,1.6965276969834227,1.8042553468298903,1.522494322477722,1.4815199184929975,1.6344162183963715,1.7731749184497179,1.2458062289790452,1.7065143436762695,0.0033529446432163166,1.2761347246560817,1.11258274325238,1.3817488184944304,0.2800792010689615,0.47608427592200864,1.5331959267348776,0.03444450370550342,0.27355538747548874,0.8835628889814546,1.787577223417895,0.2395120015967137,1.0462655596443222,1.5948313910964456,0.6658385723242091,0.422046637741879,1.177273273960338,1.8771864506618412,0.1312704807994364,1.5896733057944716,1.6555283433467338,1.6372766446001235,1.879109607705218,0.47820007949786497,0.35993186300648744,0.5800543987280601,0.8076768301159324,0.2144998446250138,0.09167865671179705,1.7280937608105478,0.8596062930104501,0.39126360162520446,1.5121419414513557,0.4698836042403092,1.853345237345066,0.17979869390822492,0.6825802053361611,1.9487496282610373,1.6207814093592465,1.0428302854067693,1.4863878600682978,0.9354769694509679,0.42357869956187627,0.9338860789750115,1.8584795773722573,1.0198506277194213,0.45805105743634456,0.6594139618483341,1.144377017213978,0.24757728266925894,0.6584154150283326,0.057409152095839945,1.670101194205806,0.49512438730380093,0.5477605803652781,0.11396717282855796,0.23577046023542142,0.8654545686660187,1.388843456029293,0.7326874335183585,1.8121410772894322,1.7948592342927983,1.82987693187714,1.4760489034603168,1.0527608894745732,0.6614203116804999,1.9629530040234358,0.046565354975340756,1.2186873887660603,0.1491013394523136,1.8063498408450527,1.888120564584064,1.259737287332499,0.16784562838502154,1.677532656313193,0.4059760062704028,0.08720614556066213,1.2139820142763291,0.3038658351687504,1.5313488826713015,0.5101749281841962,1.51515354143034,0.9776166389651013,0.008861455561713753,0.07806987557504261,0.05228555177448328,0.4718468302235509,1.5688357355174092,1.6609403392021918,0.39306506091461985,0.9281481318981128,1.1542994986176487,0.4505232290136769,0.040694351854078714,0.9118804759082073,0.16805363813055305,0.7245251619736818,1.2478729882639688,0.3351331410524044,0.7632236720777741,0.5552011014228087,1.527904273770044,0.018935560580674422,1.6712267262950444,1.5280851920708054,1.952968737892597,0.09478731556819447,1.1344518281762759,1.76368908914362,1.0987647499494129,0.9673427344680056,0.4569429385728354,0.5810836258433408,0.6219859263358839,0.8412022023842964,1.563337040307655,1.770551330067962,1.1799911568507333,0.9719626007422646,0.06906491261537276,1.524851102395906,0.9736685195364483,0.3023752611964852,1.3500949915699656,1.3144862742637908,1.802700011744524,1.5661292612571487,1.1154868168493757,1.9946175042533374,1.7472340999595606,0.060087180026753506,1.3308671744597451,1.4729012483094275,0.2604870276319043,1.299695471008782,0.7266739269634207,1.085437976658325,0.27517765777309205,0.569942847526785,1.061534123069183,0.12568265976594079,0.9353066901860245,1.8167778479256198,0.1391402413748078,1.3713286794209254,0.26024408897393947,0.4167882896617739,1.3631287695081589,0.09831816196101835,0.12204996813524707,1.3934054383440146,0.6707202685365398,1.5097913602524387,1.3732516024488273,0.1485354465410997,0.25602045651901756,0.37198227097458947,1.3007935464979516,1.920912587487189,0.31683014894925604,0.9252154307876048,0.9641029040549053,0.2329635144274127,0.8804599411511481,1.5969393095514732,0.31564063983842544,0.29933616546388514,1.1097482740177673,1.953621775861982,1.8323086117802176,1.949163534091161,0.634222931090381,1.2849914969548522,0.10248941888360884,0.9365378003925909,1.2737562950529202,0.7198079549290496,1.479957586471712,0.40046274191186737,1.1012544564150444,0.6974589465572573,0.26376842055250455,1.6217790127052791,0.7782707220968226,0.5900781720113203,0.48839561693461875,0.3087480059721616,1.4359449530442876,1.5461284757145095,1.2815966872473066,1.8539914429805646,0.3727705578217729,1.0405464077821862,0.5814541503962034,0.45521887600795224,0.30030831279844566,1.8405890014291508,1.429628903081154,0.578535070522176,0.013820696985675762,1.727570972821121,1.235953470102067,0.6109755078308797,0.5773259704210432,1.7785411707368053,0.1419460026278912,0.8339786392192802,0.03481523260307949,1.9472559263429179,0.8824808680917707,1.3167113456760398,0.31481387426619073,1.1410336391762608,1.2200923977046505,1.2243539670358183,0.5590485690197754,1.318338633632754,1.013725558222872,0.8257503826070676,0.24052850735262712,1.7345439574306558,0.026173086541968066,1.9938789710315086,0.15522138565091487,1.8859654958594592,0.6648693662720119,1.1790220047281983,1.9228473642781887,1.3294949463370302,0.8740650779440348,0.24612623139257775,1.4929135347083824,1.4322637417351551,0.11585642363837298,0.5606946235898389,1.3679938148766164,1.548215906680701,0.6676453131759569,0.4911842852725737,0.6267160570601243,0.006295847938896811,0.2891001192550053,1.8931188495922937,0.7822633705151649,0.06139735244135149,1.2927131646089842,0.5834964745031652,1.8826344181807018,1.1533893637751533,1.0208892954734243,1.2345917440532477,1.3520750403014488,0.500431105631738,1.4864121259615373,0.8324925387932889,0.8586263599904822,0.8410145199384818,1.007120437974351,0.19374337357776533,0.6788688539295074,1.8908112659796397,1.953903941819225,1.3505686821308243,1.2541466640559944,0.5916672529652883,0.16196435511365442,1.4004391958771603,1.2143755158614884,1.800695055736146,1.5431543553036011,1.5013080594855035,0.3898246959902446,1.4906725745937854,0.6676055647048861,0.6995886019728818,1.9388703425702276,1.5200709997540143,1.7763268575549802,1.8677216132479995,1.0316692000201466,1.4463814462317715,1.924485649457162,0.7173805222929921,1.518920847652584,0.8183655480722043,1.4281278827525186,1.950604473405708,0.6942419071428968,0.9354212028499106,1.882327493291088,0.7804481475926336,1.2810110006006703,1.3181096579102596,1.894948676626292,0.12535338037544286,1.2683274009678864,1.040884344096306,0.5859711102372437,0.16323457827135077,0.9644176914051924,1.842889885540931,1.3371115177413444,0.174810672912462,1.1227788510007282,0.6176014332135831,1.370928685554341,1.4198679419056859,0.772158134417963,0.11741549048055523,1.3252627833578647,1.9505059116841408,0.8178887764787909,1.272322334975971,1.0117545037205915,0.26355233923476046,1.2004286837035152,0.2397268508852135,0.8665613011871331,1.947960274554783,1.368692433096079,0.8833032041613397,1.0931375383887683,0.041240914068074674,1.4424417376143563,1.3670166174570966,0.014819219431751612,1.7206608003902895,1.5590482760598812,1.474191026269876,0.7232511669010367,0.07411149623568958,1.8066239365452694,0.7981719355432757,1.1579178408348418,1.418171834777891,1.5639022016854942,0.9548527626118408,1.790364749661831,1.6689571331413076,0.1740978874869668,1.5860718380978074,1.5682050671904257,0.00432087511656108,1.6646718630208834,1.8548808408880952,0.21749628761298234,1.6119831747210702,1.9534656347741945,1.6547414049496438,0.04530038624324414,0.46947477562421314,0.5205095224945451,1.2758854717417338,0.4976121912684322,1.3051539856430225,0.9197940826001257,1.8571394853343233,0.9913757124898338,0.12112116324322432,1.5390789889921923,0.6704930243544553,1.482102971272984,1.1520690810946401,0.8500237522876589,1.0890782424044665,1.3102431900459324,1.732841037053056,1.9763999462762747,1.1095679249460164,0.8987847372639266,1.1762700121838803,0.6396487891265554,1.5690425072650536,0.10819020657642203,0.7998078038619612,0.76508983373616,1.5672014136123391,0.7891843819827369,0.8099683685673864,0.6061323433280482,0.4158466978175907,1.6075983357725698,0.8924171323034261,0.23930030502241995,0.9608272976069709,1.2952377019789838,0.6593950404602132,0.33567535976118185,1.7282385071167854,1.0825254724508722,0.8088415629295556,0.9604719476455414,1.1174593878069454,1.5535889909820622,1.0055344378982713,1.8495222606974342,0.12511418201907992,1.0675040631648527,1.6755007588550759,0.47052170897706164,1.349605352300357,0.8371186465204472,1.8354930571429433,0.0035746227498070645,1.0969615089122868,1.1835901881976492,1.3292172794046404,0.19480689946553056,1.887362432752646,0.8325527033800615,1.6047453513905732,1.442614771506697,1.1488303967649434,1.3441478307972299,0.45362994246515204,0.8480042538976711,1.4275283115008335,0.27412939323379115,1.563420854657807,1.2942888466829743,0.6444519489549474,0.7263621031064117,1.7010669640101974,0.6008972080036068,1.6192212767570238,0.44800560488066443,0.3623310945572992,1.7601313817014805,1.4546685368509773,1.3706526506354555,1.8190885131502423,1.620084483751836,0.6077724055927483,0.6712751066104642,1.5500548250720685,1.2056871379394178,0.9092440636336391,0.32233078962449413,1.9409881485638723,1.8018162962989244,0.12770913262401043,0.005602337106884225,0.5360117873112273,1.4961612873304062,0.05981378242133719,0.2254292106097996,0.6870166982409888,1.2427037988123963,0.1445969956775265,0.43207020152097325,0.6897804533663847,1.0483836154929618,0.04378003029862034,0.6103224549611367,1.4887722428779255,1.4636916587532158,0.168143491648602,0.4270280251880781,1.0307771899582006,1.666502820552636,0.013053885873511008,1.1255529222034948,0.33376243663452626,1.7145499994754814,0.3256682850205538,0.7456810735863771,1.4930020018463086,1.6971962761087669,1.2073386921543352,0.2664200808250099,0.5100220581829327,0.35223343395824147,1.2296151531610824,1.8814839994408976,0.08198187898620335,0.5438712946875037,1.895584870226781,0.6440460577948505,0.4122320958669171,1.2334807096058475,1.6615624212269944,0.882887706934097,1.8539452685883544,0.617551509095171,0.4964423572593411,1.1723581982251639,0.15163984205500447,0.2566183643723561,0.438627541472308,0.265767934603481,0.9138609101058952,0.4529268912773017,1.2073782566839584,1.1118250312197608,0.7904094607037946,0.12943650878635724,1.5309040701164867,1.4077680066267781,1.6059543475565552,1.9327624965007102,0.18354002128176786,1.6224640542393713,0.7656942365103453,0.9399637502391157,0.7167779935927817,0.4740364678562185],"y":[931.251784508506,452.5402381095977,338.03232300074853,935.4567123367754,868.4922367873035,903.3571702768955,678.5761871537211,502.7689543290685,742.5786883212227,38.28992410361059,968.9125886667592,987.8397277368872,86.45692801452333,59.52589435571156,395.61821773347106,891.8210595380164,921.3574181852837,330.486242442566,629.6744303718997,540.3271352132406,770.7156552360049,238.4664120992145,763.7195047360382,606.7480549265069,605.2731999761052,423.6037943092406,1016.6063978581615,653.6088570208183,507.1634695192811,520.4062509436764,313.31816661377616,277.8186901109259,714.0397087486158,172.60732517343558,400.870557092289,938.9447762287155,896.2953028515061,949.9486693340275,693.9842855144185,147.91168271911056,924.5252617599044,1008.1719718615608,851.5286975872509,284.338681101093,343.3416376210005,588.3272155648785,595.3035149601211,25.578092354853084,746.402306943634,831.0883059563023,712.4612746768397,250.45919850557289,781.6512804698723,997.9137185466343,533.9104951757225,409.3169095669009,922.0503995147551,554.3919297797084,186.72005133277253,639.1227441440897,1004.5917092902413,938.0424438418582,345.9181967550169,432.9455302226387,609.9370909258132,342.00097507424846,783.5985989613079,682.548957290297,779.282152082939,252.34089959740788,749.7193431404133,239.74989677902363,487.08091115418654,454.32720016189023,666.6306253656102,20.62794234314333,464.16290258511503,479.5964950192912,927.8881044642469,258.64767809905265,817.2103661987402,116.5309352610966,548.8203900135978,651.5863344784908,48.57600131615345,174.8769370156184,430.45737482944514,658.2031759563409,195.2010169052312,695.182944404405,987.7841334151292,565.5136900265284,982.5685773238274,1020.9123317355214,226.23505303128945,677.0523780733781,865.5639314371542,689.0914374821403,451.35366058968486,379.1824470499115,390.9153719717134,569.1378116083955,900.8198856285105,883.1316068330513,302.92851911343996,66.01873580796234,989.279902831755,614.2697695170882,97.38119456256686,136.13381397873798,739.4691842231289,609.4020783203646,19.70491995770385,406.88893522157366,311.1451448112723,250.27393482766036,412.21201000874714,624.8837390430909,1018.1745032513487,987.602313268821,231.87716879970378,626.4784101574146,538.5468127817927,925.3847461572097,394.16816100614346,906.1582080791932,776.9266587115828,405.07132479987285,926.4794186259103,568.1553943088926,440.70542039806435,806.4776526584428,180.55120768839004,192.464137595465,387.9752119602002,738.4151729737499,363.28192462246386,1012.920911837588,966.07820556754,597.6005875580978,339.1646880182767,583.3565821853199,797.8398760543174,288.36553759429376,198.47652637039334,13.848596543371059,990.4598398524007,965.1312342312341,150.99795409151739,633.4406745735992,1.541676713819811,340.7345676850847,332.76714568302225,556.6824545116327,981.02814478338,879.2088568097162,500.8852354180518,606.4364083300152,454.31142259287253,503.7371223231107,128.13410999010887,533.893353851842,365.8238349129101,878.5531943646628,64.7436425498463,261.2562721765461,541.4407351055892,324.7552783317576,204.46500144093636,182.56585123371337,477.8566403982294,875.6092000423615,301.83327296579273,976.3600870245475,297.9266344191942,214.94617472598145,929.4724125205033,188.36684660622745,703.758557293618,529.7207593736047,875.3715992174044,577.0137276337679,387.30352630542427,700.4514928061094,171.08409730397284,471.10723325639003,108.22151356104905,935.0727595850983,728.7883198780435,748.3029475239632,607.6131212553491,116.18548259322472,433.305660442653,876.1057330451341,530.5091183368781,75.59226620779793,660.6699919096094,150.12461401231167,402.3139883070081,1009.9785039230376,63.06997321176539,346.07591558776505,262.91899102765524,257.2486613558667,78.32942192176051,431.40051696212936,75.08928152553369,892.7771765564833,654.2845659370612,84.5657040376957,450.96065261760987,389.9915222585397,67.05552350738753,32.750601354258265,412.73721591930564,190.11169785083393,115.06083305753987,956.532444106299,99.78370471343851,69.57508389376562,626.827064598441,258.55264144178466,898.3983699334452,848.1369286157806,373.23869735299877,925.0556115684558,986.6953114591741,943.0736464058693,1019.0289159933571,293.28757078187516,763.2459777831115,304.68434471385854,527.7007362540616,120.23801905803668,998.868124087666,986.4507068520028,415.1330491189583,826.8893477363695,897.1139271836525,835.1767449829496,726.958050806421,307.0968797759581,196.7253265030855,368.138806411627,384.05917823496816,801.3399418084995,734.1324784075473,945.8133102149375,354.9419858999544,973.1196416460806,420.1697559348388,971.8194528222358,908.9761824047121,35.148598642459206,316.5401182325303,880.4376047749125,88.91402406853013,158.16211787467682,1017.0363802964246,124.57622076157361,723.0164289352671,985.9928861081348,233.99053514580464,212.46162300285562,631.7359587128103,985.4124776353468,781.214091141556,40.751846714894555,757.0707482933473,202.1744644041778,667.3012612698063,117.17065737652013,52.61391007749569,321.21253091617746,649.8038753033858,191.8820989030071,758.9569850541369,890.8455367400304,808.9553122022771,218.76207374420528,972.3167058691597,159.37009171499653,437.4160623147667,286.9966137131279,217.84190902283967,617.9828375091563,700.0121553455626,263.4607454404204,314.49646108579793,768.5148437707157,164.87704027847144,209.31328287159488,904.5921949718042,818.733235594922,238.8799527595014,502.0605721499228,780.3911889303131,556.6527110490681,749.9598744586334,388.58877906176633,425.63467292690507,291.214713411082,734.2619032433782,737.9588550882942,83.83537378851884,98.72524383419261,815.9763431427184,732.647690450717,759.7372576314544,363.0931642034901,344.3369748973106,947.6869697809634,960.4709081486327,825.4880687210742,699.5514384430109,616.4977985010522,836.319945008402,605.6900781580974,27.00271819383329,832.8345851908841,967.7481840033895,530.9388984051835,988.5975745034547,314.1710370448718,312.2250956391366,958.2181410708633,542.1693370899341,491.6629063455862,497.5668687042669,293.1331746131641,616.1923463926064,132.06178582798657,86.97467315503548,795.1524285036182,801.7330382714956,409.2337021678013,61.16366498532955,498.9352104555103,132.60637131051146,722.5831378763736,122.83379791730886,620.9706934423529,655.8473589018345,74.27575779791175,221.93148651859508,987.8550202619779,970.5402357213346,731.9158975464143,384.6977174663356,522.1914882655739,703.3082512701948,959.2939096260444,764.1696729786743,620.8330393108686,847.5793994925892,802.1933457478586,238.19172185726177,100.74520995412888,131.63135907531387,59.53446130377415,179.15858850936627,799.0077288163287,476.27836706270534,417.76549370818043,240.0653701190555,501.46457059394834,688.1538212941889,352.1715644161002,286.64933949744045,793.0230205945717,75.2564649193165,678.411791770044,208.4932727506191,113.85490150448322,155.8092940121445,902.5315741911214,361.3695473517506,17.87074457651306,622.6786074039115,295.6872233339725,424.6478698945916,734.1710640363506,114.86612475154118,440.823339977645,543.9272127878484,237.41725500697248,181.60894171822838,956.795471396141,916.936712059569,96.91365296338881,492.23166938152474,377.28330839816965,357.2420662234632,134.8216433942108,274.2866900142594,531.8905002159737,594.8966055802766,11.071551320982849,524.2094216355645,934.1019591043831,73.93041461549444,726.6168656079825,368.9204300817272,556.0463327823742,828.3807869415688,883.8613012017353,335.64014031528416,888.0284623467104,996.2017369469683,760.4566676062166,238.6438861401291,97.93987131510983,11.731623173174057,46.54338653367813,1019.9932340951681,790.8806666563385,1019.376292512827,52.62669417283598,686.8265118984251,92.41162472675512,493.25676047255297,600.1893650657026,225.06144808360102,4.716800669920758,276.7700974818641,757.6020136750401,91.90335084982655,742.5955452178408,807.4059986166333,816.8173270800296,92.36438999244888,214.8386232138048,34.39676952836476,961.3347591967374,1001.2144822996245,633.614376307422,441.98639890051095,784.9953311451854,269.37089050112377,207.58875929131807,12.060381402186067,508.0559948082598,655.182913487235,686.422434171216,474.7043834203198,363.78902472921266,858.3417781097164,670.5990491984857,954.256513559303,849.6482953496411,219.28167400538598,223.15058161967238,48.001566527889395,354.42191835841993,960.7861662211468,270.614019679522,495.4166838584339,289.5227977849687,84.02953795752546,904.5485879687542,660.3410088016536,28.092871898168937,513.1664133591715,501.5202365904172,515.9648564048795,766.503852675545,31.385753570219777,869.1942208048526,741.1131698100561,22.382164929947862,254.29421768875466,165.41873193534911,23.853601603050606,1007.6798500273053,643.3559191797391,303.8405151729653,331.51433100587224,432.5779432477668,682.6196515891028,841.5589486947563,390.2771562295105,949.7236492778436,716.4919381551018,999.6726255867566,132.33136414922933,1013.8067616810041,476.21788759707385,133.81269307812454,519.6268723751332,305.48348063823005,524.9862849905503,581.4434703778012,892.2632740945073,159.7119150612176,549.4683470100407,2.028116618980903,44.26536297487405,519.9975136274352,508.77182561625705,362.1269664570401,604.1496048332772,708.6090629391715,442.82254404457615,366.99307116096986,252.73118741369478,459.6419639977056,779.7473807423631,316.86706266207716,51.41578358172467,48.06603785671041,825.032598213437,70.74858749510702,623.707587822582,491.9445370884288,409.0442785567435,228.21881498997232,976.1710439210812,932.033875061531,939.9528241846057,449.43648199767244,879.5033855462256,361.11070843457253,287.73673984271613,733.2291058395512,128.13902104125657,1013.07484737497,387.78638588846684,478.0975634239305,789.1016155281769,840.0225491925888,852.4867303891557,397.40037674939015,784.787069819314,16.910058454179307,841.607404423207,136.81112367969388,750.6652377015024,18.417922179822085,977.1984977706937,543.9325936923344,73.74074438830814,19.39473473163082,421.49343044645343,499.062450607061,724.4360109038996,940.2209630244605,560.2269941093015,742.3805336013064,655.2944465763845,299.2386899717121,10.890304461717506,200.2101804915476,77.96398723420464,893.375384462873,346.9275529476097,834.3457619060204,587.490062158795,61.39289697773529,47.690749490362805,829.622699359859,862.4572236099577,40.93091057297863,166.42833791889404,63.022923666813654,218.19617737357623,326.4274919828522,25.500707639468942,514.3136787702138,684.3576826040216,178.74346862459424,25.15145737851742,657.7665418988967,46.75285529803534,634.7216418936038,576.1676293610806,298.6499401384385,311.62082356659766,737.2391121829955,464.99093788251787,980.6408402260838,115.47830619336037,94.82117881786019,813.8130298535577,933.0876185208655,886.2540036133444,602.1653774104485,878.2167007776713,485.58671905605274,106.41319413198607,42.63515598221784,891.0998625771362,229.19007462230888,806.7514588466216,86.75630878364029,499.73780237873973,582.3625313227116,437.81180973608616,837.4644145581669,839.2932285939331,712.2102716976584,400.3416796144036,492.48534782123284,680.1830970402596,399.33134052769753,537.5109827573958,107.45162000241737,332.32188462249485,915.3074058617693,876.1644860418226,150.44304482181235,456.5724193753085,702.6465636940104,549.2365400017748,228.00465164817956,546.2133650937404,215.0990556375209,219.35767919353532,27.293866626382396,458.72090926675503,75.45715032802616,233.50797848195862,205.71574872860754,110.46202915198944,911.6247717969367,616.7386674862261,372.07023390761117,331.73067453601107,281.11108337490634,864.0451167856681,953.8653172647215,482.9187433477957,513.1510051508428,198.25610859712117,682.4350015735066,227.11237739794512,369.68624546438934,922.6520436668712,137.93007485919713,358.14527709905144,415.9219460755553,506.92022771394136,896.0670924124429,236.2916282155876,792.1874970592443,915.8949543574204,803.3275454053606,692.7151730488334,81.3300725618667,653.9703468654772,87.99899694416752,118.69502082970257,98.11637949963358,708.4280199522522,480.3950866267561,539.1244055633719,1016.5693962974581,564.4025316102483,40.75156933958726,822.9292722268302,497.708292660142,471.6506131172979,494.5577190760232,841.2293843518243,327.48878333429604,337.0926036151973,972.5040456523614,1010.2873545755341,666.7109079795156,5.421515055784198,52.5521061566252,907.2963914480853,516.7158538235293,649.4388268978249,525.4876764789628,410.5254482846972,482.39836720954906,590.7008891163564,873.4864321872836,272.9324878749559,351.777002467226,803.3127243059164,715.3831697457929,795.3174163932171,49.455873542039285,220.82868799608525,377.3521137229516,976.2625690847495,393.2686506465096,567.442123205007,294.417567647361,419.468147441744,662.1379661952355,149.5322117352057,660.7863888908164,91.47037484210955,773.1579114521629,432.96859799067306,993.0439811747995,886.2357109837075,436.49980348693543,817.5774560108449,376.64558313734994,120.94332633942531,83.59340212694644,930.6417666717,999.9667149029107,230.52864803681825,777.2020377387515,822.3171116971406,950.5266329660823,824.501459924041,283.24756793584356,624.6112057264081,518.8407322419513,63.29155952416727,837.1162679695966,745.968677325806,719.5062627072883,836.8416954460946,41.782390217750844,856.1496393043524,605.8140154242432,486.5007823170771,264.0871510363535,57.41399123278802,354.6868089735068,23.738076692177287,287.3860719842552,1021.792854076627,696.544534447236,884.1493716469561,445.0980753437565,899.2421513721038,1012.9073794267034,484.059567292722,575.1723719721854,284.7550587849927,741.6174572913188,14.428859360873162,731.8642231048472,340.62308819436464,571.9122745989265,349.7249119673439,419.43026016087515,908.6396986024075,109.13501090942589,384.9817812590852,683.234952565102,784.8012926265819,274.5044293760643,316.5121785292158,337.63080914921056,1014.5275774275252,541.9123062457801,293.65023939848606,997.4484426071941,114.65485472849059,859.7034986233091,742.8121357112653,107.91613886383925,110.44577147161772,288.5127825624576,355.70559604769403,786.881586089152,303.85110989337545,370.9240497928579,838.4713057192275,591.897311332213,581.0920424174661,102.46685620629364,435.81135408242085,920.1239100328213,436.0290586502415,640.474490304822,297.121878233203,736.9216618880034,295.4904321774868,599.3322968400663,720.4287869166754,426.93123141434216,372.00778647558343,760.1448592445212,831.0084253863388,857.0221766387089,746.4532960497536,785.6165378976827,706.2623376469859,639.8917077790685,928.8947710627385,427.91954329196096,441.8709352896466,590.9525740740334,526.6902154406368,775.2004387603973,897.4175715777224,87.48621795982206,832.1825929627789,528.2782747204241,59.876506959692506,174.7190436169842,149.13564135329648,647.8288539602789,109.18754759395335,229.10286943081167,185.0698818871931,175.08291258296845,5.961330329856537,308.3418553536675,655.0459538497555,175.32939955551728,393.8491659495164,235.71938997981783,956.6950883103221,632.6370895450009,359.7674027352025,0.4555602020564038,365.60743232683785,115.35924996082508,869.2261707623593,951.2738979164153,108.5025017045192,411.05880739866984,1003.9297720755851,609.5061699942304,351.62262543316865,717.6191114490487,301.6237577763211,622.5831950508543,444.4914913906622,218.19837457593326,853.0557443703347,73.85507693011743,29.505475230942693,281.93069063311054,24.89536429472105,464.57750175566866,596.7529358897493,834.6408096341845,362.36166635976804,2.486971730323148,775.2524366860928,335.9857994277477,674.9649412423131,255.0310708876906,1010.9081374712839,699.3621964854924,18.996068743722617,496.3429356503128,75.70173182640588,575.6898628287744,457.15432684553673,440.793225355113,574.4866326706511,949.3807806085946,975.5856069815047,749.9414740876284,910.5805692320412,276.3172509235168,885.345037696293,225.30629478185904,349.83689100736524,271.74265524885334,23.580776108956798,477.07043927088444,218.1673105652702,952.5000210801896,503.16333515824874,160.57357806923596,253.96311234925668,412.2038187660921,247.234469215049,644.5914934190494,357.2272515406536,499.2320291274293,998.8544166869656,826.9642443208581,703.2740892800132,408.99237333193435,261.5320697546424,969.3571069844868,312.46022638324325,869.3073400293509,221.4760929831134,560.9843715855851,837.7954615450848,402.5725203354042,490.86715292742053,284.31188723897196,414.54710168958957,965.3732885014068,654.5156201306595,1012.1881941396683,289.76319008479004,124.2140550923998,525.0228862246605,266.5880500715265,898.1667828652184,336.7082802711511,901.7588009176695,673.988636418021,282.0054540765416,613.7918873197052,584.3778342498015,221.73488151460253,875.3502156322397,794.5401264248228,469.8718695162172,467.3744670591303,648.7565530394148,610.315972548468,654.8572465476968,752.3907749491675,623.1634087172623,890.0943406607893,679.7418930011848,709.0731212961376,916.6332076819829,674.8027009673813,844.7991853962866,724.767808180551,696.4686452863675,365.86327948551434,325.87157005960194,929.2408402313757,678.2811465365801,973.1761841706293,266.2126653294707,788.8780479658773,226.65174518353615,589.748817031802,383.58202905255973,150.7723114673273,646.2194951050205,587.1245552357369,913.5078534999676,314.4757873293996,164.14690700748224,371.88740315570374,37.68331052478493,40.393546545501295,1005.9234962241229,262.4999444613344,106.20770395784848,366.9063009096378,479.8518174875379,318.66083084218747,292.9091604412441,745.5943780201325,868.3022156129589,285.0967240508993,956.4618683477133,962.5906515383002,80.24758946020654,87.48978133801154,697.222524932062,625.922507401677,883.6809365143814,80.55738403010434,953.1107950385428,369.0834450943089,100.38013956305986,582.6768109332736,1000.9376806790992,494.35241239259153,104.99313721478916,895.8619413937303,485.03422571496515,571.6118600676898,822.757451438574,208.47174036914146,368.7781246593694,912.1972170035694,209.06817189631101,552.9299127959687,630.2682143791999,140.92147454094982,672.8085237189922,522.2429166856635,266.73981260073253,464.8512410118377,538.0237118754961,834.2036809650945,555.7578265508331,458.9260328336143,640.0151361474756,746.8849546194516,897.4486385075472,562.7851721548132,963.0518290680952,64.49212529452416,3.052003133972221,473.6739966216612,377.2041200103017,17.366985587067575,364.96386323585295,582.5046179502014,320.6404051469393,649.9074722108871,969.9283989775494,210.37485291215728,818.0441971682286,377.9207202119933,390.69162504644,902.7790876874328,954.1196613543575,364.83682715942484,136.1703433218736,799.118363821531,830.0817652187869,335.42047911347356,831.4107175473529,75.63000153883388,19.93024565870519,363.4894235559458,638.0575876442454,242.72863699627226,298.4956127646061,941.4244060786906,499.4083207404184,352.74968598001726,513.1265855883734,687.3506465574724,864.6337026571059,121.63922306747656,10.821745486897953,668.4428832006739,528.4073395353425,367.2050354173855,341.54557314835836,946.4019225644992,773.912371424334,273.7870594376435,482.1658337877682,846.3312907347703,87.02700693376084,571.9089695352136,280.417605432801,482.1061783842348,163.9666187943136,311.27123359153074,127.1886051773522,449.1135838782965,226.58299812799407,1016.0333618069119,174.70599129242657,655.6377918111448,510.0672314701243,363.41239421502644,652.2504646344225,497.7006962226743,537.2979982211274,338.55158985413016,306.0450835079869,297.27240074682356,784.3883113116102,107.69305274261615,315.3607565174095,628.5667987815084,496.0785253046238,933.3465481943141,365.21184327593323,727.028464395115,713.7148890157039,160.68837502601218,202.8752692515518,365.2573680217786,0.3173060367900007,355.0669065241161,314.74868318375877,874.333910112002,509.3353078035119,127.72217211024679,606.4979287858162,864.0177611425491,804.7643088033616,481.43343875237485,144.44724423443597,326.22675528202126,359.62153055790066,299.39999013140357,730.3782480718023,250.7259812138724,925.0468059833112,564.0540084922001,816.191692387973,764.734605164638,945.9323896364095,217.8488029304782,523.6189411982568,970.4185505564183,364.4270994466417,189.3298186395515,151.7630493881827,774.9127558367151,606.4774558939519,744.8570448425423,306.5979942592363,300.4440278901243,55.72821471606062,720.889549543304,793.1537854354162,285.5343108348121,534.6348232237393,418.8745765610013,334.76305260404524,969.231863425066,850.7057150756821,925.7040981085181,171.73240854062055,425.43518553230103,794.011601054292,523.9557208101469,372.3202383456578,14.336312741600295,85.4530504412337,644.7361035162905,519.3156314003577,603.5993666174156,831.6732823787612,800.3439089854903,610.3750813444811,357.23413863919393,1018.0581666786178,846.4458807665843,838.8035779280536,948.5212677277935,522.44883607434,530.0227727349795,363.7678763650141,130.86732858418236,70.51719266385544,597.9608863498929,643.573127983788,28.84831740135826,962.6292801790644,158.5057619603789,872.4580828885671,175.88778758946842,890.6012216779944,304.99597249596377,422.9258224794097,335.91020250012537,321.28082888442736,699.8960230120576,962.9126644577442,312.7023799795543,428.92182497788144,685.8950512251419,230.5870386374637,658.438820249581,805.1766146433843,1001.0078352874567,805.3303932119899,337.3664559155467,390.69409578724424,873.4568796996105,227.99057600562423,114.09529718438284,107.43563906846487,493.92188546386,871.5262108132357,784.6887704002903,907.9076871287839,899.6800777558406,694.7404148308692,182.52095329210204,410.831366333525,702.491021930249,412.50015553944434,500.60912633432406,37.644696317582316,469.25664571792345,1009.1540898187646,380.8079627448258,699.363203303291,846.002065997715,923.719320672839,828.4642154999982,635.3644033989282,694.5657865625917,9.95379214133959,789.6035884369544,123.96717260908542,682.6448102267317,402.03070046781806,662.3609339773966,303.22044226052446,785.7214560558202,249.12910232610454,693.2680424768491,312.4141771180781,728.935871522563,333.6028388440808,310.1860620638017,521.2562834628797,635.4450339021207,27.487360371650425,1009.1519455786765,135.70096398072064,417.58684712757577,731.1462151148193,986.5716218919392,882.802210470106,731.1852683347132,445.41321084295294,915.9209958880386,464.87197285809214,749.9002508065653,31.151196530046604,861.5374797629453,922.8297986882822,482.4964268216007,709.3816016329081,299.84663053047325,814.4083195443669,431.88733580257417,53.28741804184824,211.12475890747987,872.3421139103457,356.9697633447113,843.4084943820698,655.294278427139,679.4865211520427,582.1686637432723,292.51983632119857,430.06805473905354,196.62903625388344,752.5128653658647,356.6115360088198,737.3494892904992,256.7185050818928,100.78159614315018,719.1843739458476,492.8886225817014,987.2086034195783,499.81502476476044,33.405517053621224,236.63480510443958,340.05376252877045,737.1768541600576,1017.3630857416052,669.4155726190572,499.7096481804713,988.321684296191,520.4043444676655,355.2177035467827,729.7573807336712,978.917404761753,906.6818625944114,486.2083098556616,315.41716777615,534.6636694987786,347.6135611683536,75.32211773663767,151.05285778048574,159.01647929672185,768.290126236482,191.63257874729447,931.0746218751838,311.02539251746487,942.846942406897,418.08873115116694,383.67059483603373,266.41111962591833,118.25547861730297,849.6979851614019,395.5061849594555,484.37239617844796,155.6836729234774,483.83450032663313,575.1124777352811,192.22648342905848,527.5526014042067,84.33588871189568,568.046920576224,168.06713974838294,988.3004429493546,601.7526090537943,669.7919364582187,698.4051634078739,398.98112644022183,863.2209524693305,1020.9571247628471,63.50527136145797,768.1655730560407,900.4320714495143,453.2576436108934,330.8501375003747,515.2532138094261,447.0975608399722,987.6268182102503,726.1093516548207,648.6920973792497,217.32636208671227,285.0451529203784,955.9298247003328,63.35386572921209,253.22412687217104,214.54381925266603,260.1594869170882,289.7685871536024,721.6750666349801,767.4248912155016,660.567803535166,896.7784404374652,38.40251880275798,786.2555274816494,954.3677485124056,183.7346099486282,888.0974320389827,631.850377042664,954.2613775531416,222.8247100925862,248.4933682907763,825.7523699591114,533.6578500605924,866.3356480338812,1006.6110475893825,353.3280764047122,921.2484709590003,618.8110152127983,694.9132291855394,910.9849913660274,1022.3642326200154,758.5668392417676,965.9779485513446,726.4403060673008,79.60594533026074,961.426078848098,264.12111741327726,969.7845356185298,92.87922005649614,718.4019621992139,155.15497423481327,41.42307121107649,975.6645738657253,691.8604842373346,382.0962061386639,195.73379576155912,933.2607197090649,141.60183365546368,216.39991009948596,275.86516828237575,166.6374798227281,92.49672430676117,881.7622481787,436.066794003764,465.2406942537252,617.4988583016647,555.1620110738563,706.40169508356,429.48772956401046,4.020549362535803,469.2236960806588,734.0834927766333,847.4586181071626,925.8096164906063,408.1268695236803,900.6786126412338,300.50998664108306,342.70087167970223,57.205117622548414,246.46061335930244,510.8068678707085,592.3296697408626,401.5829692993242,901.1187348118043,149.93926400652833,860.7841699232483,904.0976709753969,339.1237163110334,398.6102136973019,394.9779834049732,857.0716403848865,974.8681156683643,615.57552688393,90.41202068587324,469.4234394176434,518.7748765626442,326.67018989990095,620.6886799095403,849.7200360295514,364.08933551480106,11.780016336603921,587.7374390281075,854.0547381599021,505.08785843501244,566.9577074839372,305.8623533939011,136.26554960407714,8.832956029277852,127.6020320668838,703.4960068789989,63.77884609375121,50.16356391193267,713.7341511795793,1017.7231594354622,226.99053641318608,431.590016228674,257.06838431099186,695.2002997196483,945.5625671149936,927.831299031504,645.9826784673195,906.6137273668675,205.88249652061484,789.9737057842439,272.3573729974438,464.42278346718444,627.8245926846595,224.6350622833977,469.6720149247682,438.0356656933294,503.8459534559669,167.53478726336084,898.3889013131924,169.10685798727502,115.83013327671028,359.2146485404353,587.3636331889543,389.20438388367506,797.4818408778611,418.9362837782344,593.132793274809,821.4479942888933,114.09130769879573,665.0652459927974,7.6394754645243665,727.5176888839663,881.9129711541883,127.1959492053901,365.89268727470426,66.82551855950646,355.77007923827773,550.5263680290757,493.20138199631265,633.8756038637131,661.7645006842309,745.6820272000095,306.9400083171672,737.5565508894914,579.7975604981249,784.0752616124734,587.3953262894098,966.2017844625358,839.2385494666145,278.9316825931446,519.2973470444891,859.8028121297448,497.4329514666665,84.40433294520165,387.83709130977456,925.968466471595,63.31406520244718,127.77722058207485,911.9103265605039,148.1519374937492,337.7875390863725,948.1201660195836,59.93779273662108,992.7228766702042,416.2356673061547,531.9326399608082,315.89752380930656,726.8758151279661,492.37440650217945,635.3568464679169,841.2211787131781,609.0527284825728,309.17701888731483,264.38842632933677,1002.0726823077648,752.9307869726862,683.5527831078282,774.358496409691,10.897818219408123,1021.3640562923435,75.32090483813874,105.70224885455923,822.0891837563437,725.8656194626235,621.0465843587295,418.8045488567328,954.0769043324743,822.1970922857789,467.0562656297599,10.49093550560633,656.4737643605332,327.35641445832357,236.5265058449786,868.351905129877,783.86390470585,327.48041537599045,31.532297014879873,12.59548570775064,717.2777296828617,508.9691420211009,514.3212330102681,424.7464884399607,900.8302589299827,417.0269011017234,936.5223133564774,268.58025918939904,625.160322747719,462.5743584736489,87.17209190231279,263.3199124382303,783.2700846455404,586.8787327742072,908.2815014326611,744.2401382341159,868.72681906131,156.8483800064863,814.7532466748811,102.57195843206728,437.9613251787181,382.79051452499164,635.6863869491117,308.37087460244845,686.5411902844653,742.5184243525437,604.5673310635595,700.641064561076,564.6047252035714,678.6173372653365,337.04828869384494,645.1244302468183,937.0331334679893,383.28712853060824,981.1487707991604,373.69689391349107,529.0958878617641,342.57822706171794,837.0052044769039,587.4823558385134,881.7680947127682,891.5047739358329,274.59582291557604,849.0134915048118,583.1236047108991,806.7787104170189,772.8204762685199,5.115062036792324,985.6790882155955,173.04627255861533,258.37969980001026,761.3870347422503,41.036285319219814,656.0862731758622,524.4623554369696,731.005182698712,542.8146223728235,939.0930884455323,604.2647477940172,290.94312655003625,51.159834162486845,209.51815163829292,808.4192042446185,874.1609060349344,176.4182481249079,808.767074081315,853.2484428667069,569.4469029349624,278.8568463729465,99.30018233094745,964.8520176920033,819.5807457615937,670.7407281945682,688.171227965898,462.42508768215646,21.288816727891344,675.1703711596549,377.08393127972033,94.28533962600545,53.55742400133977,467.8056136636143,546.6212995014146,39.31105434973233,822.5861655441421,1017.9190281371951,135.83480236180344,104.0479714908962,31.871296204796636,243.28692826662507,799.7215637028015,126.00698800243913,534.452687105099,627.6493284464929,503.15812579869225,476.2587275284237,18.262413659204185,713.2213229308925,672.5527230357583,777.9538410175057,68.44850075965962,169.25622525592144,972.0477341020509,867.5647561594427,311.16721177300894,616.4429695556686,336.75382294483063,303.2788652423518,526.4668303520522,877.3469651195161,603.0590367357167,1016.5503271306698,633.3154357170948,334.7397748129209,241.66766532419535,849.3649462221402,41.450253085508166,987.1256455014108,448.9298182443623,374.09638671238554,556.5555035285504,272.3332742353638,885.0415011445451,434.04970742200385,239.45649386259493,719.9992782056063,516.9671008061092,804.8533679073778,644.9601173693385,531.6907793122236,723.5186970156398,553.1260226630377,603.3888744413537,769.4526638149032,505.1128353393726,370.9549102498704,125.19713782317001,785.9882831966842,5.104286996517317,210.74950459268166,738.0518262073712,376.0720663419918,203.65791972631507,683.8452291860467,176.92251289124624,761.3892915040486,161.28421556177113,401.1327774240208,705.1239120955198,253.92618748003179,76.97399324758692,271.30976066472635,843.9580890414322,389.7526168577533,965.5787643605917,407.48367677065164,666.3542846969216,187.1519799194955,931.3043054462929,370.4495735780855,746.938067047007,266.0499626504875,564.3355973583796,279.561945263113,369.7511320362122,239.0455286609248,26.932958341772178,934.1924453750361,496.8066653106465,326.5113783801594,720.0039063105297,784.4102979175835,9.3635243967924,961.4748969772072,168.45612436996316,666.1394536534517,422.2573110913619,262.4984772950987,746.1757093601615,664.3172402812156,398.35028998615223,485.1011721454663,709.8773652629598,106.02799450928751,509.03905898919413,111.7198337323349,80.06296000260636,379.06507086281886,473.555627549724,261.77062374926027,171.44284064002,710.0461440830054,699.1597013260945,614.4874934383098,590.1561823655798,687.1579287775553,398.5848423645896,617.9329199517144,325.2441467980992,814.0612839147182,30.802769103771652,813.2393785397286,460.0054718319061,321.368307886254,982.2446438451391,292.6829569917154,212.75420376427348,551.5259311852238,206.13398262993178,624.0211206319534,575.7059794452214,243.9933174421484,748.8399328661028,878.4730881909339,790.792785864348,512.2816962960565,101.48284507717608,391.70960588632533,505.9760312911303,848.8760728568633,948.2304381150766,394.2733386812197,365.8224930554802,466.6345144957735,435.41374385731194,406.75483899722076,357.5099897904455,698.1592425562428,625.1549978118961,567.2545181863064,940.1522976162412,310.3424416662572,842.2933153670923,715.9454673741138,757.6807122956164,251.27524622750855,25.733749362723415,298.8062148200463,548.1669591663028,66.03136678773797,132.7249628946796,1017.6590172618869,468.9568296982819,50.816320514487415,436.0063161318418,597.2106360833366,986.4853626322341,821.9547855752311,274.2701137651808,974.0496983400284,464.3556333088836,997.989543483899,230.31790950343247,621.4203695190796,306.29350463572644,1009.1944228372975,689.5112638522515,589.6838689141229,419.9133490590592,420.9281378852521,544.8574893560907,885.7353583154925,387.08834056132775,905.896665520551,908.1594919706021,178.88922943759485,973.6197372107188,488.08618778661264,1014.054632447288,810.3520892467923,227.04984686933676,58.301061730006154,919.0850136366962,993.8482878464629,471.12486764547396,881.9779799749784,156.06229220508055,904.0132965442673,459.5677688987183,381.86770460176274,765.3023220572258,1022.75437344534,997.4928251789545,974.3615399725895,83.4723953950305,240.11762756454743,68.63216873743329,660.6714467949746,589.9930278044874,1018.867912631005,919.0864331321754,685.158214019837,640.953561656982,572.3987440855902,408.28929686616436,268.550370685596,47.42971668644839,44.3389483618796,31.528919384174515,42.015246538935,86.15981963651416,730.6770432159092,773.0926543543596,56.19829986710147,819.0923446856805,527.9692536606289,844.1631671240937,621.9739943613749,742.8565308191055,595.1639320523715,722.3483243463633,914.290466683242,596.1210193736324,917.3147783167396,612.6664351604287,788.8009562005498,787.200117943684,286.0584123375198,677.3891776897093,505.2143811164166,760.6224542598231,693.3526237207699,386.86433453689233,3.6313918527243914,238.7042567010085,874.5716408215733,353.49424416203556,639.2566052499737,183.83479600006763,387.9573580129796,773.9087178206386,574.1527177594478,613.7391959695822,674.6092901392336,655.059010495069,853.7155790420982,315.2557775561803,359.20012600938446,585.2558532033579,457.16766112148764,631.7276683441906,471.78668955113005,856.9725003499941,395.841090285831,900.00614589841,701.7188266916994,97.72958416198526,199.35294078601328,190.73460102375054,928.1934560769492,320.1866150630668,180.133964797276,530.1531274643244,240.7142164340371,578.8738230275651,136.92541798860123,321.2069701489729,337.8153014439979,798.7559778223927,376.1325698025179,293.56142350228083,1003.6334386160955,71.15039260142476,352.6052215153494,196.7183808107975,302.78754409329406,881.6812026687952,816.1405558257974,458.817589689736,856.421264764921,277.02163377798854,287.45491536387124,718.6166429631318,464.3646193019616,382.4754517566504,885.8156448191256,25.79591038151557,846.3189622075133,321.44225798035905,790.5428908917563,106.76801758440877,703.033973285947,162.75392562279103,353.9407914441447,259.46708704527646,671.6336784842052,761.4472986177744,355.2139265357953,173.58176560647303,314.5351523975437,52.43649539309433,832.0246237101277,895.2056633857875,505.8282996254578,192.3552104674643,761.4407230055041,979.6152151296834,76.57842483712534,758.6091062044496,977.8975458852748,599.8284260555256,140.1356983008476,876.9978146590378,484.29931661935495,150.87163105072352,481.5076206148532,450.9945180421063,685.76813914919,455.8380517230722,17.163322970275544,264.7509828404395,974.2530068184003,325.30039250762593,368.5667627152742,649.3918974595655,248.01284189129558,598.4922309973864,510.17939913842474,574.6644514287307,595.0331628823006,754.6090581475477,853.9278717624499,340.234861104371,549.2887779142744,975.750566390704,71.64646182503361,836.2507291347388,626.5037374169312,985.3722654800908,611.4010881969601,477.5501697732567,823.1685359828318,750.7979432992029,40.245675062016744,893.7068863920113,986.2767120433554,27.428096151147088,528.0264687456859,944.7800443920263,0.5966878165229446,310.5406759604638,658.1624416371081,607.4685469965201,87.83907237399353,827.2063230438265,43.339935623251904,395.6821471201413,689.2331243213198,217.9423583483715,319.8995131067487,696.8041621623967,748.6768423572739,226.49682223192337,188.73648673803086,1013.1103991369545,855.488723554695,792.7828466733952,331.52605205568386,316.9068184740046,82.04625574777151,400.0571002432649,814.3405293228163,547.77366544673,202.0760326589707,15.316649482897219,488.7796017262807,479.0735890294453,556.3001152641477,47.31244989155675,748.6672054672655,865.526627661778,868.8183667099491,382.7772696985486,363.8407987125554,343.6114639904248,688.2836369345858,949.5061531401418,779.7294214966388,880.8947841932182,372.28179477263564,636.9837738095865,730.6385956501326,889.0983125454233,430.6155844875808,178.72844196996948,258.3802142702946,64.2060528575015,817.9667615361172,425.3250227151501,131.588253245209,975.9314442993052,750.9121303409128,613.2959606716018,1019.1485682898233,529.8628579228717,656.1410454010526,488.53046687413746,425.0060464291096,503.22998711420485,836.9803601568265,717.5411907838848,4.565181135048533,357.53956708372266,39.17027084901122,79.2460332482193,622.199560044383,805.5840591715198,316.4184814201975,769.4765140678693,751.5959317583813,570.545065393035,544.8665503337777,440.90903921241033,753.9396786310474,550.9543745355115,358.8869686705316,7.456578861725234,697.6177450307847,753.5978399680391,747.3986066799928,14.358161585419225,806.7430102129441,153.0291751661009,902.5263856102455,342.73137735676914,749.1715681905276,819.0660059001382,541.3945511471401,833.7759886610171,239.0772939964951,1008.9998134926849,310.23229486082244,93.55224649667377,826.3092736072165,535.8515402786079,149.05001416726725,135.57591412994805,490.19900762821567,935.4264642253884,415.1940687336918,922.1013509134432,197.6473420339703,1021.8346992527248,907.0760489407216,22.817233256709187,819.1831616965624,76.38071544632646,470.5864853667413,303.1291383003555,292.48571754020463,319.62667755736686,366.69156010334075,977.1199051400333,72.65461883708758,875.9587958046069,806.4539706928567,113.81219462561353,873.4140616011072,823.3577903278033,788.9170045412005,984.1501545023816,923.0527417069968,769.725508126519,230.43276257473144,885.0121030104573,444.5513518675797,473.8721022980237,126.76481547622234,335.57335870093675,107.97078537165146,302.78630693530533,971.9742583768118,426.68320207914417,332.7840981881907,348.56310521269745,163.91199756779577,370.4371531732454,395.05655398902184,684.8287331966598,896.6194719799178,883.9155861851706,22.98272425952939,654.9767968566571,174.18183294200344,307.06533325138446,728.5809802238106,620.9360300210989,949.1687051042875,695.6975355895244,561.7262219900203,347.8075112578406,561.1552459435984,904.7432144195552,471.4166411796591,562.7654860774489,981.2175415726506,332.2186011260799,733.4983455921134,7.608375404190383,145.63295356470348,271.29954952368746,380.6895926149067,475.4110325194757,870.8167679970742,86.16401649132592,154.18961089074833,970.9381193502754,875.962539157104,547.5310537115026,652.5418430920879,422.3056363693995,190.33358844567397,606.9145386754435,863.2821695310217,440.7023421937639,410.65075006050404,1003.233282390828,836.7248664679597,834.1686511967258,111.12998500858976,804.7660516770346,120.7318579509548,640.7654118871648,676.6115419877922,62.889138460907134,942.3706938340399,671.0696630545101,150.45098080448315,301.487737655944,728.3522860296708,765.8516833447704,1000.8091074999489,948.0179079385321,440.9904715883755,504.7225095977493,789.898959942323,319.8603133155366,596.1103912765227,329.6296882889757,427.7434541017469,825.8310381590151,356.08416328961414,874.5857848429985,43.126305625901864,171.74017231761343,701.6268602918949,258.1608888428192,148.48189416792445,709.9048792937257,762.0535621500154,892.9724968960193,193.23109881302037,112.42765416619898,437.8027789841839,966.2211997473299,134.45501466489247,757.080293635781,548.3309245361662,801.3151990341295,409.9188866486187,337.2792290392299,454.6278211284073,150.194332650889,716.737174764028,208.51608220151695,250.5769367669575,36.29167182346555,635.3675012965972,244.7322955814202,383.0357496080866,922.16049561161,555.7811780429317,103.07754869811288,424.8643927257307,301.1122104845622,765.0721575588237,963.5605896110998,913.7591922256775,506.83409306182955,270.21933738010284,424.56960807334303,788.2280648894096,970.8106763755729,287.46918726447973,720.2624119236496,132.45165547769466,621.8467845633753,71.93908983683434,1002.4346620038547,289.27064481356695,738.1584332826708,612.9554569366996,327.16920230102505,37.45480565262881,53.21469454175531,881.2092105725907,400.95726856915314,276.7793279975806,1022.7586171024362,305.56406238332306,278.6376652829331,824.105403779689,434.535473253575,350.5912151067422,478.28606661210245,123.62729157843012,452.86191431295606,923.1014437948552,329.29950538968114,928.2162568566647,249.16053027434077,794.168086059096,771.0766169175117,839.8599349503187,557.6123703433641,76.83286449394404,664.5049781670824,587.4837425005401,360.1139938488342,94.44234181747015,230.19075937670743,956.7702014236027,655.1173917105816,150.08284191478185,574.2376711011744,1015.0060300643165,371.33225890010453,996.2658475537546,878.1605375627887,150.70341129319422,57.62962053781678,1000.1097297433616,18.01060457791334,193.79450787928818,0.20290294747144344,986.9188899262606,721.0195622676245,116.15879824715205,461.38925666718956,95.42737663935577,599.420373510286,959.4122265872867,441.97246970667936,253.26138327961382,698.5566495408366,68.085389733091,436.4923984203847,875.1505659110705,530.8855113752563,125.25471102436745,860.2328312165365,26.753075980206063,551.4741625028439,874.1315833972535,931.1094074222864,863.0940456642586,487.1266609764399,127.80191881683197,234.23938705948922,133.84020625693358,314.3766030689741,628.1092583083561,765.7009955403609,272.5089942605259,205.92611186466843,673.4243779070149,918.7353699528105,972.7872297206615,25.485531459160143,1012.8774902129392,675.3342382071969,811.0954099873682,381.67014353731304,806.3073396795519,197.0918503871195,983.0853819721001,50.04412807607309,220.77840407677036,82.15223287199467,5.212522109058909,924.7659819079877,832.8284163293214,970.9579076110022,668.5464133413312,334.1037801674132,467.0846886170823,835.9456122256254,328.43108785857476,880.5375467988592,733.2011388226312,240.0703424193108,689.5084080220079,374.21255143535916,1014.5154826162421,460.4424187147814,245.49523367331665,896.2449577738213,119.79561959225998,493.82325973469096,979.0727993059088,985.2374133250826,823.3916656214595,535.5807394281701,91.02002289758877,262.7193824739205,812.5838428068619,914.9230208507171,949.0987598374895,755.5518693190088,7.077163960018879,723.367306661846,263.53414186229713,538.119763405597,390.66161515596104,379.9565305843497,413.7279602940199,439.88712439080314,86.8446822175174,266.97814456275376,559.913452414301,531.5751227473133,242.53353850752262,584.2984917686994,259.19933581179805,593.7818843650267,595.6292454843536,573.6385591282328,931.8321494303544,7.753938856092077,980.3833015944152,767.0505888973028,108.33597338648246,236.18495354947345,60.18246217213641,137.66853329440914,362.4447751988756,328.95106065726316,216.9004808698536,892.6354424344877,771.521291954002,407.0901575903131,719.7970015965429,755.8513153920647,117.72659695039147,401.9891046729392,904.171899619801,733.1026069128825,523.8906243900955,198.71617333605718,874.0664885578086,858.0529077221365,289.80105355452463,733.0888650008573,416.5349845365563,68.37494053048101,245.80516019987465,39.438531327864666,151.88012974347248,140.86182627109577,624.2841046599784,845.0974446660256,871.2469486455396,489.75796387763876,773.352948315058,817.8750054504653,450.53106100827904,792.4821432236797,236.09237909549586,352.4504328614099,354.66232364928555,778.6785279657665,1005.6809416665286,539.3612819601736,602.0671738917434,59.338692889259164,236.1373331442203,380.4046907426848,155.0029298030728,170.70269082973812,760.9955467704093,270.74824692230186,636.4551083658185,1015.3487634717575,900.5227779575538,518.1668928951461,717.0532153797715,29.956983839043573,523.9753287632345,909.4818815329521,408.17582133494875,394.40590768563584,385.9108135777965,553.0224731301508,300.65123511222987,658.5941077053166,916.5392900376177,391.1652602645371,574.3746108832108,336.1027518950683,285.9067038974873,76.63289257599342,696.3230834472154,72.31671681898149,550.1359619192176,786.2148927560511,556.7651096539016,305.5447951200266,579.1149209590365,925.8004365460613,416.7114878127885,626.4372750225785,776.7180995240382,1007.3083586215084,532.6677957119765,840.1522161843424,100.19655054151337,202.68680819216297,917.7371082884479,491.6789576982492,43.462126984040765,681.9308345538385,223.6349870921323,284.1242125798574,962.4095814706913,348.1636918302796,311.1674789425033,654.558447867609,149.43766462762983,607.1201961311535,220.9140676256411,407.05772156703597,348.48443560003625,151.51814647618153,528.6511619531907,515.1288052762864,169.17044474628995,429.1667513644429,963.5039784347638,697.8889856211348,4.092856739701347,211.15572643846167,745.5575107325333,27.748822069816242,659.0053960387063,37.192112318998284,993.9695149824303,267.70043404095804,199.6624951427316,565.2767523671779,400.4256161875878,34.92327860297769,300.54687875082186,941.9600874616918,340.2551839123121,612.566406010839,767.5393921196146,251.06896179805688,479.26771081736183,375.10798452795314,1011.5423547799094,286.6910956269461,666.3362445223378,729.3974417342621,653.3805775842513,476.3059250660441,908.1466169948668,143.11616697230602,137.79589182598136,952.2234965007653,292.171091503914,51.217825386406844,582.6839696073667,541.8525290427464,812.9362247106745,707.724455104484,1019.0747467770896,871.9951385391274,769.2422009416213,426.612350598199,693.2464297802395,853.7051738074414,708.3119056113813,134.50603786652175,61.989891429197655,283.89810350706637,535.5964865418298,244.1005474307301,396.28016578326185,63.322731744124326,1007.3083994128743,841.1060550762696,269.45382230732855,914.4711643836519,854.631776415188,319.05092454670523,906.8507251445982,461.2118772967988,58.605624282042754,581.3945451754532,76.81652316731208,1014.6533641945438,562.8513033836189,953.9133193799286,232.7493876663084,548.5044256408108,838.0617331439831,1009.7221748870647,799.2085234673334,408.9698383248632,872.51672086947,521.0390109609923,363.4506457162322,142.10412708638853,752.9462947089239,24.640038758185938,272.70391943360016,156.7677309136493,1005.7539134453232,339.6418943460087,562.2118365598943,551.1976330274493,812.1007471897599,149.78629847291052,181.45113492801124,926.6173431607073,5.452464252866662,401.6669816595546,670.8203282176005,1002.9343523605299,1003.7082019533445,876.313389353476,758.0079826953013,224.63316520282012,665.1540007136052,248.51932824046378,577.3280761400298,756.7741142656608,802.0534787709117,493.4366662946105,430.42508178177764,266.3425474556951,47.162148675584945,554.6395598772424,616.8732357388457,2.6973041470522503,711.3438179749284,418.44801383536435,334.95279577902363,1001.0669821208304,71.9407535409598,357.1057532141007,423.0994337580962,376.1673677274605,392.1260989361889,6.395464052426178,979.7292408146018,800.2264046334402,465.0379804749434,227.6074190961716,223.42947503921755,456.9108465269263,169.48839042307418,248.4893495789563,629.9666230106791,727.2349599210941,920.3551044154825,31.09855035753867,271.44827798022334,630.3339528831686,767.8045129453266,716.5651078040441,373.62740740900745,942.7334699024328,250.4975465281209,955.3610407137498,131.98759144274572,60.34958467867864,685.6824136618626,645.0733498042451,733.7066375009407,514.9329662144626,222.99547688238522,292.76657311886777,586.018134710509,122.38780373444524,388.5453075228696,494.4844660832388,444.2339838640371,314.8650728008033,539.1409140994979,379.52829511100254,789.3890723397154,292.38183252162685,233.58513159368795,801.5027368711438,263.3751925740453,10.535436951113638,266.5491445556722,665.9765882816929,366.0786231207744,776.9161935264875,318.32551259929403,517.9223578444595,853.594907303835,686.8356726011274,620.1586438274434,888.0720492241247,341.20004596960234,715.4052270974116,827.4230852525112,592.1894989820535,156.80356512351443,132.29134745374915,591.7562392042553,311.43119859598164,536.6631193887172,620.0404189955414,256.21922113956464,477.74768025952267,141.51399830392234,173.4068320590593,316.7023498307392,89.37573703358305,169.06330805673758,849.5606956242394,490.8707051389424,319.5015109208397,784.857868494491,54.205107068077496,1.7102172804077327,967.0493593199838,904.8568082264059,853.2302731962233,705.6012204044978,818.9303280176542,569.1805768835904,524.1440523037222,297.170247907574,95.61197462413065,904.5447775537219,401.14443453797514,262.70934895965456,954.8306806338966,604.9805943358979,98.21302170268507,373.55134924224024,944.7374600543022,859.2992559659742,907.8819400733705,685.4187171185706,378.3469797150956,966.1563218451412,296.9610660996233,675.1443975294267,193.21545437558086,715.2745541758987,676.966930975806,512.152370013074,604.0627860337902,485.2311991820211,89.028189702943,394.1000819828921,519.0785938903705,439.5641869369898,114.26525408145335,221.93580544828797,254.1461623248348,180.76290955241245,994.9810937444666,619.4114737317077,156.7552364665388,546.5957494110468,746.2723613978509,18.979711070571966,1005.6417324562703,402.6185417543792,930.4161918688714,119.99793965815604,838.0841269009359,764.4764885696237,651.2846891270163,661.9663652433475,1019.7796409381341,947.7966570523497,274.29012924688925,846.2962587411153,918.4138198799452,28.76928599459518,947.1099685230355,162.42597278392225,728.3533704732229,109.10327250753039,926.1911708801694,819.6398988662071,633.4480832471882,674.0074523040752,163.12093367155785,728.6305024809936,460.8787605925802,581.3055876183141,48.094726494996166,92.12473318871696,233.64974877588907,42.03953123533472,656.5319209665761,20.95678547988075,267.1667752548352,221.7206247010056,212.128680320444,224.9691054476732,689.1542519082501,220.14811384923985,109.31785058907792,575.4095874158772,806.8135196557016,214.95983618970524,8.552809288075878,22.839236298701508,611.3638091247733,894.4072317464114,546.1777655057064,559.5763364328133,122.97691185842018,464.6103093950911,706.7467131518531,18.23186505917795,977.1505303272862,6.940485024113514,736.0764586919709,950.408140655801,755.7857424699672,312.95378303132554,567.2418099019906,129.79860220457851,67.6869883173166,738.510502433904,28.634268323062088,349.2268819627102,384.038323992634,1010.163607372796,818.8708518285281,711.2618086738646,198.6280392280364,173.4425360439251,518.0816824531239,784.0351047849163,803.6660087094637,573.1574516797963,751.6441081746036,812.9776731508235,975.384553483146,206.00890346314463,554.7275576452996,137.7241281562126,852.808319171504,812.1418618545443,389.27519850459055,736.3928133783251,1016.8210644401507,259.399778501196,551.5800531134577,764.0050006280921,941.1924001493024,877.1380234655637,618.9197783143499,902.6794038244511,271.6397372744227,833.1413002853213,863.5234924377702,877.694032956342,423.76271232455963,241.50068861700754,974.6458130380493,207.8712202173599,358.0232100012486,570.041155802103,825.9472521277437,960.3107928384597,778.8226467844319,79.09081800999627,177.24730000500665,437.0668621882762,787.4619934714932,243.2294412898757,604.3528022538626,461.4298615896939,824.1443412021837,152.97185925223812,158.40172559433097,388.4814640121067,417.4845120719367,207.9256849839801,466.12486557242266,113.81538753781342,463.3993033165891,620.651171170657,664.2801373128261,324.4914945761152,412.4648624624781,838.3797075137431,666.5631568962079,359.7454582689537,312.64485766120913,882.1611509575598,991.3919583859666,833.7172234380732,325.7943415900829,964.7285603831017,301.31629694871253,392.7116888107673,755.7442885642279,587.3556841080418,82.98030304015674,548.9661456732796,426.54825229206494,911.827222222804,282.7189420315302,168.16492926901196,876.97946651813,80.31162291486453,1021.8590308245326,902.5849040790163,162.73530458434573,943.5148028160539,218.30247573397003,900.199751641787,787.069505993597,915.4191112308049,330.04170615131136,820.9938885631967,178.46558704269125,82.33488142154442,125.08054123826241,759.5850140884617,426.0949070142186,563.072069787331,10.829469962107396,492.97560699661824,520.6491659498039,30.527237352770044,102.45437243383765,784.1918960041631,614.2045070019119,348.97944086892437,922.2834466961277,915.227993464728,743.5806394620369,315.49513127473597,799.086460209907,948.4976765099437,1010.0636374676453,75.49035516743106,979.1061092883918,570.5625712874149,788.4834408701973,939.9588908668326,721.4636505617996,812.5447881988748,704.2166732962781,538.5650322201167,937.7947261014571,905.3626950032263,330.8273146460035,648.7134633968461,375.77677704677194,849.4989910801647,546.8422342665531,853.8201204673986,1008.6979661418608,691.2401586899456,926.6681294751055,854.4405831207637,358.2379039690942,841.7796845703047,721.8744451165544,356.80607595370145,632.2246152228169,274.89202395320785,172.80956729480897,338.4955831584132,805.7827812362684,879.1032908167174,162.9860647292992,1023.0531769575778,323.6862240864991,832.8731968340895,974.0060038897423,1.160453749337762,983.7949530496998,276.13809126627234,750.9275704626297,488.518473283925,578.0021933285269,703.6362272870628,755.6671998365819,985.8318846299437,159.51193982092195,624.5262946289747,607.4893215798124,345.1142653571493,781.9995767345556,250.37693930775526,261.69173509281427,402.58786086256623,795.7113558530624,525.4631760748156,121.3125117976283,759.3541904390363,742.6512706369849,451.6520114896649,295.08185386739956,296.69077475006725,529.8909486632522,764.8537993963731,147.19308854212488,673.3987901947131,172.49413176653775,144.40014089691692,857.9589945654634,575.4805580440303,318.3152533478285,685.3237577192268,117.24712768670747,961.5755041815066,664.4701214245555,969.3568025790834,363.6331409323136,240.4237506880114,440.53150533101893,799.4148289215611,81.18445583231403,604.0199650562836,106.28050152630146,660.0376739049036,962.8997823541463,655.9742606077052,190.8449771803629,793.08121033259,302.9299158225881,120.62399252566013,32.98060967515926,1.9626313545236371,851.6663827962866,939.7415174695701,881.8013113452336,803.2581768202472,660.967337677579,146.02483836959664,650.2540966877804,330.91484811940666,4.844170624621597,573.9148428502162,610.3550556041939,49.24871174759528,17.694698200706398,999.8951503662541,655.297996984598,192.263827058949,613.4348153725565,622.3849787111614,757.2018317610813,487.0381683199706,372.59944597673757,417.3082646706922,14.151071734226093,267.86797023947963,1016.0066942133907,587.6553080351863,729.4591754779503,91.02137960642267,458.02545520246747,592.1004757227053,784.1678209020897,194.72367845848123,445.05068400164214,40.81580328553014,88.88489211288208,26.5497763303041,292.3858375469549,327.97635000354444,359.7890897378753,378.8574284007043,645.6781200767214,518.4147871930296,84.4680475315838,842.0887377268988,507.075220387374,404.12287568685633,736.1957679961508,252.637952183121,71.47035295021408,999.9446347058608,978.5618656014485,932.0939530046958,286.7010832308547,981.3053837379364,620.1652709524599,930.3445388240037,529.6517583074221,263.9736773394459,435.4898149304753,410.1663028772675,375.6761409225769,410.6897347087747,504.16458741758356,414.8771909994657,817.5102660920188,617.4224332477305,560.2747908859469,551.764388151531,959.9118760864667,385.54046640539036,275.89245726579384,609.146722054487,844.637075097169,983.0914865334466,452.5646769999929,783.2291201646862,472.5064010286453,105.5573753329237,298.8623668527581,10.673007162427552,427.0103976646059,692.6484384263439,859.680047347698,815.73369131636,958.4453008959052,558.8303574243064,408.32538462349373,108.78930353662861,526.1793729192829,47.80845067591645,267.06235490982976,633.0342680292391,281.3574524024814,590.9306877848392,31.014471814407784,69.06027430421477,684.957125961095,887.3653028454422,840.8756819269497,715.4787013126202,460.93604574749554,364.486582369462,15.860362611428059,339.40926231741037,195.1257805069904,519.6934873955947,903.0649701464985,717.9084957966658,1021.9024495439123,609.4781025310157,254.16046880497765,187.5483177903767,900.1595783361676,887.5342522485963,298.70953597476705,363.5183573517139,742.7089588234281,349.5939518082413,736.1324193249236,438.72245297975644,669.0922377183575,745.7343617532619,747.6916531274459,534.9217839011454,69.64571149260121,469.770354972536,361.2048197190808,632.9544227504068,122.67922488692875,318.34125910666603,594.1030615939203,928.2221066706973,892.6861415365379,783.1177395627976,315.8775847049833,332.83733396162995,852.2884408873216,950.6154078570852,8.663726344239649,861.1914523752197,348.4031181433097,879.5988533699219,404.2362554714865,319.32479957137434,887.8168588216228,153.98190399890416,311.7267778031344,432.82156005012496,941.1799747078105,363.43730775442873,339.0323750941758,775.3419417764641,811.2786635347811,688.666173342679,500.8375822098601,951.320315031637,165.8406360508086,199.33547182882035,898.6833616491259,381.4999514474613,765.4391256733117,849.3445337043537,961.3225987676648,847.1630382214112,223.78682447760002,825.9607412648343,528.2184129510964,348.7673205721809,427.30860668545245,649.3982851496309,716.6378304052448,851.8673506700966,381.76304057866764,499.44477634105954,764.7790873055401,568.9135816455728,850.4462435062974,326.798173235375,778.3895026400094,484.8847554127166,962.3011514041582,599.3034329370818,144.66786482978523,777.128315021737,147.7960929881168,619.3663039475813,999.9188273748493,425.1401548335192,569.7452921919884,523.7473637740967,594.4895675060036,194.15953417681328,398.90740227761785,856.4759344532804,434.3397654809745,1017.8696132527441,31.2850753202772,407.5368202516348,548.7117041686978,82.45419344287177,918.4955844007235,418.70629181982565,851.6360291537411,600.2743108119267,282.5700253039679,519.6919169324168,555.1259705050328,354.21135442063655,295.06561736503306,36.400460434916454,638.1788209515184,344.4403029043817,967.4887891688596,977.5340318074271,293.4204665758566,678.1124726422396,1013.6201066994093,197.16589115707836,838.1323796151601,789.0346346743745,901.5601813757327,828.3923813520456,633.4646650075672,234.64946713994925,528.1198628256121,853.1405312572952,476.1748827127034,833.5264070052349,209.05776682244993,572.4048598503774,590.7811681772032,1010.6515982847882,791.362326482704,316.36969556038,909.5233121018157,357.7265202055918,570.178699739483,897.5182621007439,610.5848241138311,307.80856325487275,211.4292777343037,584.5789703765906,29.6457901537741,812.5943291753332,882.1467890976351,958.3788052252761,4.819688823665956,759.6245915567796,928.2745348059041,4.387422523665805,187.8246777291821,545.2774969054705,488.16804295637496,791.5508009133011,66.76610161944791,468.27447860909444,978.7232103598391,1017.9496108377461,503.38301740458894,913.6370222710354,273.0006790626604,614.0419596871925,879.240332952009,47.15097740895794,366.5665227019573,62.67013088118631,144.49224433926327,742.1417414420675,674.3710791038189,973.7381643835461,319.9980220136906,723.7313829293148,572.8968913120588,230.5622401683113,891.7801947862658,342.36328216133916,52.91301038093479,323.77897596708704,900.0942103332078,797.8549549761999,414.5460456217586,190.82012131748172,245.68831385984765,159.95790084144767,199.33331601640236,345.0799760813388,831.6184440397568,930.9272144561421,862.3519801366787,381.0743775693869,754.1471029488403,939.6807380886878,783.261441610521,578.442606331225,535.1597423728148,167.56678632929527,508.6099746507441,616.5815091375113,744.5934769191473,333.11550162174603,984.0491615016375,288.7962094204805,597.0231391600926,255.65854102821254,301.33362394938615,330.0474531439885,779.412071328496,536.1678814916394,941.4136736295602,807.2950426481626,292.15240939817227,606.8700781127907,95.23575474411052,732.2761113911473,200.80625580631636,731.8646782005773,544.7842848158058,279.4183477372909,763.1379590763568,917.669424305647,874.3799913093571,454.5330284975637,366.71935840384015,351.55701460287537,535.5270021860123,1008.3609210569942,942.3388240423669,770.0679835057645,845.1922757931502,326.9337491811498,808.9971137324229,133.29093520876688,807.3005385822809,548.3005097097165,179.67501523860278,302.89873769488315,928.3981237805021,804.8203675385097,557.4620262850914,797.7834362890471,832.3256286899176,729.2479278243187,720.1269452715422,411.3695692283842,452.194883829083,921.710925123559,334.39053873557714,690.3265282096978,176.96249597763085,975.2926701079238,716.0685398437296,758.2758857509432,102.77732361652181,148.92511112656928,646.0718848529575,272.514706653831,486.88944127577065,838.4405557489338,154.6791119709544,912.459431987985,704.3194316894552,900.4317382895649,578.2888020288334,217.12842872882732,244.93982951074645,332.20918935528834,64.94996049842416,83.43776533410824,205.33993880316166,494.635406681374,871.4305345939853,686.1772229338447,882.2579894014776,189.62977546994637,850.6710005876118,571.8834722791607,11.942065112466821,161.8865846617075,206.99462409837065,146.45063428250432,646.880244166987,321.71166790022266,452.7834204187666,643.9824018888424,176.25122831780448,123.50011231170322,946.1711311136596,889.872523514961,302.46636104766344,135.57738945222525,495.9176766760197,361.1819021139828,826.778290076111,659.5327450420103,608.1446569546613,299.4412833406685,289.58295149114247,50.16700910680947,534.103500074991,828.3101074879496,783.631648291122,561.5382143168969,465.66531327934695,580.7460810437834,121.0683882779025,217.54526809829838,674.6237441466085,701.7354214077053,442.7037585975655,899.6046362924451,249.18417425334064,946.3685925604135,7.722055655613417,133.31387448492046,732.6570291092534,759.5076470470573,280.92373851208754,253.30300108414747,145.4424871860441,680.5339409425637,385.3567972511314,763.7924572447972,393.0882575481352,712.2313773658854,380.72173231007866,365.3754550620803,953.8424526435678,671.078639286261,729.896355386492,840.3165529335869,100.62096778470095,984.5457838774639,386.02840802803587,772.2278981517061,735.1940664867944,1018.691583580622,197.0722265079229,599.8083634224574,381.6551136633434,12.33788912776879,157.47555871702048,246.89521726058263,244.70480507042305,270.4846296371585,966.815374861158,723.611510257894,212.7372218602851,599.9570002026337,451.25502922171836,803.9069685415164,543.0726051564583,492.3676475129889,78.01800343725836,840.0344207326326,828.7018373730435,135.1961746704568,918.110833143549,850.5435693359011,674.2626230265168,735.7245681229973,683.7055931983614,191.1554924172042,533.9953221693403,372.98255357610594,977.2259886568232,958.9984162423967,977.3199577431719,506.0522607069622,360.2789543770316,157.03225911829156,356.0930054327521,301.8999954278729,203.49378799533645,377.9506553188081,165.5611688684329,246.8470886733396,399.8012236746929,887.8989641092521,194.11067865070754,130.26652598320834,845.0401912080397,144.4711588427249,325.33301008717626,337.60999061241114,256.77832797765655,844.9100242520228,59.29497868518081,851.7042680469673,327.02729407167396,680.3803293052654,901.2678927635558,341.3563882377191,563.5950164472569,781.1876548729147,263.93771505155564,247.37350428189302,277.14882041554097,151.19651729300608,268.3883600210305,767.7139239288309,409.2828432825047,396.1606005047904,644.8639152682096,416.2957104511105,238.29616981228128,104.1003141045926,969.0945553874802,945.313915525396,768.5945556568205,653.9504879151025,737.9607508084299,391.7063934405877,488.63592424856404,731.5005417128089,279.9093237168977,836.7633993694819,188.38447104089062,164.3041864647846,74.33229981597492,915.1265175690789,731.3073899448758,568.207441359828,859.3050282956756,557.9501337328966,435.57440032415957,970.5505031562607,415.51245967546015,382.0866900933255,441.6688063343661,93.26101889832864,330.39981786665226,956.5821961478568,288.3631957851294,534.3608196330229,618.0747230491753,456.83635272947674,271.3751495871188,538.5830106402569,685.1213852798368,651.2078511322633,532.3196429843196,312.0038877340327,918.8689658107916,18.418191634481673,1.4520571602625978,956.0123014864232,31.377515879906127,689.0934742431366,773.1545898022939,339.63208847837086,901.781807279585,995.0736839578599,993.1286227479883,196.82009411109118,717.4819043031998,967.0609914671037,894.7653337772732,212.04351801351163,862.0627514696544,989.5043199369953,360.45555859577735,266.4989869365454,382.7525037534688,609.4169802567233,914.8446801397037,485.5905937659637,185.60055760297428,231.93129741698726,685.2170194706083,410.4939591861587,214.72078403202818,224.73037343984174,282.69557417152885,17.76018973124326,200.51610715934873,644.9202269235782,222.30649014622418,331.642873928163,910.4959482680731,843.0284822971795,120.09425267332097,459.29936846698547,931.2924249631993,567.5717530137524,5.394510836020004,897.9415103153336,756.3281835182758,91.6778882364141,481.08894651044943,13.61907259334589,577.7486480433258,983.2906180580313,1016.0991117012026,334.1295893228586,910.7186388570667,56.91955397346567,472.03915409576405,621.516300175345,719.203284797372,404.62169934751284,770.7212760979636,997.1349083571215,961.0845436221655,681.7409504490405,63.358696324179164,802.682181099775,200.09339368598296,877.7105014183107,814.7479163848643,15.947835041691633,668.6405744365387,251.5985743707149,326.21166046186136,589.2403947764133,521.8335730279839,626.7565895203519,773.4814592489149,363.3996418761121,183.89246414777892,239.14926872387286,398.4359837642612,192.96018400913727,865.6325577208222,967.8409807881835,296.6612942307913,783.2664103346007,803.8401796297981,219.12167213055682,162.48977160910317,810.6728190546804,487.90924073669316,417.1856155634605,467.8533704184508,648.6089498787379,257.40128631197126,844.7798745103102,183.65199835286387,583.6547191993795,400.92454255095436,650.891605080731,846.7624496312063,42.87049495753058,753.1231964498819,288.0480506210432,609.4543592634257,699.4721575656074,813.2673339466871,720.4723851716547,969.3988579810504,738.305709924251,735.6508913796819,27.61916729626762,624.6248631336846,1011.3973433613573,820.2716260048153,242.58003448568377,640.502629327174,86.06011718855677,1015.0501276644852,373.58987968962833,658.891226701412,556.4106300035484,1016.7419034391953,664.7348849378452,232.51128530778897,684.1127308330039,383.9493181430083,923.4707327130413,937.0416036952942,48.936262811251254,608.5186981991624,919.6162318394413,732.3587189446201,43.396112326152206,527.6168365222821,603.1951543248226,652.4607133592806,524.9566260763926,398.2355655658391,381.33772209572385,90.14206537026075,194.85460908190726,906.4689628545677,11.75980332509414,855.0535302754371,732.2417547853546,58.064640686701864,201.44909545224436,219.4145292021642,965.7443674496136,692.4474086553961,153.30204266962403,65.33129823489207,420.7669342829844,223.43539579242918,991.2804862853528,330.8252467020309,595.5160599056549,634.4330583103299,964.3216646283948,1013.4486882312722,109.76706949952734,592.56809585712,919.7960421142845,71.00202796282008,189.72869737296332,815.6399323686788,465.34856307965686,48.930785271216905,452.7709023325349,693.6153626947408,395.96693974985965,741.509607604394,773.7506624675846,681.5802191320112,752.9995532699238,763.6745056611803,833.2187019094786,714.7910993862114,752.2050767789044,817.6915495243477,72.13615748091979,266.9469239477827,114.1142402073823,206.8609853053639,285.8995481997082,602.9790195520072,691.2424667592427,1.575361430188991,1002.937715070451,648.2182466604406,247.16461671667707,1.2290767328697711,471.76549533967216,852.8788076110001,156.4956592505663,559.5994939820638,674.0916052199854,272.1146197245662,334.53009724706556,882.7936297257395,98.36400296931936,348.4597939792923,891.3672239862886,283.72887158685205,394.0914458832242,892.5695425590882,194.14904908200583,468.51360709920823,793.9717301558817,147.28683025017813,365.9040328271054,568.6922264457313,400.1226803641332,186.32647453735512,931.8972795364189,596.2216367669214,357.12158975269915,281.4628949738541,584.5849923307387,214.45776975169213,682.7571099721769,182.77733929030842,215.61731494717264,728.7112735717798,595.6484060726073,174.6686636415019,825.4710563859721,19.35627016786134,959.4965268244631,317.2411576949502,44.7298741382391,794.9416927238484,980.8485589168578,24.825022895380698,345.1990670123987,880.5371848428812,291.97899778526426,197.08008623819023,91.4505464720836,34.47501554769781,576.7610882101818,893.6274104135362,410.9877666922707,750.3643052322343,242.92442428616494,675.0873710156789,456.30215209203425,1006.489663802994,55.89676700191944,665.6628790062412,362.92432525206743,814.446402270023,572.4065971245178,57.8126254505753,323.9864722803171,706.0826366580321,489.40249996429884,350.42032268137973,547.7639252598722,917.297362908691,498.7840406517588,903.6431418746603,121.87257521408026,455.394854635838,871.9048972315114,372.6123923265104,6.364403103583868,163.66274926021902,162.09283543966626,426.1092718956038,203.77262119656336,285.35524729291944,421.5248834941598,842.2368090230883,489.35830113071563,825.6703890100013,669.9560421880227,643.3036641630135,909.8427195784376,931.9454622754538,4.677495046173931,107.5855867670067,844.9030657762496,876.9930316031105,368.1677475574305,588.8804081773227,216.81439308132087,901.3986443645914,724.2859461611642,229.21210956172706,509.3109118398745,937.8502096189467,511.42424916625487,600.8312882402337,514.4793627870486,529.0933789811082,155.68599037470324,950.887042735791,548.8403581701322,1017.8079207727551,143.72350809485454,1007.5079437448029,565.2829030392795,7.660813550382841,539.4118074343439,62.390642325018916,280.48148351880377,189.90511945390597,754.6204693639586,1007.847797495365,630.8559869506008,41.51580387442675,602.4038125659066,417.0164348433649,188.74411747860074,546.7279651988555,960.9663870360046,566.7376031947313,393.96372060298427,546.7993269086209,646.6034147323488,945.092629209893,854.514292895284,861.0287949684706,83.10842703706203,524.1032448258993,756.881375013296,994.100938280786,794.3056771123212,1003.4999870363206,266.3419476601907,367.15650141606886,543.2494741376514,910.6351960698879,27.117564114464926,1023.9591268090791,521.3550047525969,494.73221376716515,551.0158694500466,819.9233166541775,319.64579065834823,317.58580749961516,225.57309459594967,632.6139908962839,573.9468797829916,1000.723970580206,336.70652515261907,854.5011569997594,387.02762318896055,134.32879508521398,897.6972865969233,842.8338113921022,409.03083906218103,413.2631544170963,1020.6397716011105,849.8162293140227,690.8900460147904,730.0597254869149,21.991697042395685,902.341679642342,530.6901649041897,767.7591532012732,564.7032738316697,143.51944922167468,444.85261293533483,627.4660444666973,688.1974012432137,559.4606661207474,380.3524082881265,262.9988688297325,25.940771940209515,940.4652064658375,858.0617298571356,964.114851943578,661.3322416208064,898.6199012424119,999.9966603700823,379.1707504205077,417.9668050943511,434.55306892338626,128.50165538665237,819.6933533831153,491.57326395915743,746.3985330281461,75.30076732623013,645.3400240570178,404.0378293799097,794.5459825198284,45.16382407628555,881.5307461060063,466.62864652973144,121.15879458237896,608.1497121446063,864.6034846439328,209.92972759621546,948.8634897703135,1017.3094906745646,1013.9119079622502,712.7197327795817,642.6409858768054,222.80379005197221,736.0911315652929,878.6796339505626,352.8265847163052,586.322249109656,1001.4438123773277,129.24495297253043,33.47588298816129,771.7103938300859,621.9888185851707,826.2706615447241,81.37550505990339,116.69069540689895,587.7110449730992,385.8184645028085,472.3067480438267,444.18283021163734,594.359641010956,258.1552325154033,114.80992359992683,367.86977385660714,703.2665770463232,207.42401465116097,197.95203741259058,917.4008853160389,893.4568908718509,165.12969473966928,487.73909718714674,387.6478138074152,644.1119406844379,422.72290883118876,345.6671534149493,832.8753404221915,632.3330822679716,903.2020451440068,153.88181228963458,816.3042610141374,444.37786352864634,225.20880122470192,39.743619668132965,170.0196095020758,438.5109175954648,936.3345263882503,484.9419923520784,275.3570551486073,95.33442368710041,387.8985378064365,583.9815606060165,66.68092044299158,359.73616176106657,391.0025278482693,716.4721192617047,712.0428027405553,948.7677286734244,481.3770425633769,290.1747365123505,670.6496965376731,143.74154370431813,351.03557185066313,323.4983206820599,34.72479991491741,630.3015382425257,952.017282196152,763.2999298835816,97.473499998884,93.13726388375756,464.5288222939429,170.3362201608503,217.4266319054542,608.3314416651585,635.0174722628398,471.1054757343089,145.47704483835253,944.9629522555231,14.124036886727254,218.4278721446958,501.06570687169506,283.5472527488222,845.5781569834222,1018.0749642784322,976.3774035788734,652.6295147103237,62.479494885262966,138.30551626278088,760.2649527776887,266.79775016481653,285.39178233043174,549.6486106172849,458.6816793661586,41.93083837297809,993.0623865708499,301.46981071740186,90.25832940075418,348.26364793837865,220.62179854861654,8.217026314666896,155.34960141028012,957.7352418086184,541.5253339323265,794.0014001278206,639.3176375880025,574.5630370149523,105.57038601642819,192.01203334491106,913.4679579464745,318.0207565122622,184.3916565566941,252.54962796979146,861.6272474142728,393.6889113326681,239.4681224273687,466.77006189034194,310.3623109042012,492.9993448838311,462.81979682624103,261.05330275962797,289.3172083056444,191.14996015514816,504.8864317244447,369.8449799491732,720.2374053852811,474.78974765522037,975.3781576702672,429.85128060786917,75.39315461232559,925.1807626245411,640.2279920610431,797.0427040105152,141.86019685841336,958.2061617986317,317.9457851525235,528.1431958311442,636.7512947883009,686.0053999162349,695.1082212174082,676.245282707875,465.4510421421247,199.31569264978634,688.0495305956763,62.54373401830344,132.95529898407108,977.9166811267365,752.328367271605,443.53620649455365,650.7781649424921,877.5342861466506,93.86438145618729,481.644831654326,684.0354955646021,109.73741547717066,702.2487466640232,340.53747545645217,546.0537480585443,175.51929473090013,16.075638612880084,15.536057632620441,491.2140869741571,1015.7260529164415,865.6538397121599,576.8172678317849,294.12591184839687,264.37489304971655,625.4040372010369,59.20952867472931,555.905717989701,57.07722216491413,80.20873450422789,386.636764145243,136.27938344932954,123.00294572744326,197.2255046063093,257.95232418898934,806.9448968228279,381.9523295407205,781.7404514107568,507.68941376039356,765.9468984106211,973.1111316236817,965.3080095850399,254.94298004336383,396.0935633701015,30.745305039448112,91.76018417560863,531.2883400009332,875.4914700767349,110.42938165429416,188.38910642559256,805.2597539156291,841.09000621258,819.2079938803147,573.9590371744176,208.01686423936974,68.27847490238332,817.9439738411465,300.22178237436196,318.61699507623985,209.08742427331072,104.5813133200927,266.2625482656082,395.40684031060323,372.6779619965855,301.96375590767605,467.0005607970212,998.4045833254066,377.68901056342906,140.68664359686272,246.103781065828,84.15590470465395,624.4063472934972,764.3200394836255,999.3444252613019,731.6937222099157,457.0163673292467,1007.812812963265,317.2562773823121,267.90466240141086,442.67059327818833,252.083888708196,279.6280731909045,630.3709187569816,621.685048975895,883.869226830387,245.22109585457167,542.3181470377789,887.0059846787086,549.8311565970911,344.83663930095145,571.229722378637,60.017064222950125,495.0617445066795,315.17339558536514,672.9441895775967,749.369260278244,429.8337823061937,493.63743675811713,328.92203217520785,783.8339394147213,635.5988290454519,353.89458455869976,777.4408820151318,82.0518723338323,683.2406289443492,203.02031940083145,584.347695361563,931.6288619738027,816.9888464190689,37.30396596976959,249.85004303830976,596.5733078710596,954.5592915266021,349.9945188610934,729.5092200718974,476.8748667052972,428.1284378821947,114.35361828094585,908.9492359986671,574.904402137352,266.9808794655695,904.4622918743844,49.98951674031878,770.6398324452579,59.271656449815055,897.8800741523094,794.2410359402978,939.3230653090546,361.31303690692005,266.3485384061006,571.5865805702714,837.4743638699438,144.12174301795847,94.99281101109273,313.70144065316254,186.46327082853327,960.435532482343,696.8597332922654,288.2546247761919,433.5384858031806,458.44165559585065,242.75505725429264,637.3856852621577,774.5525980071524,497.18617280224237,635.7705512691123,1001.6409928283782,487.2759030310625,435.60431795110503,113.20426226036932,588.8462861726807,97.03464403151872,534.1526950184691,854.8333415047068,486.37033853113394,498.6060800848246,779.1661667350884,306.9989668343479,930.0402039027066,488.0138557471331,226.68354982908863,420.68573504130416,463.582796898502,847.094027737853,546.722922651362,886.5656684111286,655.3845262960782,774.6114296306561,728.4164056754842,35.12609716771476,57.128761065477306,234.47612154316448,326.0561247026162,406.32956294113626,388.1664851861277,85.29990222636104,682.828048419081,315.12696648400583,980.4300244103218,793.7857550631328,632.7420532074115,148.9091707702595,158.24938430303064,321.01896880718414,261.0962732545146,72.64926787897843,797.7912863792649,575.5726342846933,827.2516870057541,861.7837774507352,806.7389817423286,82.9376182050645,476.406682009767,674.8859217685323,568.3235642828502,856.4785854713383,785.2455855396295,299.96392658111847,510.6922531971694,445.747781701039,495.7051541397942,355.353207459926,545.8727159618725,526.1734941118582,791.2933872008736,1023.3379491883536,234.07528684193528,662.8988713023182,728.4834739884059,534.0244126597868,264.6076199246172,810.4535835536108,349.6152854592202,5.008785955892222,175.46620597096023,272.30517968952665,716.7574272315633,822.6633594949982,724.9557246119824,957.4615843685364,881.0561024998294,451.6626371293613,34.042649575936935,34.10799986195889,266.0269342196299,932.0836019827578,706.101393329904,572.7026598943601,378.0311905697124,777.4305747897611,239.00729065022358,323.3359100657824,131.19066655594725,517.0216938938145,821.5010780373399,694.9485271175572,125.79581434224247,509.32018305275267,978.8925590705826,384.4498374841836,786.9868279660848,505.04704761605353,783.3139963281727,225.8045140850304,810.7713046464265,8.96299473903673,679.1888619844239,132.55912569219254,851.4453733472538,174.4871148969038,160.53050983275546,78.07326806238689,551.5768576299806,827.4381868844796,32.613011026066715,965.2694673738121,967.7077618927435,203.03472802188526,135.5514374094056,804.778439498324,491.7305338251591,378.3486385492081,762.9379876876457,52.485273074162706,61.96096896796871,729.122492528526,204.42008874796204,21.735830380687162,8.951074276883105,848.2908773390598,572.1124770488827,459.4439302585025,437.8129321574397,906.7866147224624,334.65800301701984,836.5447354990343,613.7028679005454,1013.2175412732407,2.9278795377092592,701.2036984246533,641.4140596593058,322.4688294665316,279.86287089289806,557.900382239906,86.79343046977351,1015.7077253499526,282.6176873792858,32.801167874827684,251.2928568093821,823.17539585228,365.90004092362335,728.6016455755268,363.71562271827133,341.3863419121151,585.7599747446916,526.942779602848,123.92765200955932,121.02701597132443,289.2015241140043,855.6305636720908,46.368627593246856,856.5539103269192,505.23130783735735,216.58086712889053,966.2919701096628,332.8382736599135,134.14720325314204,662.9842974941455,2.5613971505957807,924.4055792353996,551.1181458745468,84.07243214712082,130.6832436274126,980.1308000952027,669.5554230828475,199.59654472748628,625.8723590537596,642.2993513303163,718.3709834919736,845.6873549112358,716.7751038500268,796.2603743301108,113.99618072290627,90.86401858340707,889.1107800315497,85.72023948714502,248.92934850097174,483.17457122773544,191.08181437587507,718.6550566374141,852.4934774152852,808.0977546879261,421.0412687690648,383.48013176103734,856.7468150353229,728.2377876030758,772.2554237807236,432.5520843430189,242.93327844432542,335.84643499009496,51.62300588837013,16.369268074316665,46.50352844361396,946.9424594066028,863.0681971738801,87.29833628725362,774.5842474954895,528.5562418306258,491.30673888935246,756.8165741200213,231.99083790451846,122.25682520776104,165.12506762657597,305.89963335160166,495.8225531001791,795.0295058326967,137.4207617936139,192.14252598057453,476.54986716473945,940.8144241940969,981.3891467595545,391.44473206705686,995.9930787308623,164.1967957432313,744.8961046293535,503.1894040874382,967.8522485018657,652.6388296855339,141.39923924918617,678.8246962177352,388.4358005397595,248.57641893074458,481.2726406610917,885.5939810784346,549.3523844611176,350.96967515361234,708.883498895927,941.5710191150037,44.157948512346934,735.3220471338155,697.540572961089,95.67544258792395,346.1177331658711,3.013187516847438,842.1201860613386,861.3339291241024,937.6333888954149,911.489534090866,69.75338913068185,203.2114553092399,428.6664909984089,83.53477507037758,390.54720924897003,462.00200476283294,349.1779902483978,777.3576958423546,351.65703678485954,966.5649889901109,874.1547104220097,810.73205371992,539.0906455122741,872.6927927973798,1011.9411808843043,296.8462365591315,920.5039895723307,648.7847115943712,245.84713871889824,91.44493274336412,282.8923041319349,1007.1518622085139,640.1050392975311,115.2245359085473,896.4060491368587,196.03319593790332,906.7283564195229,615.57350487016,583.3247097640949,858.6288707277505,358.7847950106798,791.6689860949767,215.9358744241065,537.7645882659594,161.10764258824088,424.3153384793011,107.35215957901653,629.290633526526,403.34537557312717,529.7244932017085,540.7729280873181,346.57159463359426,494.53636951652175,488.851382035451,541.9426824739088,355.86091744139446,811.6022883739473,325.6486708603238,999.702459807631,433.3282672067369,251.84821598020892,255.67990780713535,608.8716627561041,533.4088553263397,997.6823562461485,592.8728787704224,794.9133393612254,986.0818402799807,568.557093511001,284.5668830773394,410.8957120385122,511.5300260944813,392.0711484729824,565.0771915293443,49.87981445420894,743.0562001050052,320.02749938361853,971.0310185109099,501.760276546418,838.2476237316409,75.2578548420804,603.6240181940026,414.8937860760806,207.21085712554714,727.6053023455013,791.9627169695086,186.56074573613785,624.8886391833447,160.540058030336,44.41355057524049,601.2871949348936,614.1955356322314,405.65885079529596,350.6181778495262,98.92599945865084,617.5373645016238,422.76149092900573,743.2503334667047,231.0932864864203,170.48834609900052,222.90921194683744,772.9833926690898,121.44099491680515,847.7880245853219,278.86387629525154,688.9708012768382,214.9395262696438,660.4545120299563,520.8332152988704,285.39656019330073,852.7409894594283,480.87741179406976,434.6637236529165,41.12905618504328,797.8178884346239,767.7839171130951,370.80555519300367,601.9412415926665,592.6983341912651,277.5788156224935,134.4471057108334,246.8466032032212,449.8619587134348,413.99982070871727,265.67949251596644,368.7159821749939,323.42942475887594,41.557418191228294,309.3984203577302,706.3579018814715,593.0926800714158,619.7764140466356,436.1421245292821,742.8731998971963,630.8773289457408,924.3434790116406,524.9092707952494,210.4255792285187,668.889138595707,718.8819167956335,771.4015825735215,993.7566801717501,499.23633762866586,217.6164264432815,4.816424775087057,58.663016182424826,542.4174211831204,983.2370209679328,846.3431136998023,772.5135661856651,536.2011671498639,933.200865507904,728.1540036947516,61.39749125805213,917.784627530662,891.9749794861209,125.21020747709133,801.1824399913958,1019.5019507372764,330.8036544117721,423.35606070278004,661.1708084257177,74.41438502187373,674.731631690535,783.7422255383129,417.1888759364922,209.86097951040426,731.2867500771503,257.6008738924327,61.11881199284528,806.0939460992541,823.5935304758862,811.0781279193159,824.1444233051097,613.6010075169199,261.01759534967323,463.05558678571174,629.6256664614461,331.379263754118,379.1990044740527,838.8223591980071,136.45504088096368,369.2933446030221,656.4654512708544,768.7918886341442,433.5587089478447,294.04967320179446,888.3487165348832,183.72017131444863,366.9436528646115,994.9064753213079,609.4615014465138,454.79192520232516,236.65667956344998,68.47193818882624,1009.132970412308,46.84148394992292,781.5790403521277,731.0126165505172,39.55945589587691,207.90735960080178,91.06103223375806,822.5289667375755,508.4041156393632,472.72723486874315,943.1540041042458,618.331982657471,85.64757763086368,470.06145794405563,676.614979886756,961.6411529544578,230.5815836654051,986.2120681309481,769.9999125403519,642.8734931832086,986.0124366457862,96.53167855966024,37.59085346037466,536.3808861192732,546.9313769461411,904.2126907267323,118.09026912665058,391.249792754126,365.123561803068,935.8744582021508,626.6745246575043,755.686928638197,613.8822958859897,48.21026416763959,153.85969040918508,910.0747958168552,770.4555929097728,177.78509052460765,369.2421997745097,239.04164182954094,356.1299667312335,803.5312456416684,937.3482635549225,715.8078402960703,954.1809057517833,690.0163331994197,467.38177583537504,341.75724957566024,638.7511708042197,231.3011345172347,671.0211340675633,331.1070796614463,698.8598435438619,505.7936147743337,414.2039718853292,668.7372080918938,572.4129629005635,461.3170623073952,192.85721285028205,399.8913698620021,426.5254146607506,960.2385744864771,761.889930394848,442.67916390131586,321.78674982774714,41.046238923092915,683.7653895315649,26.603116831971874,819.9230334698806,530.1728344967545,565.8213003577223,602.6373639961718,476.93691780066365,320.8175571911314,653.7427532378103,586.9566979019904,813.4094446009756,266.50645649471085,959.5043394169703,789.8492733462385,948.1172341944022,560.7638377968856,611.8558856780571,922.6861843156167,764.1094375287233,415.28055038045875,965.0103691929055,875.4800591226144,745.2403462129967,808.9057122360541,933.1416016142591,813.9559914763516,159.24846331402853,820.2198107536476,31.109212392847553,471.6620138261875,974.7512220294906,436.28473102652356,790.6085830208958,294.6722687258866,280.6275619311367,496.0845696395951,913.5591474952607,924.7874502576772,868.4326803054311,249.1868423155779,108.02754895774524,74.04917930774445,630.358087980985,658.6260229518159,586.2237058239575,791.9405043448401,791.7221705952198,657.9485671633583,88.82173189532125,124.27501388143207,8.280834170747198,976.7184205692583,274.20197444480857,133.56432934440522,492.11708892486433,542.2359762779042,727.4291010815303,8.85524246088346,624.1014978241101,132.9562510297069,338.15559496670346,664.4666397892694,948.1699054301105,751.3858626928643,265.9456595133157,23.772197299363597,149.20935899417168,193.72336119881345,606.6752033448448,42.517877582261576,878.2589191709543,747.1298867681458,518.2557182689321,616.4113836780768,171.96173353769268,264.62873123659847,61.076207363045,229.35531838709346,323.43895821605497,320.1812532696076,850.4612816950387,640.7257147627593,89.33025376056708,283.22222392163314,468.5337929839503,480.1674946066797,482.3610438922906,210.83482886234412,1018.9121854023192,199.04474501816856,40.786932918744355,717.6596876612077,965.0418157450551,309.25061735383383,2.7575021284676495,83.18632871152568,821.2890768356622,713.476329996622,796.3889388408246,601.7296519830244,694.8741838109446,907.3621191461478,557.8192402082205,307.73412736364094,602.2012808900292,121.80555722499139,51.369982407334646,157.43558223667492,540.2209519580352,188.78565105617622,42.61941616450724,218.57042481350948,352.25091811835523,359.87932875498973,975.930172576305,199.0438835006538,109.7886882600319,468.67822406916605,979.6268550324734,973.5420327432113,481.6879632045818,29.936376574104997,874.0243651339454,1013.3927517843799,414.9997845915881,959.7949416164784,821.1184037815458,280.30715919629085,376.7073738904369,790.463993123598,191.41769680814878,693.4920032916979,317.67647553220604,957.2624997213074,947.6035509156858,957.4487506401598,890.8130216599169,992.4750003622765,847.2910639947929,618.6772114834204,393.8959178517715,1016.6667483192034,701.3586862021809,103.46153385649484,771.5150101574907,62.737068949747595,24.43672221527561,555.4920307276759,508.7302330643636,288.5177095368126,570.5555929567926,160.9941175733927,107.79533183227863,366.9112483281227,111.75134167549857,675.0112400633985,501.14205474958715,167.72977548993367,395.6150745194045,927.9754145610444,178.63252958781823,622.3840805356759,893.6764109533879,649.6441624894359,533.0055566105596,407.5377548681794,1011.2548378847055,563.9843216239061,537.3071303744387,200.98215445903747,356.1280529300873,78.07590451200281,583.5374574406937,992.4288307582055,114.78826399033142,890.2824108895413,905.752050958293,135.37968908968173,763.3529994983109,377.89344607515204,936.925298031773,757.810230277534,182.76354705690676,142.02334575701434,692.8232843923258,685.0871864877165,990.9895184708711,113.03765482677511,729.6655186747539,722.388140886276,115.04825897760861,92.07939699134215,901.3824457777434,623.7309197828956,163.61505144664727,699.8971058877598,575.7956806364357,211.72243524374676,713.5469193792468,89.79984145819458,44.70262036848817,258.9016421610062,37.5720574697192,197.7550125242891,661.4641264618255,456.89824462119157,221.74302153985923,162.7290486306058,123.80345047610558,522.6598251970787,1002.1351855341258,188.15985554455426,738.2119824701607,61.39661518478249,201.99832236936072,1014.8620714364199,14.629714213476518,855.4375404222636,497.7857724642928,148.41605892881853,726.3517095792685,230.98896705022958,445.37966055904724,881.2600233486472,356.35905451584676,796.5504632370797,932.6546082339175,936.9078263316719,321.8239528371388,882.2262288926029,464.1169795793122,825.4914572064847,661.6354849074745,265.94905086638175,738.8571836835279,250.07711614186007,927.7556913468645,101.12625796685802,375.33942490615414,527.1427541338518,720.8360803207537,771.8137061666786,320.88391472029855,751.883910027196,206.6889870824641,147.0744263915352,381.7954417773758,530.20017985613,838.8609501054148,967.6909078681825,588.195249922888,299.15807830106996,674.2884414235796,305.04465335998975,831.7033439788556,827.1161428186031,348.4463822447809,676.7268551208441,146.39543605485346,199.1954341949762,983.147582806042,598.6234884412588,80.81000983509341,993.6144429104032,303.379306247151,499.05103876359215,651.7367166056406,866.5023582461782,249.99584878927783,483.5616821322478,208.53114937813302,7.007854833701572,633.8815644639888,202.73003894108513,756.9986119526938,326.71049956225806,21.71286880979119,794.2024719537433,425.22033424172764,990.001959685946,296.0358105034054,341.26521564397547,451.2194756842275,510.3204188804377,31.913927072294314,952.9387969114698,921.8347698048333,760.4447255255271,65.06440107264791,714.9569964178587,904.7801222195735,591.3499359476173,292.02618878667374,167.0811887029265,332.83288239962815,961.3020827957471,854.3674083740992,585.027482389303,785.394883444398,725.9011497279955,787.1496245809113,385.2241882767016,654.5640720876789,163.58617292194538,791.0916483959671,569.8474080328938,15.97433177132666,24.236478418733896,396.98793548541937,907.8330990277536,372.1717500016948,100.55009378768102,207.01103704047637,6.45001600951025,652.3844297201194,963.3615091482037,397.9400682560365,844.9659921557267,404.6562875361208,752.873627701219,998.9401864088755,1003.475937397824,319.57176087694984,261.78562440443864,111.98162739206555,310.4069267282473,938.4055426475188,65.99994714722641,670.2806439131153,132.72455676552022,842.5973145052269,143.47821277155015,936.4193561825662,62.201023184657515,166.49670494613474,700.6352280170116,822.4287844732444,843.5644889679427,534.5459174690865,381.16186335187945,621.4163261753893,592.1101184644474,1002.0927946274285,475.2588466202146,593.7250409724351,978.713497315271,426.26465770405616,471.0065218911308]} diff --git a/base/special/fmod/test/fixtures/julia/small_small.json b/base/special/fmod/test/fixtures/julia/small_small.json new file mode 100644 index 000000000..5f390546b --- /dev/null +++ b/base/special/fmod/test/fixtures/julia/small_small.json @@ -0,0 +1 @@ +{"expected":[9.434186941268557,39.343834097721796,10.816925248573483,15.06375236502457,65.70995341944533,21.351336155287896,1.3805791636811726,35.50550433059202,58.173202830164186,4.481644696278031,68.14269565200932,28.719782368433222,14.683234946639246,5.500835527297834,2.6009464803867957,36.71310996356153,71.55562614643952,9.099287136476919,31.649875248893423,0.923277847943929,97.27278815537487,15.3037707658414,32.84807398497516,24.541391970464165,85.29924900018521,3.727254433627003,9.374318912038959,55.156931341896055,40.854255692729346,51.58400975819764,1.0966886011333727,25.51371223196813,0.24181833701997757,61.23082008672481,1.9669134743061205,6.477344388050902,3.2472018845212176,8.736927596759529,62.98798503964096,61.0397708194109,13.412232930755685,21.000084179213594,39.30112165757266,2.3227617096289634,8.706737536820455,16.221292915108954,36.93018119687511,16.28349989680582,34.64013440287166,14.237710676166358,12.744359741470205,1.0537309102613364,19.76496149548767,18.4273785206288,38.17653151819337,6.626293132118235,28.319835251030668,6.483309311143394,4.164122231919741,5.674220062334719,45.55479970551198,39.41757964622236,9.063825198564235,65.82196711744992,0.776776766761138,16.853441807653503,10.79681554642644,54.74775043860286,3.7156665877103876,4.69246482124781,3.608833897861416,4.303728298327735,0.44544989167383164,34.90121918221838,84.00149188386612,41.25653345480795,4.20335280541557,7.744656055205958,32.28649418977262,1.7665909089448348,17.573911810000453,0.35039516995948317,3.472102401153567,33.07377432318914,55.756616706320195,28.887357112239453,9.87713433038937,7.824060130039408,23.976958052507737,18.597073156832195,25.274570058323555,78.10587162099905,1.8557806444129454,79.31630275068848,29.841309465542846,3.059069588957218,22.23448120973317,6.602609919302413,0.4389166095443038,63.911716544916196,61.30793391688879,4.875183657628689,0.3255705955302872,13.566097752950512,50.62604043964546,3.765834463753947,4.763583729307386,17.458448920603324,19.813817098593777,93.69410430897453,34.51739476316211,23.9823629539556,57.69190538632877,12.780459000111676,43.70699618550841,34.13827523719283,10.396865903597662,52.6258181113884,50.97241036049682,18.17657378050656,7.678603558939791,19.05062503781261,46.01398482284345,6.966151517911278,7.327304520032122,1.3840120348705636,16.428845517033594,85.45904574191026,16.914724198274882,21.439119162484477,14.452908857400658,33.91512460074717,8.68475252026293,40.77619347979442,10.56817992734655,3.832609161078615,7.231528314291502,2.442117210310139,25.951145755108293,18.23043277468981,4.365940481062136,9.98951420009059,22.812992056531122,17.42714581454929,67.53201388422464,25.732398129162416,7.669335795681334,42.57725899935304,13.462720689720964,6.771350404263963,1.4596592114323514,41.13706147234713,57.19442894895569,24.005580386243217,25.165762742680776,0.05066148563051254,24.248080483780058,5.17055370966105,18.983498612578444,10.532360278421748,6.92364988766964,2.258139514263135,25.11175635670161,5.604648279521221,12.844825839570252,19.873423117352306,20.178415906075035,6.556425744038577,55.858852780876504,1.9170114566433134,10.879767312804038,3.4094865102737586,17.405855983515373,69.14798009020126,45.03746691036202,31.981230382782076,1.9484286541333944,37.738457919535435,45.264708062110536,96.7080651768707,48.221901948783284,4.2503403654945515,1.7461102304821878,69.0531812653266,51.33118119119304,46.81499895829734,27.19222941615701,0.8991180470929674,13.377051623966906,0.3722438375701884,0.38455419145393677,21.70317757822898,0.3004488320671572,5.680892427187121,14.762551243862532,5.035280265473816,17.02260028773135,4.448107060197817,69.62682770313047,19.85957001334033,10.452393552965322,1.9637022463297034,22.219204530996365,2.380025747537535,16.97897208529961,23.68846010800813,21.2680314255794,43.18038727329585,23.943566449450294,14.389974274256634,20.716318199473104,6.371956958455954,7.679704802482679,76.70239271975994,54.24525838784272,9.187543457895757,67.4360491489156,38.306113338435395,14.733915087418133,2.181872918812923,6.9512991526628625,9.509460732152142,13.407311663264132,56.087112533193626,2.6357425521923687,17.1766895288685,17.7501182256332,3.4860595475130562,64.18484293625806,0.8591977825131991,24.730148335884593,43.867713329404,4.844116419828037,11.069410186699791,11.60857646672568,13.759096532727142,38.92031400725014,4.982004127331866,5.29179446170604,14.38360651247772,21.09546733344795,10.179247250542574,7.059572713989752,32.63074345717945,27.546634233975077,23.816477912334445,4.953786213224536,5.117539190142438,13.119471618450406,11.99399452451777,2.6985444030247034,21.86745641456206,27.01360317139516,0.06504848619297565,4.587350289018161,57.17733062005941,2.1108840924122774,16.324401068719176,5.738741481233733,11.919522883673771,59.80500073672738,45.449499308120636,1.7191049129773965,8.523487904902716,11.594378713812116,5.9590313181121495,20.819258104866545,6.946612993918507,4.245742617719532,11.981635488469436,12.961551661192303,14.76172583829797,0.7661953222439886,18.74577446502515,17.39456532542271,23.751759236581783,15.29702726322182,42.0254402922728,10.556848796677132,5.513652945138492,0.1403410476790583,12.417448181866419,3.0089959177817205,9.011618562330568,54.359064133150646,2.065981471459291,0.42892500240643106,1.0512056282369486,14.807278601635652,14.608244516497798,5.270998956043979,41.02974446255978,34.58806597186772,16.78051533164883,30.014769355464253,8.432562869960204,73.002880192917,15.401366855026533,2.6489590805432037,2.2242117315293584,2.692332559428523,11.780998084172845,79.96475096614589,15.677970853934154,8.8282976916663,14.950931968080141,4.070139733870715,14.035025117630761,5.82811209069267,26.04383901041915,0.559273417045759,84.59275076902792,49.94604587371164,15.705887723974755,75.32065006949402,0.7955057452945322,0.6580955576407703,11.475754088970536,13.363139952338143,71.33137668335486,20.352785077525482,7.310614263884019,9.838906856479923,89.42451297900205,69.37998299030188,13.847299447312055,24.256986655669827,7.112605399223298,2.0850228144723246,57.11482337216637,82.20169622847287,14.266726463919287,9.68714741837573,1.2911916640548138,33.46348246180379,66.53970234442914,28.473933710954192,16.862480602124627,44.354144988530386,51.892731598496496,21.695599884590038,1.344552183701552,0.8417114343003078,11.935394497935093,13.26002955185676,21.240001713194694,0.2232819259343377,11.64838753898065,29.329997556578725,92.12121610715542,72.57610459664471,0.3918773676324445,0.1277656209385185,32.36604894001779,2.1498526905881548,2.973118179685197,17.03570303067744,11.415752170476168,8.293771038041985,3.934043100981177,28.488590455718047,95.65078576504352,5.960350395752116,44.0753494992935,9.218771542437139,16.498309645524046,21.099856988295578,25.323701879750153,12.925816050728088,76.37042352412713,17.66307216959826,46.455647717693324,6.928029634812972,35.537172707322874,19.89257608566579,0.8857820990505232,15.441955785377836,13.852067168660797,5.015442461795125,11.809582497302657,73.78623672934599,55.423135358837996,9.629655115043299,0.13687575639384741,26.252481779028436,49.73872693881487,16.32133902724989,46.4254420661927,10.64537946022714,20.561948654087246,9.578526969152513,28.22924782442001,14.226650160336884,53.656961023973494,6.675736930147512,3.3332061941456326,11.550688328911185,13.7373742491761,10.653091657755496,57.914366554466326,12.99149863626904,1.2588150741791022,10.862815060624897,12.090402277406497,7.710359687106141,42.71003700133983,27.10041400317639,16.538383172318447,4.649371141718106,1.3562669366089501,26.942402962363875,17.722289426404842,10.430337094518734,32.33210998827567,21.035691083235662,13.693049666611003,13.028300796153225,22.74946995554501,8.152021667739053,35.249047001936916,15.015661637364573,87.02293003671639,6.545685894528351,2.761254172617271,13.7934312691078,12.101048039991646,0.23409079468662242,19.301751734659774,46.104883622579926,10.26772923688224,6.415278431391528,2.6195531654098403,15.009773417597742,21.831402533936647,6.835112461487856,17.198237716129682,0.49004270723487764,12.76470873458414,8.138986386232624,40.68964996236548,70.11516738014191,8.638266870869359,34.28940389973331,15.60748571856404,17.517811839676245,12.172656128954195,86.80644464782881,7.686158583470359,0.35652636288621187,23.22665974896036,34.59874706550947,1.8844929575885345,49.09671903119144,42.43831375656847,64.47718835963846,15.539196019323665,18.87958073883094,22.102119085222625,7.274171295417231,45.15178810820859,4.011980714338932,7.003407688234322,75.53306400983175,21.46559672446645,19.668367016981726,36.72394450277285,10.479551149403132,12.515629761004787,40.63261887224802,47.79044753788053,1.293879264504607,26.991073375114723,23.458399528733576,3.2375447304551246,46.97802966972438,2.5372769001559714,12.570950559639066,14.272521746409073,1.3417865015478654,20.421555708926732,14.869720397406965,18.480735781459643,25.462181454556465,58.718183103918754,44.398107664035614,3.4967708240629776,8.292178375595594,20.588216023225836,29.951694892787394,65.85961912894656,66.70805547197041,86.68307211645974,13.086378008069602,8.524488021302856,35.9525647205592,7.541591806160227,1.4528222723735098,8.65893959578727,32.763060923599575,11.717203234907956,4.026702021892836,6.134969503758059,10.252929407722618,13.538276726927222,70.86665905153944,10.864306652150935,24.397774333535722,58.019113052776326,1.2105200980812896,1.494733404692571,2.873214719501476,30.737640715713653,10.82043782567927,6.734861339137041,18.789626766104966,35.567254826839346,13.198104075587693,13.364285746252413,4.341011571836717,18.3712007326831,11.046170494476147,4.696080429182103,37.18854294785648,62.15489230711403,66.94930697089649,52.35563762105188,9.20012336211875,0.3704285726441654,15.234926919265718,40.71464874003327,57.5762478232094,13.017465425831698,1.0305679160379508,18.695761806807276,9.397753244087397,58.32951626818777,31.097597662254305,26.176396259769984,17.127691697421653,26.47373992260156,1.773291549849965,3.3213524995513097,51.06775214297179,27.61052850355687,4.0267380477254235,5.211703525128758,22.87134466403453,35.64804489810731,18.9865594821483,0.008720799469496221,6.332005706026326,0.29799090703548536,4.952874487274499,2.660780865289103,24.882265394760072,13.639934161317802,47.90192162054956,13.982872382362558,26.656736624131348,1.3154315069732414,22.446114037118235,13.883129090755475,2.8168450098222984,14.40208020634725,14.943635338619677,56.33515644587066,64.09979835947112,1.8871786728041755,88.54166068005415,7.374197184148482,6.883694016645144,25.44233097590849,0.2505639162748263,36.819607346525395,49.27549487036972,83.1735855493998,47.87964218855867,84.98102022697857,13.327491950370352,13.808821043825318,0.6751663499557772,51.52677571791763,4.05505125714305,3.148490813745264,16.939243818803728,2.751908159429739,30.673164926356932,27.344883264279332,94.20540949085454,13.089019638308585,1.831615713615553,62.58573624561492,20.120154174879335,8.529362420751838,3.9493435899013773,7.437759410988254,9.152464604818544,3.438042494823378,67.57459303359117,30.021195274181732,24.443593120623785,26.673512691240674,11.323399969770144,43.08753837620285,14.81427286505911,8.976619703606342,3.3537821503531684,6.384308348366541,13.595678689605018,18.6172000582324,8.639149521289236,0.9440814756526583,34.77707060951136,13.517261033458682,40.37229129523936,13.246048290596775,18.649715979317776,14.343953639945646,0.28286348871365874,2.994716679085796,8.696821494024647,11.960991604631843,15.533954548256347,78.26233459088363,24.28548614888065,20.728404317560404,29.181981657400037,34.34434481479616,4.116748980234009,56.67567291801663,7.397961209250482,79.41589293091239,1.184777015391063,13.617274665090875,27.491725389621223,8.969005005045027,4.188477833994353,62.30964736444105,3.5169354480831814,1.825809452931729,25.871410489924102,0.2051460352230352,14.982863886042452,7.908444680836304,25.868542691951816,39.16412881252697,59.90533640834644,52.15090950689291,3.2176912069398327,13.554702419173893,47.21845681758505,47.31864165298849,7.197330132003877,2.2921306615867008,8.847972310938857,25.37616580476199,41.93010401548566,2.4937931554645694,11.517630646829538,32.43283512793532,56.60745439945496,4.1444068489012515,64.47847375943338,45.267952459013586,6.745563255025914,2.3549799664305127,16.5382369940547,26.42090406734693,16.04243413248372,30.25193516632969,18.541733906158953,40.6137040337045,54.32623632572812,20.828905770854334,19.6500393044477,4.599316689408667,16.56843741695827,14.555681146933523,13.297677804212782,10.385563485788097,12.775062960752848,34.6731613633766,13.596968730825743,40.71273917357016,18.70181833632993,1.7424350907281019,9.079045068400653,4.300043606007854,57.932812483547835,3.314977416008824,11.590448902661365,23.353572102411814,61.94442946113943,3.0506926434870723,3.713931053621124,16.651822515298022,2.7534523961918325,4.324196519658692,0.6388020142743187,54.07019017715887,56.70523509935924,55.66180579577521,12.004883456348093,14.57415647483053,41.167948106232146,7.783009832951471,26.07336091320733,19.951195778419127,31.103347447524214,65.11298436854197,0.7385356780935881,22.92346209647802,19.35416492205212,18.496892510259293,7.543885289097052,9.619431987916798,2.78601764812354,38.59085348584742,19.636025284950023,3.4908251379845217,12.551892880235748,4.739705244078273,19.15556136974693,23.372116168816582,20.016970827648244,12.97938264209041,11.713771085485092,28.491954939944208,1.4235857847758275,24.65082148855715,0.7364693274285603,44.01923404100426,6.0589219383893465,5.728297759880463,28.954747840761748,49.39050872214575,31.058095288694055,6.377200880420397,21.379272903523926,1.1180234386237178,25.917731941266183,16.60827294241519,1.1729195591963517,2.6801717102708835,25.447051656371567,23.884594950773995,14.727412891843663,55.81178870429042,29.972579026681423,39.30952067606408,5.207668098378875,32.29972635923502,1.5329988427277286,19.7804064444269,35.3206804985575,8.906943647073376,2.025260156400819,26.711656484851254,21.9325874502746,27.645155490837013,6.4044642705643575,33.64495032971976,4.697236410167761,31.848497207827663,14.965436716726277,27.056207832327285,7.681593482003002,53.52085030723861,1.9759566058807576,16.256063247626663,12.753349688199378,0.5623158851999208,23.518613999864534,51.779027780258325,8.316643894808024,9.347741033827873,41.16113773287314,48.41546886724895,59.2667885640903,14.53077209724897,74.00900734778232,4.8455355373439035,24.468281403791693,42.007346030535366,2.269753241539618,54.00957741978375,8.906648283495876,1.779245357058116,19.62085785683425,82.99702439987729,55.093527209347315,42.40249840911099,6.78239942203885,2.3005615772505337,26.78456375331165,10.382584128032867,22.300211190230623,5.642693182838535,10.310189213744074,2.061691679474251,33.531717930468055,1.1940677928182142,6.38685268022099,60.60372779484122,20.40330244897639,25.14866887095487,10.392117039046678,10.90334322681995,8.110445226918817,1.8345046157423113,74.65773966245037,58.333301922526005,48.41423153737945,25.40768518634634,14.871396460730836,2.143969797000011,47.95577812482229,13.993305410833623,6.843987272699216,6.22181627062297,9.378802712862786,17.559726495823426,31.436945642602964,5.244465353209264,25.408663167414275,78.90071879011089,4.428721489783394,21.048730214592958,39.80517432590023,65.26294103035845,4.509009490968442,27.575341805431965,6.283083103361786,13.583021667838658,5.784591255917581,27.08043759146689,67.98296571892273,37.321147496622096,22.060394443732832,85.38519474076523,6.062881866556191,26.31586230113444,13.437186165640085,31.182236216106546,23.175320604980953,28.169945707294385,71.27403630362208,18.08708143779286,12.656565673865593,63.7102854189133,1.5044356040419538,35.29933141915931,52.418631266526475,4.677094705380519,70.76738104023464,18.114022127811413,36.56652503684792,13.453364553497005,60.630721387037966,28.292088717900555,57.34851410523202,18.314256902447866,27.4838722474599,42.029275607116425,6.651484122495916,4.905794036274225,26.851300252385613,11.463891192725626,58.424370073348506,27.112261958586835,4.104065823365339,22.78308379478302,8.942095158682061,41.88889381114341,7.315379419188304,12.37483417176064,15.074877901346525,8.763573291234728,11.23776113503533,80.82023057015319,44.076239288839616,10.309134905939764,24.929267791443888,37.0075852871829,1.600033715986953,10.673325771840215,4.800431652390358,31.86432159205077,8.150761771801928,0.817855630360464,60.061089984954684,84.4919404824846,22.54494736001584,5.9367417063506664,39.16833951024215,22.38530708985195,5.609676167034894,44.44221362623275,18.915129203796898,9.43819661068056,5.132046796481475,81.42055470852293,3.4620837480596443,66.72781822946602,54.59153209475058,26.426391549427652,42.10056172674761,45.3710117813379,4.527997456593027,9.872261941632953,3.612910250461665,4.73420934094404,0.5171824339258779,19.345784788175525,5.437043995314529,7.956508182730005,2.0696166887323386,65.89707018741137,1.3917891949884975,13.801348096095325,2.0189621787323944,24.84058922362832,39.853236809588125,40.16360310939761,8.077308937361124,21.24760817856437,8.426100514330548,65.31135825618075,9.84451952513136,31.14197081814023,1.6165089219773137,56.62736338106554,0.8949667034803159,32.22684191353292,19.27571263945172,0.3843163089402579,51.60238880236682,31.557686467379476,20.239148798846074,8.751059411329686,8.085811387160968,30.76563820178079,34.41360622978635,8.072475492779418,40.76265991439888,20.11397997281273,13.805023200465039,9.279322917544548,38.911759364629404,19.531347291092686,55.216875302032896,4.911632611297877,27.712233020821493,27.351083411648126,5.267106760747815,47.296383156949595,39.53973894523638,1.9010367559707433,67.18847332029637,17.22187426688839,5.202847952801044,35.300689989213595,5.806009985803939,23.13636095676725,0.07347268907408377,6.637174822299713,1.1236667372220288,4.834221701144845,3.198367707898001,31.091489695819174,25.837501945982876,19.59215012923834,5.535743954494324,4.162141687684162,2.1163053867362027,12.464489800016299,5.41342420642134,0.03838982462778162,38.31071094763109,61.1584647477254,18.389223711688956,29.836608584760164,40.56035498685843,5.111393862059913,12.50049491179588,17.26018882653474,49.23225150350776,11.25237793352435,0.14692142537574515,17.85802809757261,8.31321763531821,15.46403884090063,1.3158000791284614,37.100146109812805,16.146599842899576,12.311767833983001,21.25806120461955,30.47431731032644,42.97481749543608,14.628372027806584,7.969290253785633,78.96127241352715,59.86157608834263,19.37973612425574,7.152308110169685,34.36432878026463,32.96488429842245,19.544425681518085,15.734430468354699,32.63778362422155,14.559665416682009,48.00819716254462,42.03351472578603,43.02405509198882,17.323673977978295,23.526864420276482,32.06065973354023,31.420866382376612,27.78625356723562,53.5158274611006,6.858426860845391,20.745878128804797,3.456202848398605,2.2758537618836394,17.137515231417233,17.0717252897362,2.9833113591703295,3.2502630155782364,43.74101760728697,30.693041152911114,2.829460034199005,4.6014747269159315,30.21702886303737,20.122046138371186,40.55823147160462,0.23117712672940982,2.3540243159242777,34.98612841638008,3.8415975806895375,12.32310220237635,82.18778749398639,0.3024108358738147,13.237847409139246,8.643362500750573,1.7258524971410338,38.385414546172186,6.714386236356603,37.63740071249413,18.077287199945026,84.46266303228231,9.725701866518467,0.8978568872454531,12.113585135583971,0.2014343479951748,31.02797041234313,13.667432517303283,25.761233455549245,49.122429219472295,6.9412980611591735,20.623523759624973,3.3777241759901067,5.628719899921419,69.11187424010822,37.14369252765458,24.144348443187546,7.638632108691212,19.658827111155098,1.2473541778286474,1.0508640746942133,34.034064123593396,1.4848389056810185,57.96530992622816,0.6862373251123479,47.98186007809555,14.789443896270738,11.758913116168863,15.2462509865165,9.546073430839318,0.07613236386824696,6.678528881525494,33.51373490709042,1.7335886212797913,6.002787818797717,36.97228034689497,18.570471788527144,7.00068747138487,28.19255310070249,12.654450574889598,0.3592703568930178,9.90700175040603,19.394514325179824,7.237095165701469,29.771331083749033,35.56767658804358,19.283475054771156,17.52153606105331,22.067944126963614,66.67063423409657,8.957305857936937,19.768006132752177,77.16857855584472,19.430067983051135,18.21256460298839,12.40071403883141,4.511932747774175,35.03869218183806,1.087641333377718,0.20930933556275733,19.822515784822116,25.3454307208722,0.02826943724093267,1.4112788687401334,2.085410501915973,2.7535739917829662,10.205544547387635,16.381337555099773,20.044399998811713,22.224132866012752,4.961141740215835,60.18913415250567,0.5751669749350228,7.541982336582764,51.8085353823542,4.0540891828952255,43.28831024569823,63.51486226445746,0.18090537207598079,38.2800187273288,28.5282622078509,22.650350546783386,39.61430994908264,3.0984386651017215,71.1725989381249,0.08271107238141795,60.11488306237243,76.07838055871741,61.95015541204495,32.14977409017824,13.804130488542754,0.2634638508766227,0.8274790869671627,3.930974068885895,5.113177294146979,0.4696315694658115,5.696284205316843,62.02579392791373,37.481100081498255,80.54467154388392,5.625140370226717,46.516804626523864,1.8204446733905293,3.6301737907230134,45.49969800053558,13.247392813254535,26.095447146934646,4.240545898069481,8.006778280117992,66.82765520105158,13.797208643185943,45.381007460927556,43.4384077085806,2.808372808198129,10.05265643971115,1.8198108701092925,19.469864867800812,4.645732009051404,18.224737719501178,15.313256856815293,7.077850526254828,0.8592005588987064,31.935887872348534,29.020926980469387,44.91208584185474,55.23081366977358,62.54088376217828,16.43009647327335,13.106764190874387,0.2973739509956612,42.417725293337774,42.80599196395478,32.85939095123863,41.15329061430425,22.237018062426937,58.34030527168977,21.538722419495272,10.483460521617328,1.029996429771074,27.69216933381129,47.77121278828867,66.05459884527959,0.7006132196011317,20.085987056053433,1.9617246592086204,15.931893173830913,17.24897386287917,24.17928393955996,5.405205131096935,0.8164040616071091,26.033508279397722,39.95178996351826,34.54301138039726,30.712287169414054,8.77928310853341,80.26385889747739,19.04843044391027,32.34241464691198,68.02385328896403,0.5155398949521484,4.2272841228578555,6.56463925258312,11.613193314857561,12.81532183502011,13.078080828788373,49.10072111949994,13.733572597792985,41.67584630457034,18.67576529411129,7.606027535092041,15.495925130181398,4.265045941080192,35.890476088537625,26.500766252090756,40.96390429248199,2.237587250904638,21.326008035018297,19.581819240672445,5.602145278918957,14.999658664586889,38.294749123369265,10.484363136330103,20.583903577207398,34.598853872952816,14.257664149621803,39.9162448065841,43.913739093660574,1.573742649205002,38.25776155739806,51.89595713861293,10.413107844128646,0.04360093714775859,46.86495462977999,21.916352615222557,11.432914949675137,0.3103181661615544,7.4258956504668525,69.95268533087489,22.053205401401684,10.562910567412587,0.8177536453432332,16.12363813263844,20.300166813601244,47.51475639863115,4.017671588691002,14.81023183736244,45.45970855237093,1.885737678085043,71.3623104429206,58.02034226942071,24.785173439224238,11.157498412491318,33.708780378778954,63.48736265798258,24.33281033862483,21.3127327506935,5.534903006879355,63.06825164919354,74.5385547110011,23.97397373345843,46.23712481985123,5.665832151873708,65.27100926020977,12.179563607699933,13.43894119786947,4.734878479145777,25.785193693569042,5.327312463498224,1.0236477664762091,0.0021905980104861555,50.645609455506815,0.1332088864429437,61.82976213675185,44.1341818359498,15.313375001634114,26.31236375892779,38.02091527884327,18.2158552348903,29.16271122301813,42.34710993238431,4.335825920284874,42.80817786901797,33.36758276720786,7.805661436277012,16.05788092671746,2.8056819961382757,94.27610414002507,11.729316604530439,23.010581051386325,58.83696379941086,6.406515889644924,8.731687155065366,9.054999119001797,18.84895509433538,30.624192418706606,12.370500733453305,12.124803266112782,24.090028188166514,21.174220336650208,12.386914230228626,9.582378165480499,24.178091761621612,27.410045763126725,10.812844485937667,5.031084451935309,0.9531585332235526,1.711494268305401,22.04990060822916,22.97654505003115,0.7059637736695592,4.4719162235351995,4.574675665345507,76.545177336165,4.3423231048570585,2.6466014081608105,25.855594479398768,4.720400196229036,3.0927655785361914,72.58531924441395,5.883074766914307,8.845557911459068,77.28554338322962,18.672500575531856,1.4068366216364208,4.59602324683155,15.350956794605564,16.925839612140052,41.23316581451236,89.19558741549226,51.65082703259242,16.616302411039413,38.72021794451778,1.5786971210170293,30.963278098308777,13.627206677707727,37.01421392110266,33.883332714146086,5.7563041342518435,53.29934990454789,54.846954983250995,53.69337734547196,10.139911218765715,29.633701228989494,4.212651718329141,5.389268281541526,31.434100545395317,13.61424917313451,25.25273690029821,36.300011204212986,3.3657650840079683,4.302427407897591,69.9560208204959,0.05858368288615434,43.65945596699194,7.3994751691616685,0.48922676536794496,17.43176360241071,1.3683654578734883,50.88584831006015,3.5729429979477367,22.13522724803775,32.1810218577778,24.734591294494212,68.94366867564327,73.84747003524961,43.14053734097645,4.485368332464601,2.583010931463836,53.05958865474464,4.859329744905828,18.343992700763735,77.95128061440509,8.479553712542913,79.7692787827281,29.929625541432173,16.02179506192717,15.77041059346724,13.188101347818638,0.6191847389870686,37.51466815365513,5.9850044113454075,29.326141179787935,10.500645032450928,0.026706814009080926,8.596411945524185,4.446710653209152,2.291928124286496,15.245992078122562,18.17875026954605,9.22326604704535,5.249443601555437,11.764794324874185,11.853265934306217,1.1727158245050724,9.679723703027406,2.809081189262807,1.4811175129571308,7.979836804017367,2.4928109775761076,16.578972392246556,40.360441511438125,38.633859051057556,11.584548091190472,17.572493652081203,47.69463121446208,18.090895675788953,12.716642870153338,20.480870448273027,42.2708517579317,10.308347716773959,3.6834505912308635,7.85301623709127,6.230833584655144,23.40552653756809,3.4031997651061325,3.9165801799758384,0.5627955413153245,19.417390067297987,15.06956393151384,5.349013371139243,22.624115559395662,74.7607486343705,0.3723990324523925,20.810191837868295,21.720150678903508,29.675137486332694,0.7004629153276358,18.667477669824862,5.950270656527135,52.48754853905323,1.1561089084322163,2.360762099845026,5.843939223009862,37.81492024712339,31.86286462411841,29.55955847025652,31.83376928296916,76.76350878000896,33.521203465240845,0.7265775870603397,26.3608670932475,6.727361039614166,10.043005152301731,17.1421875655367,26.46022918476072,28.853598234984133,6.460527292416685,24.077652788209548,10.612218636291189,5.3975336054060685,66.35455334509366,3.1194145969753357,60.445180958677255,39.795004304676695,17.661034897688765,55.70664057970658,28.057750495270305,7.923120856184994,32.15392941659848,0.006422011771567426,1.4388968102950246,11.934809155760671,22.671849221751515,16.49541939495246,16.51948005228726,24.807730826362405,4.988412592037424,9.655864656992375,4.807767215028667,59.754204049203395,80.69988778724759,2.757543672980489,41.62591490291938,15.471737336476139,1.6482132005238697,15.594834755241273,20.150257884233447,13.929414620614832,27.18132153887013,29.33606068204988,0.04126369433383559,37.097363759265576,19.687783421456757,29.645059132593097,10.598963073718092,11.159514120833286,10.69926117063413,89.27218491684648,36.36733644860622,13.000771426453328,5.318265879705155,34.119215560035045,14.726105039144642,2.591829588333951,12.553475615466459,51.95082852750913,2.8987265225111636,18.188647263394675,74.23072969910979,6.123840540560432,3.961163467326827,62.499295859704226,18.151464748103095,7.391057600532291,6.139219956797648,12.514959999563136,37.81720503077129,20.797687124351008,74.34972100388187,2.0655205843014937,0.08149743137762622,2.037851582880851,3.5815062115611305,47.628492083056784,5.853234248366299,62.29729814597882,52.51661165719603,8.774012622620075,12.20111000570585,3.5631803985008546,23.28450691847035,0.8699618959202127,16.709893409078525,51.47821209508607,48.46943270899852,10.936392136346907,2.7499162957890233,11.939606957292483,21.529608844941816,21.654093472847016,11.859985737380285,22.000143663385163,4.2705392871399965,66.05192384386945,34.11652433171912,1.4161579652671623,21.307237180699477,3.232781760456632,8.603444381367598,10.359144265654685,49.701609504732836,36.48875369941587,0.14530127719275754,10.493564180947466,5.2546354040631105,70.43810419671694,75.97030031617635,3.0806717813220743,23.43907703138649,38.22004396740187,1.7324233774989146,56.636935038356405,20.302908558270673,11.686103777430944,24.587334784281055,15.517159372203935,63.81160105319827,49.72212018703528,53.34020119680035,13.897802401689454,25.227303277126012,1.6005537795592382,2.345552903918893,18.910709436463947,18.815255041641322,4.347093763710685,69.28843500715307,75.95082722128424,49.134357756261636,26.03385169691681,39.61202849780714,26.732333839446753,33.73304953921541,38.558444585865146,16.55581226024083,44.07509967887337,4.153207939978685,13.802726944504617,56.30548038783461,7.334758387530293,40.41034790372559,22.199816878766065,12.889076581914871,31.402431469314052,37.37526564455206,6.473874039594406,15.250320358498847,72.60938071292003,0.07370391808572663,30.38439132170528,12.976482868444666,55.99901871797462,7.198007907045523,1.7476169227052418,6.320377914417376,49.52645075221022,8.6071198026534,4.310157157290484,6.411970280273227,11.325111053846904,7.33272295275782,34.186509487577744,15.37127413537091,13.384012915029977,0.02205733604161475,8.691463896284276,62.05217052593359,11.071747785952834,56.34604063111887,11.810727746646215,14.317835848203046,35.729835565471376,30.558013554557782,3.5657678129043404,1.879199061636129,11.404868887490881,24.195218186913735,20.56515417609681,1.721622107120595,1.3125169668461467,0.2438907667500212,32.50476565407867,2.2174110493645856,26.542263401182282,9.466885715463057,87.82796576317689,91.0532827080899,16.510556687605337,44.85463047814763,23.426939895490996,1.2764628909397002,8.00127026289128,23.978516989083076,3.7957433238764104,26.662950879603365,27.63855350547385,39.440064906285535,44.92250180881141,1.6385460407562817,8.183738920396044,39.537362927709125,10.370231912225151,60.32820606892908,2.683826600720518,3.1483987084907277,2.1418956754932914,20.65360024736455,33.76013920512971,5.670143759167857,7.651674305570955,9.09139701568234,0.7059983265307732,19.61727927435004,48.811673180872674,0.2640898398760143,1.0543922422124865,9.477583100374032,28.814127944015866,13.111028043197251,1.6659778325171715,0.06312879197499033,3.4505366902215613,10.610027871849837,22.254429050314062,88.11926145272263,34.41814189705139,4.388250111192473,26.0680487014907,29.114669831587936,0.5419745037923036,0.807152262899077,18.36031237147665,38.76885348642327,35.148865941790994,62.533324922609104,0.444532924433382,9.636215284729666,7.85783567528798,3.448510096661206,2.148388965430179,65.93896248540779,54.2650100728699,19.618483914994044,31.93649645625093,18.129536785683065,41.57796603021845,5.599983604397318,4.827049754151691,92.8101426770155,63.91363428711756,9.837795086755072,3.4861210771976516,4.346578432786583,1.0801294942489719,50.66665942325468,10.465640883102335,32.58327571802586,2.4704022358521485,31.214707573676492,29.89633666712062,43.17471496329294,33.43756690077684,3.2724461527540694,69.87197816555934,25.20609298496432,17.241590643196744,0.3257451268215412,33.75582781976509,1.1368703488538134,2.8201694787132414,32.8037765393446,5.875825169854343,14.100469461843616,6.923891199292012,20.298984244816754,81.28735260260653,18.851462724321845,64.50618167674381,35.71930365962839,0.6463821501497713,20.129673670395476,26.49888605148071,3.6806985455653205,88.50531034580746,54.23543452880269,22.44436782978545,59.86072218120844,12.393494475791123,41.00600422949336,52.48078110735857,9.359850012394457,2.741460095457418,4.184125943850624,58.44359860908832,22.718602526007167,17.442245997975817,0.7324758144209498,12.314288999673565,29.906448340741044,7.654656834027492,33.93119588788349,14.007278218091969,4.990480492956301,1.3681964201388528,20.521336923639005,7.136409397399291,4.055190479706209,12.2035328361683,4.15755027575635,6.45067904134639,20.333338000437607,1.7338437918355396,0.18678971311364911,37.428412439855975,6.29009578351093,2.339698370030554,3.2406609269202917,66.11609735273537,12.884288805581427,46.20822885255852,40.020085046761565,2.541837090832864,1.3815548492044982,59.4615865509421,17.98485319668138,40.966888066800735,0.46334091741071637,20.99759463803578,11.763296021984726,29.518412821948985,32.96241514437199,29.087540443121796,56.61329569415015,1.173288134444947,47.54435850210079,69.38829445417254,35.109586492873675,30.01091272651969,35.03728444329308,16.624803322816195,9.819698579162917,22.716010559146817,15.904064821070449,53.882893147086875,1.193581272996413,28.098859650336713,24.248345382086413,10.687642041580824,5.163806991222728,7.789734495126417,1.7618924818981059,13.700050223316367,29.087089693627977,36.82974482337227,20.63773774301012,6.0551662581809325,5.679928589876674,11.15332448015895,64.57070384226185,9.662631620718454,33.479682552462634,6.878094553326896,5.400310344510517,7.823464101798379,0.4101623438535147,55.33800814641951,14.496046965596904,38.45017131808475,46.823418757521154,17.415261048327224,26.88857067080529,85.73750550516912,0.8395935771460916,30.50440153265628,32.74681342843021,14.654390898506179,24.819724421114408,28.048944278108078,10.605664508451897,88.41085696472314,51.769982880852595,64.21593574485202,16.32456229834245,0.84980757752726,14.368611632836192,22.30989285264241,1.6669154999738631,38.32364395835211,15.090170073636664,49.042038807736354,18.694401423472296,10.194150061930255,0.3132590963742814,42.87880127260916,21.75348051322753,75.35853813252474,20.79661874278448,6.203030518774422,36.73061788591786,14.603211566524216,28.092379007110203,8.350793102467613,2.7502923028706494,8.509134263804786,0.0525186356918006,6.040313981017338,18.089751357566907,9.219708151470295,51.908761713024475,10.186103761994527,25.01819303221424,14.064466336221082,16.228542820531253,9.653771081371708,5.6158062740272925,25.001007209794423,6.035355411331988,61.12235413458122,14.131252796531058,3.7410856601898566,78.00581758653271,21.500956333529363,43.822933117491445,17.9794655044866,0.5062072397264785,3.438997948376695,3.9372360923664047,0.6552703496431169,32.99510563644558,14.053699847296876,3.4914805188248756,6.379699345921108,1.2076584052624573,0.199270333484161,10.570577786893354,7.95014191990391,47.533752265281315,35.253075614137536,13.317842519270002,24.62682541219763,14.161947860785006,33.15811122052635,2.3566723397289486,0.39619748769909435,14.118494690215975,0.6967849159554174,30.09340014706941,67.06624268873705,53.0015476243162,4.617299721363166,39.06431805850058,45.9019720491725,3.793931207715339,34.78462923933551,40.23730120520743,9.845186629462177,32.00103680084519,57.091978035035794,5.252868424015809,40.98115466480434,22.940769218116575,1.6784845650013676,20.129235442149053,13.8972548869708,9.052274871869585,3.9952528339079585,1.866697603453138,58.934899429545084,26.937269502064932,20.974803909325,7.059560701193021,8.582724827059721,91.32540092938748,63.12038629466548,11.422806324101575,14.09222242391792,3.342666570118158,3.6099347109270212,50.38335094368709,31.44880886515972,5.727907120352924,5.476150577954456,45.21709550315375,26.509399411521173,28.067155592147294,4.712478487096083,31.150063886158406,36.368272969805695,50.49016586076262,28.363207492737843,5.5148127236891895,8.292180281968417,40.7180152801393,44.50027464259676,12.890172180618997,13.087642453438917,33.26530662146705,23.567725857092817,0.07502106055312652,20.052472696058643,1.5673194918032096,1.9772410631211632,42.936025614934806,1.205941894899401,7.123486788718626,0.8752574748527362,23.681200184017136,29.983816606904952,57.4989490083823,66.46319138892873,1.089675366110157,6.010451280501137,43.627274122949586,1.136907915906228,1.7694912719044282,1.6944626636133222,22.6997516750702,49.01977403314359,73.49218638099445,17.864674713825558,11.873916294125209,38.8461046111782,8.032577736310408,8.197276984221302,9.687998927911423,2.9673221613301166,3.7421428715971317,29.286885320804046,20.6676393810438,65.09641667584648,0.06635838674028349,35.76389045234916,18.521374457149065,3.796163696473831,20.61688436956311,0.37640359186494265,7.631173743972893,68.6176557350684,46.632313679879054,43.080342961423774,39.56333191249208,3.4924104668010756,22.729798060865047,43.96059031318763,25.80699170365721,11.097190078862628,10.838517205285324,1.4468399442646174,13.452387536105114,89.46415855448362,4.179080893474051,5.20263264290972,3.496476996453457,34.10229246587279,4.785270825184472,10.59284204393581,0.26673925907503193,2.4216154563388415,23.22123004374565,2.191968500900543,27.68258571512979,8.883456883455793,7.493790524431958,6.224039997773589,10.449060378332675,14.062020764995752,2.746626108978502,66.36279346549146,14.290729396191026,5.015420698670901,6.2444388404161995,33.08431381544619,5.895002076129863,40.13751330848521,2.024406910891713,30.282183696362885,24.09256840497246,9.21702758562779,16.077405776785227,27.36756865057195,5.558277352710851,43.4167821732906,21.936854757344555,15.095957842727543,17.289838115960762,14.617574089512232,0.4057462547854662,41.42189826735463,9.175718072622402,22.204828707845692,11.922745136218978,0.11613297738400918,6.661712759679048,17.645638410753616,2.3219486433890353,23.48246161447087,31.889059736845205,5.171271741581773,10.097369574160043,3.64712392660428,70.18550098891555,77.4335593246587,4.138004009875463,16.788249460762717,3.860397564278408,41.61358228449462,5.511236994539178,70.23638972457339,0.06586612866570363,2.431586467822811,2.9468303993287215,25.786867394596836,1.1323507652235882,21.58232256571847,8.538283164611272,7.829459815575902,22.024150356698545,40.118617105759405,44.415860286417086,10.314748169898202,0.5885633443121563,4.509672936967266,41.82949890940969,68.59717346637436,10.95232494057116,0.5365005346446745,52.89462987504533,23.400951204692852,38.794361732452366,21.3828301600822,7.589975011688399,73.41898378593116,26.14170818868654,27.841070716512718,87.2338083153616,21.380568893314656,26.686089889716,0.7839294069150959,30.97768924545572,26.900952467112454,18.580939099233305,19.364147616458226,4.68783516262927,6.692306729595742,9.477847437019138,89.45769154127937,6.233694063439138,43.00867176624329,1.2827430266185047,3.389215450602312,23.069475333666368,29.77381381173013,6.182598925563767,17.800161234986522,35.67173223106258,77.48905575271017,11.19050051466155,1.8362374585793475,35.70571439433574,2.413519911114406,0.10189125444721725,2.777653855601061,29.777626476838236,8.573782614383731,37.29032979933096,26.794562083006056,9.790003761249288,28.849815275273897,23.30590765498434,20.32638094894729,3.0439900375415108,15.452865257290387,25.690109447869602,36.42949640351598,3.2066878831639496,11.229456492805042,5.593974848887214,36.548215197806286,16.163944721366953,10.102650512378087,14.796731513984472,5.529685895304212,8.973952512771755,23.590385060977255,0.02008790832748275,14.959878071161292,6.436504236449807,7.145693664753722,16.461961493013277,43.42631974444352,16.213599581682608,6.362230847680939,21.007665403501118,21.944383439840365,13.727825493770808,57.64157449954863,23.387827161374,34.895450178727614,3.3028458639963345,9.350833725585462,3.576782157498104,25.038740040543193,68.08199737311445,13.078040592876528,78.66403072666384,16.958069181047065,0.01216132476334053,2.308373484472085,39.56092791925617,25.382065088020443,62.526164974079876,66.17519236977883,25.961467429666378,14.680184709490863,4.103895856828221,0.6432921424051923,6.411866221789339,24.637644863152914,1.1888048924342343,2.0570010394647102,24.683928773337307,37.56268124100865,0.5227704416492571,43.799263470998326,0.06430862714209873,5.938662168353814,33.492812326930135,3.4294579753146315,4.616831617188005,34.20741391251156,6.2362570158621935,2.3572919830552763,16.5408460768121,22.735092559868686,40.721159708732614,4.362950010517409,5.386882684834382,89.71545235441931,28.216656243584808,48.79135446573086,41.359563011389824,26.521177554501698,5.773829316758871,1.5402965589611184,73.99174389735154,0.6629447649262872,55.55281873271565,0.47826139958186076,6.547111662778718,14.098930110996832,18.609954666751328,34.869995359010844,20.44917497288626,8.90418724688723,18.887410668167128,8.729364695182515,43.29092748332649,18.647178913939577,0.8641076150864735,1.5423051147641975,0.9551064730444092,27.23881296324631,84.47746451658969,3.363374536751561,33.520095585668045,18.45376683562786,59.12168931848522,21.753998719088386,76.890585408402,38.2529234936738,12.778904170103004,10.630772575021098,30.029920502822414,9.529629392429484,26.983707161025826,40.464873040014446,9.65575376231781,18.631950340607773,0.7671636274884541,49.65048978438962,21.84402092471177,1.3758072019393164,41.38381590319703,25.679334219602246,0.030549563282477266,2.9642530423255042,1.6311317600168653,11.890560864512729,84.03296195357649,35.79980245460417,25.036991880832332,4.048146317177416,39.234425656911135,3.088232315275763,19.13831814991636,6.747462225985991,28.79015105346153,0.7096980432285047,39.082944557247636,32.693589475851205,71.16499812979134,1.393789266682127,0.22273855422620947,31.22519491456901,31.924260393246982,39.226162810891715,0.047361437326614464,37.93894295151758,7.530938863836818,72.27457173182191,8.623665385507874,1.5198140282807415,2.9179392605126466,9.280358521853316,4.295494807540777,23.79074313320919,25.19687416372883,8.96780538443145,15.321889107394625,0.5940384590200729,0.4293655341282676,27.903463301494025,2.3775499655413856,41.89764002384028,21.43761832626752,34.1485823820703,50.01180914157668,58.48309637309397,27.98065705476539,1.274589057728992,15.289635862500042,64.67253665185537,17.482135345672013,21.56153105282822,10.397349599295971,10.902773094208307,19.77341913971854,5.568861580415664,22.7430634328176,6.559521299695234,8.50918311646334,19.777744358121673,7.1605848701222445,42.869441653647925,19.089956371967233,14.479710993610425,69.02252009234817,14.089224879474738,80.16168011944863,45.29219978227288,1.979773429301015,0.14680974397678925,0.5427484959852507,2.9293864580659914,10.660185697427682,21.66846460820196,33.62623881216019,82.03896129768064,52.33915712745634,23.270270272429443,26.920167413874996,4.228249040861641,2.840897237281098,0.27002656485330956,35.726653396057,13.104761505318441,15.62619261265817,10.241803495477257,46.388770015611534,87.48810471164276,9.222999059747174,64.29246066348335,14.773983657788932,6.50423295836543,30.31716255694697,71.58556789565483,6.041722451730699,40.199234043944934,4.228981067989265,4.615625397900513,35.29056335849747,5.227293343362205,1.4831128459698846,18.638439613971812,3.000677827527598,2.903277046012718,58.87877814221599,0.32801643930802094,6.893513502941332,4.849897626240496,39.12643429097221,37.6894924120046,14.227538255616182,0.8875445149430163,20.388409625479376,0.7413733001008325,23.18439964308453,63.78243734365814,22.881421880431475,40.10083929626207,5.531755898767045,5.018840971195681,66.37991232935101,1.8336353205396172,34.12351943548318,9.875706795494555,32.64736095802483,9.873389671729441,9.895078083961895,31.688479403142622,38.24796439887073,16.9776894767789,32.813185018839526,28.90163836919801,0.38978995601337907,7.0708348506768885,2.94614837458238,3.4949720724530664,1.1559627624689761,17.974290688105032,72.74352620945301,25.949927030308384,1.6233064441071186,1.4583135659317588,18.1032779272924,3.1539028045395767,21.184093428126015,29.40004746159906,9.47523802719796,22.202415131516894,21.719721973960826,6.902130711421983,26.850137690035215,33.89440758523729,24.35871479052941,53.17409610436944,10.320202321250349,29.61105704094802,85.78696638918143,14.262306720675511,30.39052966065549,21.293593770605682,29.96017035875554,19.640683306521467,5.995409933173579,46.7576721577882,8.550283980797644,28.13117145939114,17.055739405826756,19.046026443563115,38.64206342387619,55.846341855710754,36.56842121239025,18.06517533689734,14.35085254878864,33.10710141055188,36.60099182100598,5.167182989244225,59.08179788658814,57.052508866308614,10.552443286673851,21.909832337155578,32.86575333356594,26.62692085641828,8.694776279750663,32.263035663785175,17.102361687249978,51.57198791244956,0.00014245845401195112,7.243960274994535,35.970043056685135,3.2206592484489676,13.540700125979622,25.06633811346507,3.442206862381092,19.86859045771898,22.2850356149037,6.511628267435321,0.8451630086133903,19.9772153092375,10.553455438964441,0.18925924751750367,82.50610645538957,2.5317693165553656,7.6340671100731825,7.1213336784808625,8.357528018203979,25.22972445500762,4.902228452419841,49.35900370910768,5.401017753097449,26.429642009326905,1.1362649937779707,20.23257352801311,4.755878088861152,3.475811095765181,17.775630766284955,21.008573313849254,2.7350369475362832,2.487508371424363,27.567771463253628,36.84714558285391,18.38087837015191,57.71832696080248,18.216666098698287,26.065369439492116,14.447446084380815,2.2454997871263815,39.300058588971595,78.04859661276151,9.984359760186123,35.87811321703208,34.803742822508795,30.738423369357715,3.144497685558889,12.365958312448377,3.1377769228184746,11.14331344318944,2.3162622038135368,8.3417408952044,42.617167058024144,1.0211248830433135,39.679846131289885,79.17606212830933,31.66276449297967,48.6986530403679,1.5611968143082677,50.7341458381316,12.52541694994457,2.6748099724857752,13.646576127132935,56.05803529142972,5.6426189787034495,4.605413657736843,35.75508098148168,65.37478448767637,46.58266370201688,23.115920786145573,93.56157480348423,35.929037911429596,13.517716316148132,5.363233190553962,4.778273433999136,53.8820950767361,4.968707100570946,43.36082595860774,15.872417767906057,30.06510615962631,5.845283447967169,49.53973062523084,91.13558244444161,1.7091579308076383,72.16793396702322,66.10280730515092,23.361793138241303,23.85829615309666,23.715564275135527,2.2886855146783702,5.486771379346429,77.99440918535339,31.624550138701657,8.58751604158067,2.577396032760575,12.363407895462224,2.1448820518831013,11.37259436414281,30.715233779908658,32.42707795691757,31.301449645929146,9.16213878021308,33.180678681331,34.46665650292662,17.209382294318253,70.74709648908059,2.034220102992335,8.801301384464777,21.856770948231855,47.709694023537416,12.815108270916065,0.9809070135193054,47.519555876346956,39.94458519680333,1.9332883940568664,4.36573574678778,31.985335943366607,61.715474119070514,2.8319421846001767,42.730587364098064,45.72738703433467,4.183597884454871,90.36269357056389,38.137672562893535,57.75165618441947,41.181380260402456,5.940512075457438,11.588235228452426,28.155650178704143,16.57551295341537,14.3676106505103,42.29262697118499,0.58742248993034,4.971300781267857,4.328597154945982,5.290066959716954,6.300638069481888,16.54781365209832,8.435672205302524,1.7914999307166113,1.3420319199664554,18.798334701875916,74.76009612711813,35.57613738857641,19.371070469801637,0.25043992777643,88.51468013951725,7.105927621250167,2.378945421084161,0.6363086687151704,2.969358245901395,24.33043926791284,4.392307915051941,1.008942226389708,18.277710288315504,21.9623624542442,4.492681442705347,8.666250046758137,23.578942342080225,26.716096056579097,32.77378754324655,39.029520739369616,9.294926704009935,2.8983512863914456,9.235087320357772,29.594222031652933,22.00255123193886,28.638652902570144,11.949303690174629,17.0441655932837,37.113217667390195,0.18793006088658748,5.974611787546621,16.413436482153198,12.239713021882258,29.236476674671252,2.8248218489905454,5.097262584231217,1.6616546902733953,2.2082566377814805,19.448942363268785,33.34339907268763,27.082249463975273,16.345242035511585,17.164106790893964,70.98924844465408,41.919764760441595,56.6697234670404,0.01853389800691163,32.035619118789135,67.08730781491413,9.039299975788905,0.7411575505764194,9.46895069322354,11.020182668759604,10.37375054975945,18.044786323941324,0.18337197210896994,31.03707870258438,23.979151963010857,8.986861303229496,11.134152089895807,8.784461990326797,24.264614013337894,24.97969377547562,36.09507420844282,12.231249834870894,16.969924133406245,9.095102866875138,15.91609441434592,3.8619452325341825,21.778809076813594,42.97266952636796,1.9167292398403575,0.9062176350125135,4.215568241780376,20.556172772477943,9.41774308042186,32.41466610137643,39.990152001471714,13.923799062416652,8.63146440371957,63.84757001027117,4.1104172071060745,13.439761966866257,47.68200109534827,0.5033610324865201,3.8925194843170363,22.61276939995855,21.89477213566184,47.44347685496858,40.9047549246075,78.68799298475786,44.0151093193209,2.0741802815713584,19.94368797567504,0.0052388087247798865,73.61976567383954,8.222257078031156,62.315497472695384,37.63194082525028,51.073900484091354,47.90957909257845,28.229860753667136,3.258292888762071,35.73695885374964,34.0874280143798,0.6678413278225896,2.8945165512939797,0.9105510705567257,59.29715034188398,55.96308813181962,35.47253130272918,21.053268248945066,0.5617504823343773,46.845865560120565,2.9426081735861698,7.166820352426729,24.96796978889102,16.79823440148286,18.463471423668118,0.3226713101391745,58.01444751739921,7.254586939238184,20.063988951256974,0.18928037074484827,44.396616484202355,2.9633353435191836,11.017437305078293,16.740638966659276,17.77370755657119,83.93433563295171,12.522912091444795,41.1552936793004,7.62676599793479,6.112604522677842,16.36927683567412,49.29101093815764,0.32144113425800214,87.04006493616471,85.45036630771699,48.26437443543028,13.207154057912803,3.866959580090412,20.799202161708074,13.089365543045467,5.368798828222626,24.526583317646946,18.983158020380774,1.019724737607973,24.404203661878,8.439073521685756,25.0530745607076,15.809969387269305,44.677316449740026,39.548307756535664,13.736034818325848,13.841112862892945,2.2036742759887105,5.5871625508820415,39.888181616887984,0.6826495723158281,7.624251753776058,95.46884386221122,1.0862007243514937,57.13735236414313,20.374886003125653,24.297212722891196,71.39468304956085,9.439600885159367,34.38268456635846,5.251214572955751,11.371528694121178,1.457668376473653,6.371649264566216,55.12892246543194,27.337176292835437,3.1190725807390796,1.2246644006457466,2.7125811884192217,5.131180000040603,1.648271354343997,12.231518170536704,52.670676057515145,13.059147477985452,18.638539614636006,32.26136423777572,32.07244675449722,0.5842875721136451,6.001408425663691,6.215353506558017,73.47400824873685,2.252076395118472,21.110600233317925,5.9510913470831595,41.40502953443267,10.033706944755883,3.6663148802659196,48.90082029935534,50.56272218541109,51.244137657936264,8.968394359779268,9.62379820245387,45.57717784371561,0.842714061759331,9.533393417126007,3.4362735713484795,18.35696909092356,20.129102834577886,0.5922033157269766,15.992212807858522,3.591646969050033,7.484346387891949,0.39943537449526056,1.3655741406244744,0.755395267985314,8.208364286333477,18.972862537533686,10.225123779067358,34.41165824113007,8.625169373501148,8.813532869747398,0.2236680994450353,21.89828579780388,9.995654887647948,18.86263237137651,5.423768288734578,33.14311500878474,4.817733090722676,9.838747364043002,12.534832388693163,7.732141243929513,18.87411297683765,5.417775111210988,8.20453605661916,35.59891583108366,33.44291822835361,2.499595025538383,41.63178125227576,32.061402023429636,50.97373599913051,21.409497251219328,3.560448798347038,11.204967041954674,20.158910353227242,69.46443691638902,9.322766569734341,43.65851178523843,1.28001993634492,12.41358682338588,1.10344676888888,37.89547354189885,52.97593417089145,14.521149178063265,39.794092309031726,24.54621372764131,8.211687712750328,7.912124299894718,31.126160774912528,26.46114563208065,1.3277447424470123,73.75765507903425,20.741495348803053,4.41197758518006,27.060133532649566,23.311172534106227,10.686778537940391,39.72135138610914,46.795713540418426,15.244122849674667,30.61848284694222,4.518640164706465,16.041145056784302,2.7962247526866157,42.162140439770646,2.166171818786184,30.029280764995335,25.394204810566322,6.637452677773192,6.319213420693913,7.060532894374035,15.323965890947411,45.13650541412444,3.3777037620617847,13.065962958453838,27.152677217905328,29.65716788716658,21.786570499684,40.34919992176984,6.644849336926921,5.4698712450203635,15.533372558935099,53.882701477659346,12.615035948095365,0.3062919315636421,63.429660075981886,0.9371504418877974,11.522474298967975,11.323442818773223,28.062804832141275,18.690305432157274,22.898712336907522,11.818852010796256,4.693323035883424,27.78766591849958,1.3124237753742491,13.226080687774939,40.970633488121614,43.737703326978995,16.37385973546934,15.284861297182502,49.51385115002549,7.8639436408872,14.779557280127587,76.89078942073353,26.849595132019303,23.941222114947273,11.371193912685541,17.3736546149605,5.649721070858732,32.886683153512934,26.299641996044798,1.4580262394675643,5.020630355392587,88.23142157294312,31.770654627571925,30.058386654369592,24.868035864875964,0.6581614043670001,7.321382330806014,38.70950432386325,3.5895242726115058,22.9560275768702,3.048054065913263,29.717700523298753,8.521457702315494,18.79234958713559,11.369301155714407,41.29723428144474,33.94009278343732,0.8355800912535614,14.838927535931376,3.9842497794629885,6.437022402873101,10.22708607654846,11.952208914750972,13.904406930141278,33.67146192667487,5.777146074684659,1.3031062946942598,23.2153985965992,4.4236731681503425,29.484522850956672,9.026092420689238,2.7968816213790433,46.59911683994068,20.09187329100347,6.19932956718282,26.971789039956697,11.28094123356197,4.557389669308098,15.084027542221492,0.856521763333217,60.64611613371572,0.18933031952563795,16.12027875024277,7.7595484058615884,55.23532458442351,41.837365757711666,0.24153569965217336,35.79276182033865,7.407487342374054,18.959529768637857,59.900366311547025,9.696082882087609,2.5854255723626602,6.565331756671822,61.4936671414911,10.340758207567205,53.443487051485484,6.669899266244506,1.953711324834551,47.40097757533904,32.07583866164669,54.40121737542983,8.073749513061735,34.30773805744764,3.3365928667671856,0.7080851468657658,1.028543075477451,3.1482448427021765,19.133490548271,12.41686740662827,7.028213105743632,8.300398875444326,6.485589317675785,37.926930851292354,0.8088338263196668,5.295202266478228,83.98328425296103,4.985415348880501,15.07656674318416,24.33634510999697,43.50522119965073,3.080425643225471,46.35184517350417,12.242862869286533,3.4454052187799817,2.410144468618064,3.599629175836796,36.119954763520354,77.86639157739415,2.6594184668844925,24.068167382657904,61.42480468122658,15.524850889726764,54.65397234280363,10.599058285571095,52.49112276678852,5.1167710026226665,7.833674094137667,36.958436892389926,5.243451635382545,10.790685986000492,3.7538718200895147,5.052705408585645,63.88537550440366,5.145290603739795,32.998673894369084,71.65597546103771,0.25172429336991486,23.921899890678,11.925832208934573,2.4049987512223536,0.6749491818527464,34.37127213756305,1.6309841112496537,27.885308428060902,0.2635925269556445,43.30984033163951,17.455089557396448,16.6135256505478,60.666963490142365,6.528554440377931,51.02513926603639,36.244250510069925,1.5216982664607244,30.003169719996116,38.097206097989066,6.354934502199852,6.234687971490221,18.946559590941597,16.701903783001917,0.14464025658054425,23.76360350404618,6.944588223024994,48.74828467367789,18.063279596930336,34.518014474463065,3.2041309012777797,24.54308430197223,73.74306128016917,7.45234818733698,36.15727086019825,19.30059374593702,40.772833223338345,31.633419969968234,25.384683696441357,27.760260426136,4.622361952023169,2.379235979180592,18.979426204513484,30.680035440760186,2.045728877358945,17.24888620448705,7.711906457567613,7.575639159267844,32.26227750330632,74.88911613725976,2.774096005313261,32.17029905991746,1.0037494204218635,11.54726040262426,48.240226416204536,4.907608896387803,7.386017647500143,59.41390617101684,40.530330701284626,23.446670746866815,2.665476513925057,27.514935195091887,0.4344288786304915,41.59985483626386,43.99924393736948,15.636314628649327,6.217761404486836,33.452745236564134,1.7577134378941377,55.11937555422675,24.48314672138406,45.74115156817711,10.889325318524499,21.431161973944068,0.5446398980387266,31.43077854692845,55.84237423138978,5.262038500863795,16.201069860570463,17.39120169139322,2.8443973503643427,58.72877366260687,44.42437338112936,4.4430163249282835,1.124673139705401,32.74560986036647,4.024762850923381,48.1708318384921,26.65923414510726,3.5312454257591885,81.8175076883259,36.83618602336206,3.773166714550598,55.03451210767201,8.092375183294845,0.7659884449151555,3.2087694712706316,2.505122581683146,11.17131019254538,27.44965479916287,37.16731437477804,14.953732751634092,2.071818283763321,21.263993293431447,4.749523604706518,2.045882532446427,6.606662424225362,10.204237315221853,9.624169767766816,29.594147591047292,57.1407307387102,7.470922368088274,23.281329695980006,1.4863679453385323,1.7476750842453725,20.076529209628568,22.922428263649614,4.486564519343261,51.23273775168366,19.048993055143853,17.69288070613082,1.0557559493724487,48.62865143162605,32.89116744044476,55.01096372648567,11.796062283634479,16.324220154242504,28.05464031070971,41.919081406028766,29.612172236375322,6.261216523391212,80.22524610074157,67.4491745351969,4.14126203787607,32.57185221327301,75.81946334388574,5.60553856754057,1.458635739909198,1.009570397811121,20.05938478976984,46.21867799691511,17.88562099739172,48.09660943342517,13.775064775573206,65.82518973947006,0.6363213538896666,42.683157039995514,11.902358117394812,27.962364265198687,22.558763209010724,29.40452870379432,7.832103385692234,25.91669723015697,4.970799026924444,7.238125808790656,16.97030797830864,15.633531424459818,42.57461991563065,3.1002522856640735,14.358403992460268,31.17376576952151,5.346795293647091,7.290904241635317,17.55862425137551,38.89168054525166,1.4587156312164695,80.35100714753654,56.28220002894487,0.2370207157432307,8.010844169015918,18.58857086824851,91.5100805088841,25.463825735615274,3.6757114110232414,11.516831083880994,7.526036724215466,19.186346055044773,64.69473364357947,55.87967295970833,3.253271852358395,4.616389760397109,19.49650503510345,3.6744872682822987,0.9225676287861866,8.654638985621876,5.936659832441954,16.705108260022804,4.8385331732001,19.687151360382146,1.7316427197148991,3.472429031920621,47.031201764983045,23.39273540682396,52.563873868510115,8.480664075282554,9.228246697310922,82.00080881271677,65.95935790134683,2.3467345098639214,22.726384149143406,12.928333943878833,8.429904200313644,3.8428625703473163,35.562039479369915,29.568296499769843,14.842602610188393,3.4970864396373145,12.494060075636249,61.390931261659446,13.013177018956725,31.08443002674176,16.99574004374596,8.956979390401754,17.641289318549454,27.043930014237638,8.2210557679402,22.3727109812709,62.319090096294175,17.515447486843534,25.78763960036565,26.333723016968477,19.07289918825448,26.18753334167188,21.01637272794765,11.851965379670006,45.33170279036058,21.157089272442377,2.6867658101609457,0.9542749143124474,4.756582928433897,17.070099414966933,38.513953144096305,88.35449399326222,3.625383966660216,31.801575641380467,36.13503752139984,94.75729757584986,78.53957554835941,5.908330995341771,12.54761217273331,58.3295857841859,24.60888910457122,32.36446648285639,49.87720753613486,47.421733657298276,16.32821305420841,21.31147182196368,17.056718109887715,24.642789088260752,8.751722734123103,69.69475182756526,2.7694868314776855,1.5572233706366205,42.67081289071663,0.0040003822093681585,6.749247511450115,8.707195727009898,88.41121262523689,23.272309941332068,11.540626639464612,11.577677102394945,36.38664219532058,12.157771529719582,18.016415857509145,19.472214276827305,31.74828973380628,3.2026846423542654,18.997735929351258,0.09627420982225487,51.45622006254461,10.017778168993928,10.01078505617653,11.540075464575821,3.3943047956663475,0.9020254574382136,1.3610905269034972,13.2731004710968,36.17320529851591,8.396280817460545,20.209345277519873,11.025791023775156,54.691234134525544,23.836461211506787,12.584788123133984,24.8760431654419,13.799199299007114,15.512891691582979,28.438391857765243,50.356371311401794,1.1398207022782936,4.308450577701728,9.21902635435298,3.31232053350643,12.832812628240799,3.1853911073947927,25.253138115441033,17.793000369762304,25.037174915244208,62.32229167790596,36.399461198791286,3.7173585277296306,15.22078760204736,39.926919715287866,15.732583457050776,33.53580363369486,16.998073600051335,7.225104061244259,25.12804574699131,10.267429906566171,6.061293598579908,5.106143877025488,48.04572904930373,1.1331622430641346,2.385621571784257,2.031004698916732,47.37231008639809,7.687353633916651,14.313070183780907,7.144901849984727,12.773022545415714,35.78382008071805,4.790016777310527,6.792577359968725,33.840132347650666,5.998667913666522,67.434384847733,59.98153991214005,4.348370054620737,22.34658625251798,18.771039695312197,0.14322199253758328,57.22753380165743,6.760368650490422,3.2907524968362765,1.4111457368868097,22.592080750728684,34.1029285567528,11.561479556158536,21.015299503539765,0.708156115949421,38.026999242163676,52.00570054969453,19.295560260617975,5.664206260424609,13.911240847396233,10.883581791076537,3.9919113976159104,70.10094996081394,0.0487398639509089,12.025236529779926,48.271400593892956,5.570151767333471,18.31882671218608,1.3478376846003641,38.356700584259876,88.3139544275316,6.361271637259003,14.934877046329964,11.960327573350675,13.523613920217482,10.69880940896028,60.140572233452716,9.712212133943837,41.3100636487579,33.00816688590693,18.66716703591328,56.76933921668543,60.4519398775602,4.423259844996075,3.2383407747889947,17.577303757015407,3.03639013512511,14.656510313794456,25.445304426878536,30.560576370470606,56.35317408683158,35.90643695042492,28.229901623054943,49.885750681516384,14.300129366975744,12.350599101164295,7.724754341943809,71.9494959950924,3.9546457666619905,8.7355476715679,19.73676359969595,27.105055699874605,67.23943014585487,88.43266810382715,4.4581690587948675,6.267772207374456,2.955934014087923,2.1156462299448453,44.17654547600341,0.1627444251672685,41.257662612478676,12.00922222555537,33.28989232974604,35.69359464322993,28.817806735616358,40.25745130643293,39.34762363449064,7.380997295014424,10.053438662851548,56.51176244761068,14.413508997193588,49.59210837742405,57.885834597775954,2.1148441066355943,19.996794391500817,19.364048423992628,5.547798333198447,41.03891984959183,12.507293688944266,3.721062591592472,5.351474504110243,9.727589032065342,27.692208354828537,37.65260119436217,34.07718327893943,58.15969942714973,24.753487391676664,11.211681062987067,67.0364877722845,4.008585291170302,0.9711683638575757,60.13748969296512,0.04248707553362863,37.21468168695501,4.8157193527469815,3.8070600315772243,41.82680428040678,13.343463417492963,60.224260189446056,55.006366879604705,61.767987727144515,56.10188942202138,6.308210203328313,36.440853811665086,13.389441920910016,46.39617032379988,41.59505192951259,37.932911721672895,6.561127916850995,68.1810263591139,0.9507306463243594,0.0537331091272506,73.33122078994559,3.4936219949758183,34.33421505903399,4.930640490471349,71.80345557169338,4.771754847247394,9.072760663935764,2.606866403557035,62.870312815149674,23.357319531635056,2.834700241856225,44.290991483064445,17.6528231084138,40.770995880516914,0.2058451694629282,1.7012890121222242,70.35776341350591,35.494144442565045,31.375598639247603,10.159290317079561,9.0097363204658,16.170821374572327,32.38849964690276,4.795389078145851,0.6601942079236949,11.622345110546249,5.698810857204691,5.820635899791355,3.536575418407073,0.22153816025079465,18.743205461828182,26.530006364381652,10.238564430290253,50.780337201711454,23.634443434034537,0.6092341911739125,14.283647743458749,20.39353276043563,1.018292139793184,7.9707479388037115,31.050409149602224,83.41801657362853,2.188042547884251,19.432718778132298,19.81276892455149,25.845255736351675,12.943813759286956,18.204175652009724,9.021397282410572,13.955360382194073,9.591786845654667,1.4991209222016266,5.530071805360876,45.15772160043935,41.54755023077231,14.925616041880929,42.444562201430955,18.508866891967557,37.948773671267865,23.047580328732064,53.3809605336384,5.659212014125075,15.367843027619429,56.82594176045488,70.70444766436762,28.357218854984424,23.589666147299887,4.999687011968561,17.315813429694703,3.2909941771979376,10.15077068277831,5.825433105973914,74.51669465497052,5.762583409845959,51.286957972239364,12.502755607359987,14.204190550898865,6.786386197087147,10.405852295594642,31.644130652366908,2.787560274852151,13.412908661317779,9.068715219104917,59.04747501168551,18.59156443269523,80.6816689354588,60.38219731194261,2.744668550251948,23.498375978726393,4.583284889755177,37.95935784905805,7.720318963554195,25.84824051261926,10.04691127012789,21.759571069183902,50.3911457465564,34.54014474445395,23.408377494985274,0.2745133472644703,13.613547549094008,44.8282942808378,24.795015897965268,1.9057019214714543,19.081843822341455,0.8077638359619836,2.7586457918570986,69.72357763668161,7.484914465729716,65.47466634259942,46.203490066626074,22.65600560957669,27.315808556569138,7.12186471399739,8.797983699873186,33.745276675904975,76.37682251643379,40.433782303768616,22.30651967300819,33.96631231495494,24.889651404120727,14.067526811038434,0.07889469305064623,51.93742697526024,45.48823340848688,60.097193776964566,35.7505634173791,37.15332873544421,65.16739323832934,21.406553994654367,3.659731174773057,9.732033459272817,20.034003258455023,18.918407986339304,6.038047968788597,83.61313474625128,25.802313229994787,55.00736368701465,62.59214314531928,58.16514545406216,18.875017151491146,58.31437110689684,64.28648216926234,14.702993100215114,7.978077559162989,28.161888283639044,36.51135771818754,15.846637035381562,0.019551540001223167,0.827503265234153,42.19794496194404,33.28746153971767,24.40115634771506,4.193411837715203,11.623986179530856,28.56625765501363,10.460133693339058,10.325790747735775,2.372255996314933,18.61785952075704,36.03200977032156,28.7158941388855,39.120131435869595,63.064105310796,54.77467751749183,2.8813244502244983,30.34320188975348,14.863329388368058,30.928229981547872,12.925020963372774,68.91665178742502,6.757158387207507,0.3090858998856092,68.0394064082176,74.70400783711095,1.3770418809703777,1.3881801507923286,41.43062437214229,8.805491793472475,22.013730971673965,5.791279778589575,47.941092105796834,24.524495012391633,56.59476462203732,9.133305347145352,2.900545910226626,2.017899953355908,50.553219917414985,22.019805697429774,3.2933359719969104,12.885767822236037,16.76811364991735,5.381596845404708,5.028339242226587,18.902931909618726,50.00463277178863,19.090873412762356,41.999265967833296,9.804750936920971,11.693967081375611,44.867768133257634,16.07619301046127,19.367853391448662,26.04759866205182,4.121043032510471,24.250956314862137,19.98806123789345,28.066790976165173,18.330809294116225,22.611848876698986,22.09552520452376,6.582082897403964,4.305738101714441,24.259464082967213,39.03714897892529,5.5587501212478045,22.918493746890366,29.360072708441706,28.255336441115965,19.596428868929877,13.545783727025068,33.09226187708089,6.6003977974248755,52.65784652583019,37.431407397396356,8.538108421130753,42.848278745063254,3.413493229787349,15.029088421485014,55.63896476975827,11.654090001793483,4.7656452276429455,8.121272282069228,4.1258682569756715,34.49604100552364,10.779919474658072,5.947947175269444,5.476945799612976,21.835157122794925,2.8481830690661902,50.869881638954936,3.003103063655222,30.941005284522372,30.855333849074384,52.60773321576359,48.50345611442771,23.537802356489024,16.92914404649916,30.807548071097905,13.80000352852625,1.1414834589469933,30.63464573459259,26.10765826491772,78.55614588098318,22.7673373164533,29.91774570912472,1.8944930763598933,7.581674012795723,21.07028346010503,7.062811970674665,7.9243939314870175,16.264069752630725,10.583496400876868,8.437959716182952,37.68403305681674,41.64662287076665,1.2215098899858283,73.48941335988857,13.588380664735979,33.68522123663812,13.599983850920749,6.9207338990011,1.1259500088238497,22.39112067449941,30.82644002652865,64.2369644574203,2.4488499103474726,5.44390977900072,11.031810936806362,6.732257809803843,4.477521634709426,11.62808137342045,60.58878045453632,11.482120735823727,7.855207038717708,40.62809305197247,19.506939170956485,2.2102178158586536,0.012948780902559687,26.21893355706373,31.84460178723574,41.596815839318744,8.75295760204795,22.148627910042812,28.107216026430216,12.068932971823315,14.781230898332815,36.08135065997036,33.71813745807738,2.1740799022986437,4.667647438591782,20.27558673375789,79.51076441037571,9.612674572925284,3.2503191055127303,1.0365544244633984,5.431704051604891,4.607298150703002,25.090114363550864,26.675263150663564,74.97161462722772,13.588966263832617,19.390752901193864,21.576355854801093,1.3812225491988679,16.99079371812398,17.795328970624993,3.9364961469143545,28.383382522471067,34.30058194018633,89.77227588337404,34.3977574658481,16.28723759571641,0.8783941114878218,43.667161447463315,2.5851296673668256,5.916498649665202,60.359566112465046,3.452386623081294,62.63520572640042,31.69336289622239,29.109693820958938,6.799519094974812,18.427867770613325,20.70153323169446,16.177697706533706,20.976862884224502,95.54146144095766,10.92287233558562,14.02964355991293,4.018758593046044,17.597408089851754,18.081962524167622,30.47776554170504,19.579148021843185,55.03124691221698,23.723695917768516,1.6198258832109347,65.61244548059368,3.45301987258501,62.2495854663664,0.9889739851987969,4.123674373593332,17.91529598213459,13.556531767891386,12.771083263020095,12.56034983999843,59.60473442679874,41.33981482622718,1.7015482378596292,5.6952058716501455,7.678497809894239,6.971524708290144,21.492940709786367,10.376804442097365,1.6104644640606693,9.198736227814987,36.7575688902791,3.1048024139329513,0.4363144815703919,38.969533160597194,6.176288531755269,0.37231953884217006,2.639839118721234,7.958429822324483,0.8841395417201636,60.450591176666315,8.400425941215218,4.5433221946175415,11.318087052181042,48.0106101488275,41.41581792930236,8.419656812845972,29.250951643591915,0.46755905919717655,13.222437914685592,11.707053520185283,72.59034894787271,19.158117096234093,70.11777764094302,2.300385836064123,1.4463062743924944,43.45803634956683,34.75022900119753,9.895196851574525,1.9927766382113745,4.315415149595275,13.136107143286416,33.324415444837875,0.5510038373309287,49.998903482935006,0.9218963303375904,1.39706793304601,3.4714377048500777,55.07634192486036,86.0187356716453,75.98286671522366,2.685044606780508,8.345186658364467,36.843051179004284,15.687364492142052,7.8457126156373675,34.08278454504414,11.912491628399184,0.4724923980488738,11.904804375362854,61.57433403345662,31.972286958653896,4.0620174339248365,12.22660062680417,32.29824322776986,13.875909380486249,17.160760684134495,12.23044302001005,24.707045542223625,43.25007669908627,47.15992387357607,1.2096457437861474,47.97885184807929,36.97934128015416,21.670756240548698,72.11444864653257,23.27704757946583,3.8995942725968624,27.824947446775305,43.58268153206956,16.98778103900085,10.40680170384011,61.11960001162854,7.154223894251599,36.28893625094515,1.417721253875126,72.25131641736276,14.132835064066747,24.965574137118274,5.04245395460309,14.180888229501008,34.68255835137806,0.020405673719714468,6.739839901673172,26.22616866404239,39.506036314216644,23.41740811645807,38.15801017615081,8.513295255832931,88.87645072571344,45.32675534966906,3.7133914505284906,3.279456105631212,17.448186828188405,3.000046047424995,32.793652627281354,1.4909939348519803,25.069484760541712,30.684695788021692,74.35890415763694,9.414299554809315,71.7234957472171,3.929995299749798,23.870453373569156,2.7528403721766104,16.424368338949023,20.3654656455286,24.69046570067477,4.921579117238972,42.06436240542411,43.599736889748954,2.082311202755034,5.31025856805768,48.12555608460196,13.15145325355913,7.908712039556576,0.49958852303109147,10.292943775681898,7.0913946822930285,2.3984000124238634,17.543668616113393,7.163892391404736,57.18051019655359,40.429301948817375,1.6093865006273074,51.377258714060744,8.676945525707183,3.07577598581949,14.334586054457546,33.99816396125298,0.4671784293506889,19.004453005244947,0.8617109470737447,62.82098194587249,11.45802091205163,9.336141643839515,9.758176518251695,0.36975857244052435,48.28554594326667,4.420774326098098,11.561119038129398,16.51874667211365,11.856095981660374,60.12394753175329,31.41418285532066,64.91909205786193,71.64511524893722,85.56905609658364,24.42558430525972,1.187628690430862,21.858233658253955,33.54593356421189,21.602902416864534,6.1963791373351285,8.733829691131788,10.850041052194669,0.02848587637295008,9.395411243747102,2.3848190205732323,3.562348272764403,14.865376571104907,16.986249574134817,1.3720168544491145,55.58596098528702,17.896197157879897,4.810336041767926,0.733945870305373,6.519246205567981,27.179381303115978,54.48711433122507,25.17869431285534,48.352519888461266,28.41581907617301,73.16845755671592,22.361942809863113,7.205410256517187,17.516650219079374,6.095433841657254,50.09411964756326,1.1772391782545188,18.258176466064356,37.96591028820851,51.77036297650689,32.00884427693984,6.248167088714325,42.91539938806771,49.28986310135135,4.549715007370324,31.282322612763547,96.07110795761852,0.29275726471883967,43.50038985332354,23.559348316194026,20.710860443127373,0.7560070367973775,19.38894768885258,18.927876931347953,43.903806137133714,18.41847817876554,34.22208412947797,26.334649488648438,22.836808708804,16.832941826997633,16.250074256618174,26.278405337872222,0.0023882700659498823,42.4301608385513,8.965139205424732,5.454221488640565,78.88951397773498,33.05441793974745,5.164954825948076,1.3035971504414934,6.825647978214043,0.18003406472836891,39.64078330339252,10.025559579544158,10.843472244076668,54.62351679336857,1.3901038905877101,3.1634490714007235,44.02035882343539,3.1194651806698115,36.92881597492207,51.06768013389736,1.6941208009966857,9.058929659582049,0.6555139801442742,4.7606170206691445,3.2236188548454123,27.129171017622934,37.74235596076684,72.87593312571772,3.1260299119123203,70.02830575062751,6.991198826637479,3.6430983419711964,35.69750434139319,29.138058349813424,14.086305891880045,20.4346861987011,10.220731216831453,16.18785739203894,37.47627192106796,17.3456795426565,42.93999815717877,6.261960770660324,58.84247978526578,3.4993617294068216,58.41927330132043,0.2288659748419022,9.394449247283056,10.636398039729954,3.175671235694132,2.227113438548969,10.942132524077891,5.147038553791883,4.366887788647162,45.699637081149014,12.358872236030102,33.94365416394055,50.3807466620543,20.60826540311713,34.575187188568016,32.97153769265322,11.020684059682129,33.11219076606158,2.1207286054643717,9.133129354011448,4.686996642295627,19.26081909976468,55.28396468753121,36.3943603395892,25.125427207363604,6.979049113269021,17.89703193191933,11.845990506722458,22.31445440019918,2.247377478642223,16.471754463575472,40.53204509669936,52.796097781346,2.032484810617305,5.157915024861637,6.203384590767613,0.046294471059260545,76.97308019126277,0.05833027134972113,7.166288840529211,14.972422505110671,8.587495612790164,54.38736874938229,24.187294679093583,15.192628956733106,18.30884870861582,1.2736062472515215,25.37353441237643,80.87596549392508,7.49108417251783,24.38413584415428,59.45897774609996,33.973062977510814,20.877954857580278,53.32563577502278,0.21634213669204883,15.594802391280826,9.444033679327198,85.6105433156292,8.70020462037151,73.62674179852975,41.4219400441482,26.826546871603426,23.184834467240545,3.8459749984724674,1.9557920045564279,47.021753531579336,13.456714308300132,5.9128123704961455,28.019406515907118,33.20303766230433,23.210331124456623,3.801927736811706,0.45089591213338664,0.11005016766725362,1.2251053210620144,6.162545771359234,9.57287018037735,18.052399462165358,28.453677156553468,6.135477832221154,39.928001724681025,26.93137320790101,2.512978370833518,33.868726793143125,23.28356288244904,24.199482336894928,7.903012342276583,9.575348498774371,4.422815880749853,27.689500116357706,0.802785191988022,0.5707943677587437,12.399731149246282,1.03423163221985,30.415771338654253,6.772747570818744,37.52351877968966,17.289046531954256,14.36698650532,2.6687172788364375,50.865179483304324,2.0468562649766113,4.551765460332135,14.19814876379556,0.6023326159891553,0.7605032002525034,3.6176117558526344,1.5498962558242777,42.106738587087776,32.956606755756056,14.106211029707161,64.5957352916746,14.309898751408632,9.03305964536716,28.939005512351166,1.8991124408730116,5.367693013397101,23.79650231792866,10.615895565677302,2.8890254786028913,5.669746647542626,14.845635331920139,17.94184203831888,49.99957725585248,64.83748063038665,2.9138220204858456,21.72394603316905,8.249323455206287,5.042135599817554,12.035364408402295,4.013882179317119,0.21680183485717208,71.85727622360113,8.537868341751864,12.440051954110698,0.023809198372061857,21.766301078138582,34.78174664159077,42.99919103003409,3.1351762601474875,34.238810170234856,42.57590314041474,26.358115240720014,0.6648025084976315,41.52398109362867,27.19229085752074,25.124925552759503,10.092374023237625,19.26635496989291,4.465465184243399,21.3694905099262,19.74833664752265,39.74684961171412,40.641573933822755,49.70287559348768,23.744886601142085,16.26989483367278,6.670615767045398,37.76006217620322,27.575503027259877,41.37760177942946,38.578539240743446,42.887488657590936,6.707509680448496,0.22666153913581955,29.360066205487335,9.83826787607063,47.06520141767355,29.184659036201634,1.6545395272746237,7.943589980984822,35.5073876663875,54.57439787773184,31.740052629236505,15.132861444445922,12.772451838159093,42.686793040037685,13.345134194134417,0.766770633200025,29.753058699077517,12.559870624794222,4.336757012823888,19.562106447972617,74.23105796301182,31.87348650711721,51.86250480282544,53.34798371668238,50.246534365670215,85.77072218369246,0.08630829136286877,13.408490998968048,39.2036993305558,45.42800234192714,32.76776106458424,50.776844680708365,14.40923305461057,18.72452117887581,37.442348287503194,0.029888231748220306,27.67382855292132,11.441345771250422,9.401953714778822,43.045308467720936,37.89056171257014,70.44413480551843,6.768109518728082,63.56032496287741,12.108172631798396,2.4357370818514816,60.80191117874858,64.61974179407885,22.248024524733445,6.7239576080976775,14.16629507897462,33.98553741033312,8.93713816094062,16.54177915897055,44.3108791914123,15.107575287637175,18.792866370949433,24.781159841205547,4.134163328968743,24.307412415370557,9.03372111644205,0.03566474672966535,6.248138744157994,35.74316128601448,46.39130422289468,12.444340729813668,18.33565264282704,9.041695961709216,9.022032353298215,36.58605332918542,36.58196486620401,46.33556234685848,64.95357980752244,9.643656282692945,42.00623172837555,27.31550859906598,8.605773329199328,89.3626154529282,28.66921416505994,40.205846643853384,27.561734710761236,71.5142897833457,3.6862369828898593,0.9907539599663853,8.99747179266689,20.676532478348015,23.052187581370063,0.038624906386588,16.094840330807514,33.833395934015144,3.3980873378249807,0.9017608055086512,0.62716290025954,3.707208682607419,0.9446857471555381,19.50502233447097,3.0528761338813695,5.653722870085254,10.3179017785682,6.647925005421371,78.91021726919956,7.330529531520991,38.95106580172564,9.8890402114728,12.675278829611258,3.0653042610097287,25.04474162813982,57.58365756723386,3.079787171923286,24.931600739275193,11.79365734238279,5.378192936949404,3.138095349753687,19.958656064326675,6.885653913896473,7.158045019286097,42.69400418620161,16.322503047930063,21.41955360365051,36.47101715790974,8.383658908302738,68.55019193160336,40.73282031010079,15.6327452138772,47.39864956376961,24.934023809086256,39.37192941352018,54.5016770303767,21.259493239011675,23.48952143653581,17.153609026915916,0.4171059357513496,42.19371850748736,9.976298972601782,89.76788328187152,20.680900353629752,3.7881015377876253,6.079509649938264,27.95992470336176,82.929045249668,3.2717765487588935,0.5698069974521744,31.248296282580867,15.468891397028756,1.8858979110503964,8.21301369262115,1.6093871537757987,10.43966439888555,2.060518089807184,55.787822137635104,7.282813490314477,7.883061161561432,4.833499391246333,18.96798826841527,33.77105140722302,7.800237779947894,6.96686280035691,2.386103419675976,6.534153588994386,7.98507275161468,12.110552768736083,6.107311163965767,0.22734839271938512,8.132706381230804,1.6204258702000942,11.977392315782655,23.76483076025837,53.70461133797537,0.6541794756554395,36.20224284291254,9.598947457949603,22.976671603954742,23.759328013805188,28.032676128404745,50.39304833478169,18.4667764978522,8.580643879874884,2.495072593937364,51.15195475710145,60.592436422788666,7.012079744088117,4.361359475543953,8.762079259835978,22.240595428953824,44.142241314936214,46.03463054349758,26.654105752756003,0.008385579822944855,24.31560914950509,1.9311377488957184,47.71664387024036,27.43885233963731,14.481751784673506,26.04718897099165,2.217965906327528,62.05069087821437,13.920699772488703,17.803570504773305,0.17016901240225568,3.61288948166602,2.6794870413663006,3.6922763485290915,20.646075405068842,16.93293861671511,18.578754181107815,25.413639177376556,7.46423753804536,35.17552182754942,0.8983472714615175,18.723861484939587,2.382313173585665,16.42082418014199,0.8548036244112267,1.5048458121753825,58.4231197390021,3.96504550581572,47.733892293372904,63.47751346028468,42.704865711930125,3.6230056599771636,18.004304889961205,20.95722280339912,66.99172213594362,21.807218978585,11.285454430823307,5.139178267885782,94.228180054234,85.0745902392247,61.06737768084598,55.10101690471295,52.795829233642934,23.88371358816903,25.13658436549781,63.00725066227704,3.859250608506578,0.011704496860319047,2.035314236250514,35.612558585400635,1.15565669208911,1.2080962015565078,32.16196416129948,24.228200846935692,4.578761608158044,6.080222266239062,8.538412791062331,10.289439941354283,90.77934138091966,18.38827502384615,38.003833316089406,1.12375187719269,82.37162823874074,11.545122279477527,49.67463587375222,39.52535570038555,27.298688162975704,0.6635904478029033,1.5006629594145409,7.52320861788867,0.11741997338853283,16.91012657665997,11.287555085713642,10.12795332025934,3.5825472151704965,2.353764965498396,18.527976397813106,2.2314774323006548,16.7782893756258,1.031653202225291,46.26985816762927,23.788196157039444,36.609884810259935,26.67188713780655,26.977538006133294,31.632831348999567,21.504448083735472,4.7452430127075225,22.53743470179469,65.81221773308796,1.350592415837503,17.457307313524957,26.492903313473448,37.11336363184395,7.050929976294256,24.49770963217821,35.377544187150065,12.800065645396387,64.95177724480527,17.839761074305994,35.780945696269995,54.12310125412476,2.5351557214283615,88.61794439569685,19.13532917532008,2.644057023577029,4.371681823389018,41.2999307754441,11.38182988081438,68.9695190858674,8.463976905077075,43.57914535484105,12.56217671916977,3.0048569220555237,3.7949125909189636,63.12769974470767,23.57728979327759,52.14488633269203,1.6641016183027824,5.044354221830005,12.137628663537859,3.8808939317005797,7.545372926877434,22.247455660431115,13.405724959443063,18.785520527796706,33.499406589908276,12.867548471150625,1.6527927641307087,6.873037155454609,45.089572155643054,57.69728609843161,13.370216790076883,0.09086714521282602,31.455139118420966,34.21781897190805,20.407282999199236,23.45187015446548,92.61532438874161,62.53544547972689,61.62316328600635,1.1902383830378227,3.8129018546527824,77.86226625628167,21.078740107450813,32.775288346142354,8.019196431290752,5.094293040185693,8.517885062338578,37.47500203368121,2.5085811985302353,10.437067096609198,1.8222476174801159,16.032297287415666,36.7205065319736,6.581704283563072,3.0316583583636856,1.8380280482103828,62.55378288460134,12.219851978998506,27.644327519727312,16.278576921003594,1.0466910746924074,23.021002855254302,5.312610724063857,59.31580564467986,1.665165116892041,1.8078443221479539,1.234801366048921,44.77999506564,2.94513101495588,33.69335127643356,6.960033169891645,51.35121932744507,53.70140752026952,4.1486215785880525,12.961269847592874,43.49207634846801,15.226052935508022,8.566187270472946,82.4749097662117,10.606926749855079,4.524123171048777,22.714453956378,30.463213445258365,4.125117632560642,12.674569889883514,31.522695589816152,22.670383790962568,20.934771315139322,5.017355463600168,12.539733456548397,30.664506668369064,35.39239840226547,4.297234007969831,20.947715150003297,30.89448106018868,28.523146706619343,14.946658643499312,12.115332730993888,40.74216848180019,6.244910320772817,66.23496107012983,28.035140168095147,20.553350092991206,58.098722249458014,5.799308742062415,4.01197288377057,64.37650020462934,22.54772354471075,29.871637361983318,48.88646088728573,6.130285655264722,10.927751652505393,71.94544693810437,11.47381352304273,69.8744697527856,2.6453839812540014,1.1301534848738743,29.211494765782575,9.727170168180365,28.018752513486035,1.3076951249634021,14.20879209190823,21.854541531747827,55.306626937316175,29.681121920074872,64.67102050810382,8.813848677580975,17.38186704283915,60.175757236326014,3.979688700338574,4.786115571445599,3.4142778323245415,1.6275489418661193,66.97973973464494,27.471786628350138,63.78515553723672,0.41085439081957276,11.633834628915931,34.18007743558081,2.6998761046977293,17.91453034460946,66.65725837632421,8.36869352769844,2.5499320593552763,54.965120016625605,22.83666176238622,25.967715947063915,0.9875327413045252,6.003285916234679,53.72707705240247,1.7735403603181599,51.68687536997684,22.49665345067264,25.122110820555665,27.027224969156805,39.044882429846275,8.366196573109974,16.63829063173391,3.5422123892343365,19.95314628536145,17.66041127477608,8.794596252246698,5.287733143187754,13.778258776562033,6.111856324111699,38.70783262389885,0.5679634710370749,0.07453145345246437,16.796900075517726,29.869466906995445,0.47428872775074904,1.2568151719290617,21.94104439202266,12.992900655245215,86.31967700964965,0.8906306251735039,4.622186576113776,31.002348413113552,15.730623267134707,4.8618877286328654,1.4873463016917086,9.084480211222868,31.25014632140758,25.549284690379526,18.223974868057713,3.1897396779138063,7.640716848412069,5.5858470106729285,0.65708168783204,24.65063003165365,13.457943066860437,40.48543806287629,1.6284235776778289,44.88295302044357,0.679534763134682,14.833863471478267,5.715819729755456,1.9973641937858098,31.425655662417306,37.321589476298655,23.313728329266326,15.398731372182546,29.16312016385327,42.983804348264464,12.04723504597861,3.742072988488495,4.525459734918009,23.301255948146803,15.000612747774625,15.445857326776945,6.692436088366369,26.70108721552713,1.2319270651850567,24.48473832359488,4.773080746958036,0.6793275369397556,10.077245896316683,32.05063715188856,1.0338533532791683,6.326011454201197,69.04293932854532,29.4596140019449,11.10428805214407,28.702814127277232,48.27944848163679,10.438876464173175,7.7357962829242695,5.967640135438379,24.865104915799442,10.141996382420736,43.8936838105734,28.44796553149729,7.5508860151507715,1.4259695628938251,12.88080045111787,28.706364661329907,38.835870950817885,17.61735440718214,0.9953821089284105,5.668825954631471,15.560359975746834,2.0084696437573824,55.693933279023476,90.00042542483084,6.75026987380064,4.2658475460348395,0.1172489461346311,16.95869312121232,27.626502467736728,10.240195237069837,5.269726949579323,0.9481828918273045,40.324241441317,14.176631634988567,3.6141621283941987,39.48635370236758,20.925225833045612,5.515024616374035,20.40932192717109,25.155193551068123,9.193617991631953,90.80229376076882,4.351106282377415,42.43745287540494,9.285736516508571,29.53643592688656,22.96137985839885,21.523444519615598,16.31270337426097,26.51145363304766,22.917435998017908,19.582140961795893,39.438269359402526,9.546376658610981,21.38600490399384,4.92299222619198,82.1385092931587,2.3853567991919746,16.78765855593779,2.706360674389785,79.77671038897529,26.818915735793592,7.819725474464468,1.6188968537925774,8.183886670035957,32.435207132354805,6.9007861622194895,4.76557632356424,41.868352474408674,1.1437572643437144,49.63952484600597,19.41619017103237,14.338788205990156,12.615910527478057,24.386067011687757,0.3797074421978017,39.85021738530345,60.85759057967618,70.06520089143228,60.94515417561105,2.54318990772844,9.964603186764322,32.17406334469638,42.355178821676795,48.276329910564975,57.700616938659024,14.733647658905113,66.34830627249553,12.461492374917382,28.559511666163605,21.28100653069096,25.15836001174703,1.9213839056878683,15.849477993929774,23.134170105628115,34.60648049638342,11.58550462753892,29.21800950493008,0.9788742605709331,27.2338332568445,7.414496389262936,51.1760497091819,9.353011462468647,2.4065809566156338,0.7179183702386425,60.16012474659044,0.16928687932488407,17.89612486961782,4.366520481156842,1.4730353879921383,60.392483096818104,36.29280275641421,8.457668373621619,12.599039787457627,2.6653400375542304,58.039857518336234,32.389991739370416,3.030405561654703,22.653644074381077,56.10220080195105,1.2721368911522442,5.933725489568392,9.10258208347402,40.35801524366942,11.04523072004531,2.5128172093164665,10.994048413026093,0.3014562465945758,46.33373792089766,3.8584248392461324,15.076038907904227,7.614694324794426,21.552460426802924,34.48761365770604,11.903768666222078,46.81379548917651,2.9512208353047384,8.750347395450149,1.6462676151101752,23.97263521399985,3.452309178152568,17.55072439795972,3.4648622050862485,37.20310160101261,34.94128232059567,53.14662230131687,7.302393528402682,62.9203677546603,19.009598391968098,35.332415347536106,8.173008693360117,69.02380389143875,20.057063396821764,35.785621193100496,48.290883959858355,2.6129226989918806,28.585907570783576,0.10710036754486651,7.52267647094143,46.148372901897986,38.38856929138659,19.54920103891159,2.5647673815220067,6.306926367671018,6.169989974902723,1.142184881607566,3.029068101313001,5.323627152094716,28.2053572455564,6.964231038997493,65.96683679614469,70.09197675409534,42.2937608997245,45.114301896580024,36.49642459794099,48.76418643603109,25.018433960402074,23.628622199836336,1.8969513867013732,16.623233093872713,34.03664122010722,10.517518524686238,0.16515991354002502,61.00079015634125,93.52412798940074,38.49688897537498,9.519437853705831,1.048480491814055,64.67562719905897,39.26195496130971,17.49215312096043,77.31237836215438,11.787061584970859,60.18070203342432,9.421893159616644,37.48247041572665,14.045224494764774,65.34054322303332,5.930480176734609,0.04166668933967799,27.82587835335446,4.492462008344994,57.97167086738657,6.145777902416384,3.4018255019311217,66.25034195170477,25.437638996899615,5.358681346372663,15.51946103798661,24.976460349402323,4.382601051282586,12.731170260181168,6.382841054089095,75.19825412764379,29.282425711934813,18.12186071898641,14.550458270741274,9.092288728809805,82.27230819830591,80.68753546579242,42.25656157288367,25.85679264230737,5.002865854969514,44.79378278650835,1.117795149329075,22.40858013507212,1.1192621019143933,32.000267653441995,4.647811525738767,12.01346125979137,75.86162267320601,30.39116706510014,6.1679929204874995,2.444399625811567,7.812030944342041,6.800407541236922,2.057568410071454,42.07946819370402,29.71836872608089,10.084949812727672,3.3236340452448268,1.1100870775931355,41.72110579930338,24.714159051828858,2.094747908268836,14.871044114990774,18.38470263604938,5.672221815286349,16.011412840325047,0.5657170118442636,0.26345155886926186,3.8408132918391957,26.86572228199296,3.0994853377423475,19.53412463085543,49.90868972270722,32.876907951159396,27.310542073498976,48.36843113992486,10.180018432233467,10.744519841794586,22.63730600960163,6.185494553248394,0.4725161426195057,23.426924646993207,8.47023400085661,28.272207726100795,2.966019119028175,69.94673918629744,54.62936209804457,16.27230328657553,8.168937335202564,6.470825073479213,38.27675911234291,3.0967315557602006,15.102642154625045,81.63435280180606,55.06893466922856,91.89838906434873,2.2340015616881033,26.863046231325647],"x":[69.61502411663353,39.343834097721796,97.13952630098349,63.34473144622046,65.70995341944533,88.56045442617905,24.736398647968283,99.4751294219557,58.173202830164186,4.481644696278031,68.14269565200932,28.719782368433222,80.52091174862196,83.31655408627773,94.86850958728645,89.9781451032611,71.55562614643952,9.099287136476919,31.649875248893423,80.18780470216429,97.27278815537487,77.556988254335,32.84807398497516,24.541391970464165,85.29924900018521,3.727254433627003,96.07915954011615,55.156931341896055,40.854255692729346,51.58400975819764,79.98226534791807,25.51371223196813,66.29248111100404,61.23082008672481,8.945695832733891,46.61617226997207,72.59401364921916,99.30089051508378,62.98798503964096,61.0397708194109,65.58006654493506,63.99899536719936,39.30112165757266,22.314545673031994,74.74698766984972,16.221292915108954,36.93018119687511,16.28349989680582,34.64013440287166,43.58912868057424,89.05142456696896,51.862278428690075,52.43478891427582,18.4273785206288,76.38857822560058,73.91996393544696,98.97291568177603,19.54874796527616,35.27993201489509,46.97034072184455,45.55479970551198,39.41757964622236,22.95574474998493,65.82196711744992,78.65405034129047,16.853441807653503,10.79681554642644,54.74775043860286,14.214440524207529,4.69246482124781,55.40631926224404,4.303728298327735,91.60469052403826,34.90121918221838,84.00149188386612,82.9763275621022,51.03912816059286,59.632358710173186,32.28649418977262,36.635071818226386,17.573911810000453,42.222897712371754,24.201939573390142,33.07377432318914,55.756616706320195,28.887357112239453,26.991417491902403,83.13760661273375,23.976958052507737,59.13148855807262,66.12416252709897,78.10587162099905,48.22444609240806,79.31630275068848,61.63740128034949,30.573123732540342,22.23448120973317,60.77173073771854,9.647280756138532,63.911716544916196,61.30793391688879,93.12863687063468,58.38914283357899,13.566097752950512,50.62604043964546,89.09486746919156,4.763583729307386,98.05949388676744,19.813817098593777,93.69410430897453,98.10694042155357,77.62758407127735,57.69190538632877,83.17526181670132,43.70699618550841,34.13827523719283,10.396865903597662,52.6258181113884,50.97241036049682,64.05144021401725,66.713912139933,19.05062503781261,46.01398482284345,60.60971478601692,33.38197725142371,99.16604707709831,89.96547005859114,85.45904574191026,69.25288049468405,21.439119162484477,42.965756220937244,33.91512460074717,8.68475252026293,40.77619347979442,47.70569472265505,9.58928989409289,7.231528314291502,65.47088460347562,60.21091527921942,73.56537562691577,14.604023772562236,83.26138541300898,48.22772640741153,89.3315155716667,67.53201388422464,25.732398129162416,81.76133104936298,42.57725899935304,13.462720689720964,63.18362722361336,1.4596592114323514,41.13706147234713,57.19442894895569,76.74537388274364,25.165762742680776,99.39280799821167,72.37964834536828,73.29569282543929,18.983498612578444,62.71187208588442,96.74269269359029,21.451627134776707,25.11175635670161,65.8052641610659,12.844825839570252,19.873423117352306,88.52795414301661,74.73858695230835,55.858852780876504,59.85473771979094,86.74510429483313,46.06279043821229,17.405855983515373,69.14798009020126,45.03746691036202,31.981230382782076,95.81714491515547,90.18285719678524,45.264708062110536,96.7080651768707,48.221901948783284,70.13493311546706,47.94781360015041,69.0531812653266,51.33118119119304,46.81499895829734,56.52812436417752,79.808818247239,95.34909737744395,44.09058094783146,40.20421492501871,21.70317757822898,10.401655712452751,77.61385884310724,81.80879105666648,88.60478731583893,17.02260028773135,91.60004296633511,69.62682770313047,19.85957001334033,10.452393552965322,51.601052476954436,63.139160586160195,65.86284753909591,69.93677047450394,89.73519760334611,71.01006367466067,43.18038727329585,23.943566449450294,14.389974274256634,20.716318199473104,72.46679420930639,7.679704802482679,76.70239271975994,54.24525838784272,64.1287606924306,67.4360491489156,87.77079656505323,47.382722265241526,15.497448915776458,68.36727319778049,66.66130335139141,58.304617288846764,56.087112533193626,93.40638729464051,74.75912434726084,86.0512381650613,16.019375138545968,64.18484293625806,0.8591977825131991,24.730148335884593,43.867713329404,4.844116419828037,11.069410186699791,71.77535462365016,83.08425501055841,96.99068911653328,61.989488481318446,54.223443597719,45.35541969967702,21.09546733344795,73.34582347499486,80.43960501672304,32.63074345717945,88.46656861304245,23.816477912334445,96.92254773130524,89.49303014682468,13.119471618450406,11.99399452451777,67.45395890250241,21.86745641456206,96.79990804757288,16.362423710409413,58.21193043268595,57.17733062005941,93.00128626280295,16.324401068719176,5.738741481233733,11.919522883673771,59.80500073672738,45.449499308120636,31.431791049364254,57.10893897474247,31.064787348781387,20.94259245429807,42.46960390290477,86.57851927680801,79.47476265426516,62.05578965777988,85.77720216857327,36.207351271501324,36.81502871758825,94.44367327705973,67.42572119830776,23.751759236581783,30.701587602133607,42.0254402922728,10.556848796677132,33.649532179623776,24.498201540883933,12.417448181866419,3.0089959177817205,74.91809370508349,54.359064133150646,41.89200767816648,16.174438339154882,44.96850905997839,44.10923695389235,71.0809559559922,56.045261403494514,41.02974446255978,34.58806597186772,97.262055891594,30.014769355464253,19.674313339421325,73.002880192917,15.401366855026533,46.33969376958598,44.44703108275918,2.692332559428523,11.780998084172845,79.96475096614589,15.677970853934154,74.46616765812259,76.13777903699827,18.88266895567765,14.035025117630761,33.59734289192245,72.21212062643475,65.57040237228054,84.59275076902792,49.94604587371164,79.4289590114666,75.32065006949402,45.18720128175152,35.27509221669697,70.08953506026863,13.363139952338143,71.33137668335486,20.352785077525482,7.310614263884019,9.838906856479923,89.42451297900205,69.37998299030188,13.847299447312055,64.9546111549506,46.12129275615416,33.57304561919631,57.11482337216637,82.20169622847287,14.266726463919287,81.80715626217217,1.2911916640548138,33.46348246180379,66.53970234442914,28.473933710954192,53.392061825710634,44.354144988530386,51.892731598496496,64.13324220915871,39.17976260942875,90.98442460922325,11.935394497935093,67.37160840193003,70.44843828611965,2.400410680907783,52.88455270837079,66.9273986448335,92.12121610715542,72.57610459664471,81.3419170985973,86.01517823645324,32.36604894001779,61.39320160831395,2.973118179685197,17.03570303067744,11.415752170476168,8.293771038041985,3.934043100981177,89.58795091724505,95.65078576504352,70.59201500428459,44.0753494992935,97.08175661217571,16.498309645524046,69.52799752978352,78.0017819306397,96.23661156879717,76.37042352412713,17.66307216959826,46.455647717693324,51.490186325310376,35.537172707322874,19.89257608566579,34.58240055678918,75.47812363998862,13.852067168660797,43.290152017249184,76.53516652341112,73.78623672934599,55.423135358837996,42.59307688445798,46.846279511099084,65.62813447905096,49.73872693881487,16.32133902724989,46.4254420661927,54.00232416675861,20.561948654087246,42.27185017354027,28.22924782442001,14.226650160336884,53.656961023973494,81.33475453174648,3.3332061941456326,11.550688328911185,99.98992977176614,83.6790904880558,57.914366554466326,12.99149863626904,68.45770474739065,84.20991027023832,12.090402277406497,64.82347038405362,91.16127864356609,62.75029614097277,72.86409025246884,71.66129577590242,16.607872926148058,26.942402962363875,80.8848636874593,79.70227259485942,32.33210998827567,21.035691083235662,77.44247125529427,13.028300796153225,22.74946995554501,83.62984508616675,35.249047001936916,63.821060818089656,87.02293003671639,86.01666987742999,70.81748036371333,45.69069998284546,12.101048039991646,99.78440449820062,95.8484275957079,46.104883622579926,26.623846713079015,47.62548489893247,50.66627642638116,87.35687893605086,52.28173630256322,77.8392876958582,17.198237716129682,55.34979121287743,72.9800026673162,49.010844803714626,40.68964996236548,70.11516738014191,77.46956416496742,78.73685620706632,15.60748571856404,17.517811839676245,12.172656128954195,86.80644464782881,55.260781049124205,45.344971053274186,61.96358959288874,88.97033452913317,64.07815158632067,49.09671903119144,42.43831375656847,64.47718835963846,15.539196019323665,60.32390457949788,22.102119085222625,7.274171295417231,45.15178810820859,68.27100360494994,84.93502964265025,75.53306400983175,21.46559672446645,19.668367016981726,36.72394450277285,10.479551149403132,12.515629761004787,40.63261887224802,47.79044753788053,35.276383361393684,68.23267693438913,23.458399528733576,49.97934705798664,46.97802966972438,2.5372769001559714,70.05368803315906,14.272521746409073,86.50551564465592,20.421555708926732,82.75256439640685,95.70048175302095,79.03519194356673,58.718183103918754,44.398107664035614,77.5896866169552,8.292178375595594,20.588216023225836,29.951694892787394,65.85961912894656,66.70805547197041,86.68307211645974,87.10280879025399,8.524488021302856,75.84551723593864,91.54255846801733,41.069089082600144,33.74801381163209,32.763060923599575,76.87037513478253,4.026702021892836,56.49321992355092,85.46120409432038,13.538276726927222,70.86665905153944,10.864306652150935,77.61726864389709,58.019113052776326,87.55032521198918,22.622498247237054,98.0642087217625,78.35238435163464,71.09437466274935,70.92032823119094,56.142843685886426,35.567254826839346,87.10493051428928,13.364285746252413,56.9966647381029,18.3712007326831,39.9760467739835,71.99785004002823,37.18854294785648,62.15489230711403,66.94930697089649,52.35563762105188,9.20012336211875,28.21197253886011,95.86189500280604,40.71464874003327,57.5762478232094,13.017465425831698,86.00107611701036,18.695761806807276,78.23485935835564,58.32951626818777,31.097597662254305,26.176396259769984,17.127691697421653,26.47373992260156,43.190999571880454,36.93459161823564,51.06775214297179,62.43750964813602,39.18114279115689,71.96920357428193,22.87134466403453,98.15766477253806,61.02597210651044,34.645797324181004,76.13163266877737,48.703436227051846,47.672196003115644,2.660780865289103,24.882265394760072,13.639934161317802,47.90192162054956,49.80640497233695,61.282850112285935,1.3154315069732414,57.73676036650629,13.883129090755475,50.26969879318736,85.96513919051873,14.943635338619677,56.33515644587066,64.09979835947112,80.83829853791312,88.54166068005415,24.885138321124202,60.17893424098519,25.44233097590849,15.059899540364441,36.819607346525395,49.27549487036972,83.1735855493998,47.87964218855867,84.98102022697857,13.327491950370352,92.73721246258191,34.77912829556614,51.52677571791763,4.05505125714305,3.148490813745264,46.83454336039391,27.845176932064717,30.673164926356932,94.59498183591712,94.20540949085454,60.483448927095395,1.831615713615553,62.58573624561492,20.120154174879335,44.58169264388354,3.9493435899013773,7.437759410988254,35.58776504228466,72.87997716602639,67.57459303359117,30.021195274181732,24.443593120623785,98.91070668674577,61.3702609624991,43.08753837620285,32.52124451789723,39.74527203000876,3.3537821503531684,6.384308348366541,13.595678689605018,18.6172000582324,8.639149521289236,62.206489563055456,34.77707060951136,13.517261033458682,40.37229129523936,78.06321196740194,66.09062226530325,77.94964350232418,22.8535318296034,2.994716679085796,77.30343168144604,66.03038519904902,98.58175021220345,78.26233459088363,94.63221902618069,86.12357361219082,77.08984215595731,34.34434481479616,4.116748980234009,56.67567291801663,99.16146448175654,79.41589293091239,50.085388831419365,62.45342193015576,70.51034305203102,56.6588686947545,4.188477833994353,62.30964736444105,52.57401573307317,43.04395112659451,81.36388080372315,45.440413338107376,14.982863886042452,44.185449483199235,52.85718949664883,39.16412881252697,59.90533640834644,52.15090950689291,95.02332530627208,13.554702419173893,47.21845681758505,47.31864165298849,39.471867973846585,95.40861600136894,89.91108979285781,76.16919395811344,41.93010401548566,85.30761833311121,38.73170730435114,32.43283512793532,56.60745439945496,92.54969560189711,64.47847375943338,45.267952459013586,79.64830134186829,52.42943344243266,88.08236083050006,87.47656872782406,93.3621315820468,30.25193516632969,48.94117708532053,40.6137040337045,54.32623632572812,75.70760389126586,19.6500393044477,50.70002432185029,16.56843741695827,72.02679532683908,42.68348759150603,88.43680483489132,12.775062960752848,34.6731613633766,13.596968730825743,82.39752937397026,50.8287601406054,36.9086366977634,54.94133275543535,69.25625826364683,57.932812483547835,3.314977416008824,84.63941653559266,23.353572102411814,61.94442946113943,38.31596392408749,39.83113568583118,96.73609754331576,33.166077212862696,43.590912026027006,21.477851165310323,54.07019017715887,56.70523509935924,55.66180579577521,33.593010713545404,80.08427554657023,41.167948106232146,80.02006884313283,26.07336091320733,19.951195778419127,99.5719274410465,65.11298436854197,7.965945426669641,86.33589394312813,99.96550937119677,80.62641539483101,61.45176692310833,61.45120784896731,52.25438132061302,38.59085348584742,65.79070665432364,42.35924469374489,12.551892880235748,76.86172779116893,19.15556136974693,23.372116168816582,66.49457406684522,73.65722239031409,11.713771085485092,93.43890177334646,26.35267640854362,24.65082148855715,70.34695734428938,44.01923404100426,59.525610969996066,5.728297759880463,74.66827401534228,49.39050872214575,31.058095288694055,6.377200880420397,21.379272903523926,34.57114733980321,87.69203914612906,50.32152422438744,28.469908538867294,32.4743649725165,25.447051656371567,68.5406632596343,46.78319591951404,55.81178870429042,68.95753409977199,39.30952067606408,90.02930484844896,74.59384464117711,31.691979321595287,19.7804064444269,35.3206804985575,56.09370478218343,66.96471792648927,26.711656484851254,21.9325874502746,27.645155490837013,20.04542276127026,98.0866832777172,87.006440911245,31.848497207827663,44.72022188593393,27.056207832327285,7.681593482003002,53.52085030723861,1.9759566058807576,36.56591120117605,62.22452665669637,83.04201019216629,52.43005166321557,51.779027780258325,83.398179693371,9.347741033827873,87.33311131667215,48.41546886724895,59.2667885640903,98.13773736944617,74.00900734778232,4.8455355373439035,92.78891545309634,42.007346030535366,56.764892495171395,54.00957741978375,35.205760963816665,36.2140582840901,19.62085785683425,82.99702439987729,55.093527209347315,90.14483216044454,95.90110513623178,94.6539386479408,26.78456375331165,51.42745045100392,22.300211190230623,49.24983573296953,65.95501034007567,55.99975326106963,33.531717930468055,76.84475027937488,40.68418060667195,60.60372779484122,20.40330244897639,25.14866887095487,10.392117039046678,10.90334322681995,34.90386810105589,51.95893251213335,74.65773966245037,58.333301922526005,48.41423153737945,91.82226155030881,98.94882532365914,36.53283024091706,47.95577812482229,13.993305410833623,67.14365497598568,34.15527876513487,54.604578238772994,17.559726495823426,31.436945642602964,74.24049602324857,89.06526691384279,78.90071879011089,4.428721489783394,21.048730214592958,92.83185659232134,65.26294103035845,31.890977970194246,27.575341805431965,6.283083103361786,13.583021667838658,5.784591255917581,94.69369524875967,67.98296571892273,37.321147496622096,22.060394443732832,85.38519474076523,6.062881866556191,26.31586230113444,85.40025884554787,73.49511046497945,23.175320604980953,28.169945707294385,71.27403630362208,18.08708143779286,12.656565673865593,63.7102854189133,1.5044356040419538,35.29933141915931,52.418631266526475,41.25271830543743,70.76738104023464,18.114022127811413,36.56652503684792,13.453364553497005,60.630721387037966,92.75821547767667,57.34851410523202,18.314256902447866,91.39125759579079,42.029275607116425,79.17247140349117,4.905794036274225,83.45372557820038,98.20794926373027,58.424370073348506,27.112261958586835,48.00639358683361,22.78308379478302,8.942095158682061,41.88889381114341,67.85980562319196,92.58913017096033,60.952362563865,8.763573291234728,11.23776113503533,80.82023057015319,44.076239288839616,10.309134905939764,24.929267791443888,37.0075852871829,95.20140556156181,10.673325771840215,27.24339866927489,31.86432159205077,8.150761771801928,76.66565051851545,60.061089984954684,84.4919404824846,63.42376179956446,52.94099820654421,39.16833951024215,74.00731098420611,5.609676167034894,44.44221362623275,18.915129203796898,36.21165286328506,52.03853758726255,81.42055470852293,99.62278799164473,66.72781822946602,54.59153209475058,26.426391549427652,42.10056172674761,45.3710117813379,75.28968137082222,9.872261941632953,3.612910250461665,4.73420934094404,42.36419765189012,19.345784788175525,29.994963091091076,58.03914656189213,70.05398998057227,65.89707018741137,94.19706447430876,93.63177830105514,36.73257320054329,65.5148322701668,39.853236809588125,81.93863255601774,83.9774284380108,21.24760817856437,8.426100514330548,65.31135825618075,48.120237907049614,31.14197081814023,93.1023715949139,56.62736338106554,80.20715405860118,32.22684191353292,67.51295272897178,0.3843163089402579,51.60238880236682,31.557686467379476,20.239148798846074,8.751059411329686,51.70688836355013,63.04696898179626,34.41360622978635,8.072475492779418,94.27526986850563,98.37219347663597,13.805023200465039,92.05279309551523,38.911759364629404,96.63060033332437,55.216875302032896,15.23345097948684,89.64494064242975,88.67397554573482,65.78345368471574,99.92921484596502,39.53973894523638,35.492176818884914,67.18847332029637,36.57251527008059,67.49034112745733,35.300689989213595,5.806009985803939,90.73239935251675,55.33194854644162,71.46548997439433,1.1236667372220288,67.13350141782111,66.58729095222259,31.091489695819174,25.837501945982876,19.59215012923834,48.50056151508977,4.162141687684162,46.48126591559139,12.464489800016299,94.11162947038902,81.81298593018325,38.31071094763109,61.1584647477254,63.50405634775868,65.75093641089457,40.56035498685843,38.46784855085982,12.50049491179588,17.26018882653474,49.23225150350776,26.949624217660485,30.294809625518237,17.85802809757261,89.27888301337447,15.46403884090063,99.23528539537185,37.100146109812805,67.23408591310618,12.311767833983001,21.25806120461955,93.07901295242638,42.97481749543608,51.522223657964595,28.94316186313044,78.96127241352715,59.86157608834263,51.08112737161314,69.60992729726017,34.36432878026463,99.84287048374158,59.24254321187446,15.734430468354699,32.63778362422155,41.9330917916082,48.00819716254462,42.03351472578603,43.02405509198882,42.71124590915715,23.526864420276482,93.62179358201873,31.420866382376612,72.98656709138513,53.5158274611006,68.57672180341363,20.745878128804797,22.28420339245385,2.2758537618836394,17.137515231417233,73.43987397729764,71.68896127845588,3.2502630155782364,96.19629465387835,30.693041152911114,2.829460034199005,78.84766205378178,72.46430933236525,52.11836343321521,40.55823147160462,48.48331097989281,89.97725026383657,34.98612841638008,98.11335935135469,78.74764160774082,82.18778749398639,66.38646467022186,28.867605462595613,8.643362500750573,16.05948158839876,98.37560516490377,77.85254945601694,37.63740071249413,18.077287199945026,84.46266303228231,26.911958754382116,88.85388806126164,32.92811587759827,88.57003032746738,31.02797041234313,77.23309981868317,90.72754679590894,49.122429219472295,81.08300544450421,20.623523759624973,95.1615382361027,5.628719899921419,69.11187424010822,37.14369252765458,24.144348443187546,7.638632108691212,19.658827111155098,48.77030924950551,1.0508640746942133,84.56060420245724,1.4848389056810185,57.96530992622816,11.85057851051987,47.98186007809555,14.789443896270738,62.76439053189642,80.75269124303213,36.620176563061634,87.9989748393201,64.56819993401955,88.10608835637204,1.7335886212797913,86.10171951950453,36.97228034689497,18.570471788527144,7.00068747138487,28.19255310070249,12.654450574889598,96.41754433609954,9.90700175040603,19.394514325179824,7.237095165701469,29.771331083749033,35.56767658804358,45.81504949129352,60.50929547918813,22.067944126963614,66.67063423409657,8.957305857936937,64.70104046952913,77.16857855584472,19.430067983051135,18.21256460298839,99.11315613929922,64.19588110255123,73.25993392473124,69.08944938941936,7.92716755691194,19.822515784822116,66.53010761024719,40.945724525022584,42.3766762409806,58.767611798014165,13.776316660249444,10.205544547387635,16.381337555099773,92.07102444670254,92.44220571993499,47.396002924269155,60.18913415250567,60.37302479536408,7.541982336582764,51.8085353823542,39.212502025418175,90.54470132091656,63.51486226445746,57.80297389183136,38.2800187273288,99.61321524894862,75.6713574844448,39.61430994908264,3.0984386651017215,71.1725989381249,66.33079058370714,60.11488306237243,76.07838055871741,61.95015541204495,32.14977409017824,94.22567409491035,50.64162120854119,64.6324938900975,3.930974068885895,80.24603642153659,0.4696315694658115,81.55938054375869,62.02579392791373,85.91337144398027,80.54467154388392,69.23849762341274,46.516804626523864,22.402355793932337,44.059704653107815,45.49969800053558,47.94326089757354,94.59739396750054,81.2029703806882,43.406304069256876,66.82765520105158,30.26686164740421,45.381007460927556,43.4384077085806,86.66103066631727,10.05265643971115,78.00540868713088,19.469864867800812,77.66565595934767,62.14388443473632,54.4956475527181,45.24785397542497,49.07059832664745,31.935887872348534,29.020926980469387,94.8711642665198,55.23081366977358,62.54088376217828,48.39728568551455,27.168992519254697,42.99511324404105,97.60912385147029,92.13444222747083,32.85939095123863,41.15329061430425,22.237018062426937,58.34030527168977,53.3117662832482,10.483460521617328,1.029996429771074,27.69216933381129,47.77121278828867,66.05459884527959,0.7006132196011317,48.66439467776501,60.916285397752254,15.931893173830913,77.8806461128899,24.17928393955996,99.00082996153678,91.31250529717806,26.033508279397722,39.95178996351826,34.54301138039726,30.712287169414054,8.77928310853341,80.26385889747739,19.04843044391027,81.2331569374018,68.02385328896403,52.982870265111636,21.81206385969058,77.57629263124316,11.613193314857561,12.81532183502011,62.7873317804736,49.10072111949994,90.65243214420055,41.67584630457034,39.64688396961409,7.606027535092041,77.39443967869889,4.265045941080192,35.890476088537625,26.500766252090756,40.96390429248199,2.237587250904638,21.326008035018297,94.90147476048324,5.602145278918957,54.95188583013406,38.294749123369265,86.93953701354057,20.583903577207398,34.598853872952816,70.77570085786502,86.55278824375499,43.913739093660574,96.3136969001458,94.85780666052592,51.89595713861293,93.36214016828043,0.04360093714775859,46.86495462977999,70.78112055864152,70.59684186305402,81.40786420411527,26.89207281417161,69.95268533087489,86.40279958758275,86.71509345598642,0.8177536453432332,39.91329063134814,71.41635670484115,47.51475639863115,68.58298581925165,37.15699561720999,45.45970855237093,42.60824596274,71.3623104429206,58.02034226942071,24.785173439224238,11.157498412491318,33.708780378778954,63.48736265798258,24.33281033862483,85.5755652114886,5.534903006879355,63.06825164919354,74.5385547110011,67.0950827478712,97.95041778103702,58.26390764041203,65.27100926020977,82.774653490223,13.43894119786947,98.10654124317597,25.785193693569042,5.327312463498224,51.53100852593007,43.29744175746537,50.645609455506815,96.26219498911468,61.82976213675185,44.1341818359498,86.08013436716416,26.31236375892779,38.02091527884327,18.2158552348903,88.23667840637313,87.17115169405126,56.14179036471951,99.89638909601285,33.36758276720786,7.805661436277012,92.0738564222469,54.14870527583074,94.27610414002507,70.4941222161662,77.9294216663999,58.83696379941086,18.064930833706192,65.99255463043015,79.27109359017224,90.2804302136414,81.67459167728259,38.88344913243051,12.124803266112782,56.49758786902095,50.5947145952101,96.96383241153987,9.582378165480499,24.178091761621612,88.98727036253662,33.615276884284796,5.031084451935309,0.9531585332235526,90.49330371799698,73.24559991820614,71.11355945066637,33.02426002679388,4.4719162235351995,4.574675665345507,76.545177336165,68.35115610421845,48.84529477797861,25.855594479398768,27.41289064978847,22.27569636797988,72.58531924441395,94.87885253157032,8.845557911459068,77.28554338322962,63.55679044656666,34.687215575027984,92.53887230751093,15.350956794605564,61.188790508257554,41.23316581451236,89.19558741549226,51.65082703259242,84.98024067579148,38.72021794451778,80.87653234237048,30.963278098308777,55.97328959187913,37.01421392110266,33.883332714146086,5.7563041342518435,53.29934990454789,54.846954983250995,53.69337734547196,87.54708354398566,29.633701228989494,95.9704325512738,5.389268281541526,31.434100545395317,84.39392206826145,25.25273690029821,74.99776151110747,64.93119702163081,4.302427407897591,69.9560208204959,68.87926943276112,93.46670671402525,66.52835002751605,0.48922676536794496,40.82047349146638,1.3683654578734883,50.88584831006015,3.5729429979477367,99.32862032790685,32.1810218577778,52.77953171854806,68.94366867564327,73.84747003524961,43.14053734097645,4.485368332464601,2.583010931463836,53.05958865474464,43.11268463639082,18.343992700763735,77.95128061440509,44.99983446079027,79.7692787827281,96.69950829807671,16.02179506192717,66.97215955148303,70.16080610491265,46.94706298072994,37.51466815365513,5.9850044113454075,29.326141179787935,10.500645032450928,0.026706814009080926,8.596411945524185,4.446710653209152,95.33936775825916,15.245992078122562,71.84591207534565,60.60979127485384,5.249443601555437,11.764794324874185,79.36454141401403,74.3215810588994,60.53867856406916,85.68724173920413,1.4811175129571308,76.31010668092108,81.73497360879175,85.9522440699026,40.360441511438125,86.01680425587827,11.584548091190472,47.28306928438173,47.69463121446208,18.090895675788953,12.716642870153338,43.16946068741652,42.2708517579317,10.308347716773959,3.6834505912308635,7.85301623709127,42.281122995463164,23.40552653756809,50.296467594097535,97.15847631688511,65.45140050960289,84.99728770280335,15.06956393151384,11.070924684919136,75.34498999219029,74.7607486343705,96.10045365706864,77.95835568170429,68.32561046494438,82.24641776890635,79.3054768017876,95.66763807492957,5.950270656527135,52.48754853905323,84.40586210628008,61.76910130336274,85.90372710622913,94.0841054993428,92.25076596314004,29.55955847025652,31.83376928296916,76.76350878000896,33.521203465240845,0.7265775870603397,26.3608670932475,6.727361039614166,10.043005152301731,73.76545963246302,26.46022918476072,28.853598234984133,92.5371314697933,97.23901892509544,95.93237814151419,5.3975336054060685,66.35455334509366,40.53789263006371,60.445180958677255,39.795004304676695,17.661034897688765,55.70664057970658,28.057750495270305,88.92727867274114,32.15392941659848,13.407235284738794,81.58699667229303,47.74430668018758,22.671849221751515,16.49541939495246,16.51948005228726,24.807730826362405,60.54663451936712,89.97506581436407,95.31966259084547,59.754204049203395,80.69988778724759,2.757543672980489,84.30141389248442,67.17754470928307,73.11770731143342,60.988724789735095,81.70972199548105,13.929414620614832,27.18132153887013,29.33606068204988,88.43053210657557,37.097363759265576,99.01832669115123,29.645059132593097,10.598963073718092,99.02847208287226,73.73737249210185,89.27218491684648,78.22240249162404,13.000771426453328,36.99611491828282,34.119215560035045,64.55241569177501,90.86425022247504,12.553475615466459,51.95082852750913,2.8987265225111636,18.188647263394675,74.23072969910979,6.123840540560432,44.8705378516574,62.499295859704226,18.151464748103095,7.391057600532291,6.139219956797648,12.514959999563136,82.20523511288597,47.50028854628267,74.34972100388187,9.981836420329737,66.32480853958917,65.85864391793008,51.597485895895986,47.628492083056784,60.83563553626351,62.29729814597882,52.51661165719603,8.774012622620075,52.876551222440646,82.78172611050827,23.28450691847035,72.61147150169182,76.9952842547252,51.47821209508607,48.46943270899852,10.936392136346907,2.7499162957890233,49.47522590525124,21.529608844941816,80.3805085051144,46.54605045679291,22.000143663385163,38.115731747252525,66.05192384386945,34.11652433171912,31.683565499826106,21.307237180699477,64.04887950454872,8.603444381367598,49.62760846901361,49.701609504732836,36.48875369941587,60.806419415030966,59.59574701622194,41.35773317315543,70.43810419671694,75.97030031617635,57.6846107867073,23.43907703138649,38.22004396740187,31.168805757825357,56.636935038356405,20.302908558270673,58.038591501786684,24.587334784281055,46.46194820211146,63.81160105319827,49.72212018703528,53.34020119680035,69.67012699368799,25.227303277126012,59.88765288503395,78.23206888994581,18.910709436463947,18.815255041641322,4.347093763710685,69.28843500715307,75.95082722128424,49.134357756261636,26.03385169691681,39.61202849780714,92.72491152361125,33.73304953921541,38.558444585865146,16.55581226024083,89.30745620977241,93.85198832755667,13.802726944504617,56.30548038783461,7.334758387530293,89.35758111044682,22.199816878766065,30.525383133327644,80.7600401977082,37.37526564455206,31.403591642480677,39.75933628323628,72.60938071292003,65.69566446397471,98.05406866136747,88.77949615627973,55.99901871797462,7.198007907045523,1.7476169227052418,55.98454528608694,49.52645075221022,82.3974195248799,4.310157157290484,35.70249334868316,45.614363806825175,7.33272295275782,34.186509487577744,69.32021148668818,70.86381846764932,22.66292130317139,93.36077105852796,62.05217052593359,11.071747785952834,56.34604063111887,71.33855404953022,83.97174726873622,35.729835565471376,62.65982227377533,68.20518919587413,56.725803724845925,11.404868887490881,24.195218186913735,20.56515417609681,71.35826750027894,93.40264535008237,0.2438907667500212,32.50476565407867,93.12229270555153,94.08683240195757,37.83899495708811,87.82796576317689,91.0532827080899,45.376355422876145,44.85463047814763,23.426939895490996,1.2764628909397002,8.00127026289128,75.12425426459072,3.7957433238764104,85.42630032124487,27.63855350547385,39.440064906285535,44.92250180881141,98.57625838024603,8.183738920396044,97.65915607703465,89.21902361349396,60.32820606892908,2.683826600720518,26.514399334508287,57.088753901610026,65.0950951652639,33.76013920512971,94.90668784677922,7.651674305570955,64.58587591712661,95.42474103065759,68.95831166408824,48.811673180872674,38.236729057863336,83.68530080613851,38.64830770355757,28.814127944015866,49.81345728403911,68.92272379991982,71.92354344578709,53.352764311640264,41.217406785070644,22.254429050314062,88.11926145272263,34.41814189705139,22.42276633240681,26.0680487014907,29.114669831587936,83.56564997278578,52.7013287188616,37.71216890995438,38.76885348642327,35.148865941790994,62.533324922609104,33.53460709797525,9.636215284729666,89.98445351710077,3.448510096661206,65.34321137617295,65.93896248540779,54.2650100728699,81.2958542812941,31.93649645625093,18.129536785683065,41.57796603021845,5.599983604397318,4.827049754151691,92.8101426770155,63.91363428711756,66.91318607570012,86.76304816973912,67.88485846623942,17.4443737577742,50.66665942325468,10.465640883102335,32.58327571802586,89.6176190039317,73.43147615758764,96.17763037690538,87.54129187998907,33.43756690077684,65.58134074340246,69.87197816555934,25.20609298496432,37.44433954603748,11.278297810096916,98.06292510160667,1.1368703488538134,66.79013325949727,32.8037765393446,5.875825169854343,63.15764558627689,76.50952431602661,20.298984244816754,81.28735260260653,18.851462724321845,64.50618167674381,35.71930365962839,12.231510792139177,87.0871542106181,79.88176526722481,80.97974535342891,88.50531034580746,54.23543452880269,99.78087500505708,59.86072218120844,58.76914519940001,93.65787241188876,52.48078110735857,41.82815192538008,31.91527840666032,22.72397416150398,58.44359860908832,52.15405378359132,99.32899757275325,34.02975729290084,82.76724187890471,67.8881763647766,76.01444177321781,33.93119588788349,80.78412024554174,57.38771765976524,63.70909947453151,64.60022443305272,78.33284775129728,78.97576001974316,42.3402840242898,57.77406900180786,79.40426898098615,65.1593754328899,90.79934239461193,76.7707095686404,80.10155858609797,6.29009578351093,46.83638420804718,39.13843647363486,66.11609735273537,34.061733576991074,46.20822885255852,40.020085046761565,66.28864384205788,39.15853630909669,59.4615865509421,17.98485319668138,40.966888066800735,34.627491895116925,20.99759463803578,11.763296021984726,73.52966184266981,77.85906594497398,29.087540443121796,56.61329569415015,87.56853812470122,47.54435850210079,69.38829445417254,99.68392753197696,97.64839749406805,35.03728444329308,16.624803322816195,9.819698579162917,22.716010559146817,64.72615862746596,53.882893147086875,18.21186256265409,66.55607344846133,24.248345382086413,10.687642041580824,67.90955385615383,66.92284289861597,63.6308942017554,89.67171953412,29.087089693627977,79.89028218981798,20.63773774301012,57.33221427539973,45.89764902627298,54.62904846484461,64.57070384226185,9.662631620718454,33.479682552462634,24.67927246854137,65.44113724212544,57.69022571347705,87.70547862551271,55.33800814641951,73.77802823727829,82.4413488685331,46.823418757521154,17.415261048327224,26.88857067080529,85.73750550516912,0.8395935771460916,76.55363750599993,32.74681342843021,99.10251713489157,77.88813361402588,28.048944278108078,42.466390783621755,88.41085696472314,51.769982880852595,64.21593574485202,16.32456229834245,39.255182461546,14.368611632836192,22.30989285264241,27.753982818833688,38.32364395835211,54.17061740444182,49.042038807736354,18.694401423472296,39.16386315373687,84.78762725743057,42.87880127260916,21.75348051322753,75.35853813252474,81.72166657677549,6.203030518774422,36.73061788591786,76.692522447653,28.092379007110203,47.4333653551675,2.7502923028706494,8.509134263804786,50.173655518035076,44.982528828881705,18.089751357566907,96.30435088947398,51.908761713024475,53.34923691315549,50.739616971993904,14.064466336221082,48.96405614730903,92.69811013402919,80.47711634379365,94.68337948197059,30.839814567899428,61.12235413458122,51.33531957388616,15.207989398386623,78.00581758653271,21.500956333529363,43.822933117491445,17.9794655044866,94.19047647531993,55.73785779951699,53.169599198282654,88.74289032360542,32.99510563644558,49.136540580736465,54.000258587008375,6.379699345921108,1.2076584052624573,47.94225831816175,10.570577786893354,38.42011429897292,47.533752265281315,96.69518380938752,67.94107532713608,24.62682541219763,82.65869113269198,33.15811122052635,12.86005958182822,66.74218951365033,38.67244183234746,0.6967849159554174,91.98512993349807,67.06624268873705,53.0015476243162,4.617299721363166,39.06431805850058,45.9019720491725,50.610733904791005,34.78462923933551,40.23730120520743,9.845186629462177,32.00103680084519,57.091978035035794,31.619523792729886,40.98115466480434,22.940769218116575,61.36103885207695,20.129235442149053,46.60520208432587,94.86155478644963,67.9427615458615,1.866697603453138,58.934899429545084,26.937269502064932,20.974803909325,92.31644647967056,89.91324342147288,91.32540092938748,63.12038629466548,11.422806324101575,14.09222242391792,3.342666570118158,57.26562136690346,50.38335094368709,84.73948034999135,92.44214956790097,90.49611428922692,45.21709550315375,26.509399411521173,57.89566291019996,4.712478487096083,31.150063886158406,36.368272969805695,50.49016586076262,28.363207492737843,97.63851542250455,87.5883969343345,40.7180152801393,92.07978701621154,47.808124369649484,61.19226544333226,33.26530662146705,85.20537800379515,76.36658408504715,20.052472696058643,1.5673194918032096,76.86780670878585,42.936025614934806,96.57850141270228,74.89699375948751,66.62337425799323,23.681200184017136,94.34404650720123,57.4989490083823,66.46319138892873,37.250230378678076,42.908245902208805,91.16980334204351,27.187071190058344,51.47346342593151,81.67931678537694,22.6997516750702,49.01977403314359,73.49218638099445,17.864674713825558,47.03768816105869,38.8461046111782,8.032577736310408,8.197276984221302,9.687998927911423,99.15917091944618,24.907381377971515,29.286885320804046,90.4900320910082,65.09641667584648,15.286570127269183,35.76389045234916,91.39577899467525,3.796163696473831,64.10480393747189,83.17539730201095,67.44957924627994,68.6176557350684,46.632313679879054,92.08726002548563,39.56333191249208,67.96831452142217,22.729798060865047,43.96059031318763,25.80699170365721,11.097190078862628,10.838517205285324,75.2395316921514,13.452387536105114,89.46415855448362,87.61230145154248,90.5851571771391,3.496476996453457,34.10229246587279,28.128527104260325,59.114413247200936,51.68181128156937,86.86569216217707,92.2653440631524,2.191968500900543,80.8541663458512,54.16605754346256,77.41173088445346,6.224039997773589,10.449060378332675,14.062020764995752,29.660813240285545,66.36279346549146,14.290729396191026,47.31374394787727,6.2444388404161995,33.08431381544619,5.895002076129863,91.96695595282132,75.53323142351165,30.282183696362885,72.8928257789601,50.64893159076307,16.077405776785227,27.36756865057195,18.656251732276786,43.4167821732906,79.5158898191548,85.51921817562446,99.48632340203328,94.01303663090866,28.343389855665357,41.42189826735463,77.30361800136937,67.3238835121014,83.75652686057403,0.11613297738400918,38.433704805856614,17.645638410753616,88.18167418514145,23.48246161447087,66.2913401920337,29.54722075377506,10.097369574160043,30.881013078773613,70.18550098891555,77.4335593246587,84.96437274468438,16.788249460762717,37.15037223910767,41.61358228449462,26.754389318149162,70.23638972457339,89.34602177206328,91.14951618395712,61.95848760699594,25.786867394596836,43.95266037638324,21.58232256571847,77.50455679000268,78.14367214781713,22.024150356698545,40.118617105759405,44.415860286417086,44.715336053227375,85.71448196162922,41.92227567812405,41.82949890940969,68.59717346637436,69.32372115533641,67.49093489339695,52.89462987504533,79.0859543140816,38.794361732452366,21.3828301600822,7.589975011688399,73.41898378593116,26.14170818868654,27.841070716512718,87.2338083153616,21.380568893314656,26.686089889716,0.7839294069150959,30.97768924545572,68.560304048108,94.40385705905312,19.364147616458226,85.61221134784873,85.19397119482097,9.477847437019138,89.45769154127937,54.207078889277604,43.00867176624329,1.2827430266185047,3.389215450602312,23.069475333666368,70.03093252163765,98.2460673039822,17.800161234986522,35.67173223106258,77.48905575271017,83.37165007728969,60.78852408317912,35.70571439433574,42.450497007238376,0.10189125444721725,53.498100635595804,29.777626476838236,91.6935718620922,79.9651547071645,60.02310414195413,55.300335048057924,61.24499537083257,49.6639398328206,62.244983954367704,3.0439900375415108,98.74510643485168,67.72346775901445,90.62616863098832,11.243344508021346,87.03156472228046,76.71440666972823,36.548215197806286,64.21766671431277,10.102650512378087,93.89409233982087,88.86094713158336,8.973952512771755,65.97194173990569,98.74698970570074,14.959878071161292,36.64541964283325,83.73604076762385,54.722075255440615,43.42631974444352,76.2166401768579,6.362230847680939,21.007665403501118,21.944383439840365,73.36103834481824,57.64157449954863,50.89763494533148,34.895450178727614,85.5901828702565,9.350833725585462,3.576782157498104,55.834848163336346,68.08199737311445,13.078040592876528,78.66403072666384,16.958069181047065,93.81585784518664,75.74767636154114,39.56092791925617,25.382065088020443,62.526164974079876,66.17519236977883,78.57265180172558,14.680184709490863,4.103895856828221,44.902504884618985,45.047097011156175,88.25051554352169,37.381694653928676,44.70650281193209,59.293623741467684,37.56268124100865,41.754740963419245,43.799263470998326,40.479001844475185,5.938662168353814,93.48116156989848,3.4294579753146315,43.41621371596365,34.20741391251156,67.2042106153457,89.12977113161841,72.46544342758871,22.735092559868686,40.721159708732614,78.98046049831812,5.386882684834382,89.71545235441931,96.71338979661402,48.79135446573086,41.359563011389824,85.33392838705747,66.83708449821788,1.5402965589611184,73.99174389735154,74.27700633985782,55.55281873271565,96.90405934652739,92.53754065037987,84.70096816952409,18.609954666751328,34.869995359010844,74.84415734662944,8.90418724688723,18.887410668167128,79.66916207597401,43.29092748332649,18.647178913939577,0.8641076150864735,1.5423051147641975,0.9551064730444092,68.75952249256162,84.47746451658969,51.48275458178843,33.520095585668045,18.45376683562786,59.12168931848522,97.24533898689019,76.890585408402,38.2529234936738,93.9728164024205,10.630772575021098,78.70954032118614,9.529629392429484,26.983707161025826,40.464873040014446,9.65575376231781,53.796367687600345,74.75437397421878,49.65048978438962,21.84402092471177,1.3758072019393164,41.38381590319703,65.5341535977545,30.415689819360313,15.931640083241572,45.56826444491405,74.36166155736082,84.03296195357649,35.79980245460417,67.46209544660906,47.06043466893709,80.64100910121145,3.088232315275763,78.70494016725324,70.59557187981325,92.36313528149661,98.04562953326653,80.3758606102014,32.693589475851205,71.16499812979134,47.073096354338325,0.22273855422620947,31.22519491456901,31.924260393246982,91.31563644758559,78.54834498943298,37.93894295151758,86.5132982883231,72.27457173182191,8.623665385507874,1.5198140282807415,50.36230643277323,92.37000440063667,98.28824257488881,50.971318418465096,78.88472738703331,47.795389298852854,15.321889107394625,20.497696201117442,0.4293655341282676,27.903463301494025,80.33425186912353,94.946708970915,52.26187970466911,34.1485823820703,50.01180914157668,58.48309637309397,27.98065705476539,55.11211013147985,58.19197677075182,64.67253665185537,17.482135345672013,21.56153105282822,48.92588613986666,43.760684909797085,93.3651880199656,40.305149777129515,54.87130133706888,90.85276437561309,37.421187466409634,19.777744358121673,7.1605848701222445,90.13187783554224,44.329299352757204,77.59826975772067,69.02252009234817,65.55130427492932,80.16168011944863,45.29219978227288,73.38929530561828,73.87349788644548,70.84192087156977,95.42371281373714,43.18978305057387,90.32330031771772,33.62623881216019,82.03896129768064,52.33915712745634,49.3798101573842,26.920167413874996,42.906189769017054,58.81906638469937,16.92470536137849,35.726653396057,13.104761505318441,97.63466729981903,61.966999376596334,46.388770015611534,87.48810471164276,92.48926511850343,64.29246066348335,88.43939978833882,6.50423295836543,82.48075167398163,71.58556789565483,59.791130350951214,40.199234043944934,41.34075628168875,11.325180648703725,35.29056335849747,5.227293343362205,87.734143621805,18.638439613971812,10.118679772925587,98.99035996222553,58.87877814221599,0.32801643930802094,51.88479323821068,4.849897626240496,93.33895379811405,37.6894924120046,51.32864101030567,61.25834312934091,20.388409625479376,52.185425562809705,23.18439964308453,63.78243734365814,22.881421880431475,95.49988132154976,19.89743399771391,5.018840971195681,66.37991232935101,27.02030174662783,34.12351943548318,9.875706795494555,32.64736095802483,98.08595969701946,9.895078083961895,31.688479403142622,38.24796439887073,59.70803482333026,69.52778621544242,93.50926629602307,88.04208142254977,98.45902509003544,2.94614837458238,76.41197337035032,1.1559627624689761,17.974290688105032,72.74352620945301,25.949927030308384,22.406292538461326,19.771674336961944,80.58179424283772,41.43038538729655,21.184093428126015,99.51052512506922,51.86831738935342,22.202415131516894,21.719721973960826,6.902130711421983,26.850137690035215,75.68869267364319,73.24238791077897,53.17409610436944,10.320202321250349,77.59799549264429,85.78696638918143,14.262306720675511,70.69036553461592,87.99660205216969,69.52906158709008,84.85617347322129,5.995409933173579,46.7576721577882,73.62566149146298,88.70032235889683,61.98991260572059,19.046026443563115,85.08457620514584,55.846341855710754,36.56842121239025,89.74493322291465,14.35085254878864,33.10710141055188,36.60099182100598,75.4069144673304,59.08179788658814,57.052508866308614,10.552443286673851,21.909832337155578,32.86575333356594,83.55473948775021,86.81978367832244,70.76545293372118,17.102361687249978,51.57198791244956,15.994906637113427,86.55233810455174,91.26430126168408,92.83861998785528,44.967290629858994,25.06633811346507,3.442206862381092,72.18258539020864,90.34929127064001,6.511628267435321,37.706091325575066,67.30506942221606,74.76425402662929,0.18925924751750367,82.50610645538957,86.54706744983507,32.72898695762575,77.47466725334013,84.12559429560419,25.22972445500762,62.71859962563513,49.35900370910768,82.33943919759665,26.429642009326905,54.28520530863743,20.23257352801311,41.765092842611885,49.85796734267245,17.775630766284955,21.008573313849254,29.013655223343815,2.487508371424363,72.13309393232315,36.84714558285391,18.38087837015191,57.71832696080248,18.216666098698287,26.065369439492116,77.33526857422044,2.2454997871263815,39.300058588971595,78.04859661276151,61.11451628267391,35.87811321703208,34.803742822508795,30.738423369357715,48.808173989169745,60.486286561715396,39.18534629536741,11.14331344318944,44.842956659898235,80.43975598188854,42.617167058024144,96.8566755246034,39.679846131289885,79.17606212830933,31.66276449297967,48.6986530403679,48.258566887122164,50.7341458381316,77.06196805347271,87.72452775386134,41.17142170828313,56.05803529142972,24.07775286858631,78.30885461818703,85.99618794519927,65.37478448767637,46.58266370201688,23.115920786145573,93.56157480348423,35.929037911429596,13.517716316148132,5.363233190553962,4.778273433999136,53.8820950767361,62.35065718265812,43.36082595860774,87.04575988349616,98.7196457963752,65.58668109978387,49.53973062523084,91.13558244444161,26.413106193578617,72.16793396702322,66.10280730515092,23.361793138241303,23.85829615309666,23.715564275135527,34.11381083558148,96.93389164726285,77.99440918535339,31.624550138701657,94.02495075014092,91.35941752898407,58.30298230657325,92.06818838582707,71.247933722281,90.19418057235534,97.707840903503,31.301449645929146,9.16213878021308,33.180678681331,92.00373033299826,61.835006610671385,70.74709648908059,24.31717183941816,8.801301384464777,88.64884151451533,47.709694023537416,12.815108270916065,0.9809070135193054,47.519555876346956,39.94458519680333,42.660677881837785,4.36573574678778,72.07961532034602,61.715474119070514,27.200058105627566,42.730587364098064,45.72738703433467,4.183597884454871,90.36269357056389,82.72190768417387,57.75165618441947,41.181380260402456,5.940512075457438,11.588235228452426,75.33249977154522,76.26003650993174,99.68154792714714,42.29262697118499,64.44565608084297,55.90736129623183,80.56931586436541,5.290066959716954,30.30035884735379,63.25593678196962,93.73658776422913,1.7914999307166113,59.40673576647818,97.96618782476008,74.76009612711813,80.15966161165663,84.62069806582096,78.30188894779427,88.51468013951725,33.928961626855894,59.09643355062945,29.02613306139652,83.17254805226551,24.33043926791284,84.50628724768873,98.25648873507805,76.14412688488626,50.86139515595097,88.6207166322467,99.28937662177883,93.60217326505015,84.72022394012708,32.77378754324655,39.029520739369616,67.88671029654004,70.63423868696994,24.473750289792807,69.63909400629883,74.15994405654202,65.05975179284682,11.949303690174629,60.54343140147651,37.113217667390195,0.18793006088658748,38.09612179972655,16.413436482153198,51.460911965079426,29.236476674671252,91.71938741880929,80.6416341370521,1.6616546902733953,2.2082566377814805,19.448942363268785,98.95765959254834,27.082249463975273,16.345242035511585,17.164106790893964,70.98924844465408,41.919764760441595,56.6697234670404,37.01652238345954,32.035619118789135,67.08730781491413,9.039299975788905,47.236089411079455,52.216874450184825,11.020182668759604,84.57965900549121,69.12298889839398,0.18337197210896994,77.09016304033219,23.979151963010857,28.081574427568455,88.17555665210782,8.784461990326797,24.264614013337894,24.97969377547562,83.7769274810541,12.231249834870894,55.91260903401211,72.80687390284102,94.76348441637133,70.9096875538903,94.37481375822156,96.90087837461519,72.91541257234707,54.58464362952738,4.215568241780376,20.556172772477943,9.41774308042186,32.41466610137643,39.990152001471714,13.923799062416652,41.71158513956049,63.84757001027117,52.585582745550184,80.16165209661285,47.68200109534827,99.12219984372868,3.8925194843170363,57.69584642948391,83.74240672720022,47.44347685496858,40.9047549246075,78.68799298475786,44.0151093193209,90.86403516717326,19.94368797567504,35.48038315437027,73.61976567383954,51.3355301599232,62.315497472695384,89.44546532596793,51.073900484091354,47.90957909257845,28.229860753667136,86.09945207042993,74.42672415769087,34.0874280143798,85.26255909370998,2.8945165512939797,76.11018446847395,59.29715034188398,55.96308813181962,35.47253130272918,64.4071462148448,99.68848479334699,94.55634210164064,2.9426081735861698,31.30386890340985,24.96796978889102,16.79823440148286,54.641449865624544,32.27214592743815,58.01444751739921,7.254586939238184,20.063988951256974,29.832710523059102,44.396616484202355,61.039411726573924,11.017437305078293,60.780159318568785,65.05838488198438,83.93433563295171,67.17953025703437,91.87523306308084,66.67238459643237,70.57914365741425,69.19449889542301,49.29101093815764,66.73215760237308,87.04006493616471,85.45036630771699,48.26437443543028,51.524838904212864,3.866959580090412,20.799202161708074,68.83510992444913,77.5645693483115,24.526583317646946,18.983158020380774,23.724042715083403,24.404203661878,92.95466935212133,25.0530745607076,91.05440351887069,94.71855137029469,39.548307756535664,13.736034818325848,31.633614160492307,58.45980748772666,5.5871625508820415,39.888181616887984,49.39697596908421,54.189879764955975,95.46884386221122,1.0862007243514937,57.13735236414313,82.05021598892186,49.28388418451164,71.39468304956085,79.63039271221088,71.74844372211643,74.95526571951227,94.60347005407696,1.457668376473653,55.33132766985594,55.12892246543194,98.18739220964441,3.1190725807390796,10.281659848134627,97.12200135682126,20.527396940896793,40.94431737085158,12.231518170536704,52.670676057515145,66.41625465397686,18.638539614636006,32.26136423777572,32.07244675449722,46.29372508858259,6.001408425663691,89.02757800711117,73.47400824873685,42.84972622714594,62.99056609029523,5.9510913470831595,90.22609483614752,10.033706944755883,3.6663148802659196,48.90082029935534,50.56272218541109,51.244137657936264,80.26005514703631,56.47255314559105,45.57717784371561,20.862233545915686,83.79963061239906,93.96802001369223,18.35696909092356,82.61246452911205,29.28872096782814,78.45215039614753,7.906318976762661,7.484346387891949,0.39943537449526056,53.33412308841148,47.90179677920421,79.43981151149008,18.972862537533686,10.225123779067358,34.41165824113007,41.557203067153466,63.149908728654104,70.10861610193085,72.56911276614547,71.2557629090254,18.86263237137651,99.66372198162611,33.14311500878474,4.817733090722676,65.29534012305676,12.534832388693163,7.732141243929513,49.367215781112414,5.417775111210988,8.20453605661916,35.59891583108366,88.69418727696561,32.968254061140634,41.63178125227576,98.94414767425532,50.97373599913051,67.82061510848789,3.560448798347038,54.95265816133056,63.53044119558844,69.46443691638902,9.322766569734341,43.65851178523843,87.23671986042898,12.41358682338588,72.87941049581146,82.46153536376465,52.97593417089145,36.318385827107704,39.794092309031726,83.78782408789226,78.80060194955448,7.912124299894718,31.126160774912528,26.46114563208065,1.3277447424470123,73.75765507903425,20.741495348803053,4.41197758518006,27.060133532649566,23.311172534106227,86.04715073967448,39.72135138610914,46.795713540418426,15.244122849674667,77.22888371262715,17.252503814211927,80.84320646139597,18.67298902151725,42.162140439770646,78.18408798133557,30.029280764995335,25.394204810566322,66.04835051766295,84.09373556672153,59.30027712646619,15.323965890947411,45.13650541412444,87.60345475453994,95.9504498610795,27.152677217905328,84.59782873910149,21.786570499684,40.34919992176984,99.27643743839542,5.4698712450203635,77.75940169324751,53.882701477659346,12.615035948095365,57.023246226563565,63.429660075981886,73.19122708725303,31.948855118106355,61.209237673928406,28.062804832141275,18.690305432157274,22.898712336907522,64.3669608339737,91.69886838042906,27.78766591849958,54.185828586177244,95.74061346739516,40.970633488121614,43.737703326978995,99.28672912688829,81.4064539274991,49.51385115002549,93.67213605131559,14.779557280127587,76.89078942073353,85.0951713310206,56.58207022254758,80.88883760328885,17.3736546149605,89.34742829606752,32.886683153512934,97.81370877604137,69.05439516833101,39.13502445707581,88.23142157294312,31.770654627571925,74.711073548788,98.6236064976292,83.89138225316282,7.321382330806014,38.70950432386325,60.063535388957526,57.065258297502375,45.708097614609876,29.717700523298753,8.521457702315494,90.20220878582388,69.56783017792112,41.29723428144474,72.61143788646524,20.1138523507962,39.997086269406765,12.444033682893174,97.93225104918965,49.24644272167731,11.952208914750972,13.904406930141278,74.70456756869922,5.777146074684659,73.59083716086162,23.2153985965992,16.066228320187047,93.09150039312271,36.510476628404,85.18338365379431,46.59911683994068,20.09187329100347,6.19932956718282,26.971789039956697,11.28094123356197,4.557389669308098,95.06082305349753,71.66712938825006,60.64611613371572,13.756152856962501,16.12027875024277,92.56324209268506,55.23532458442351,95.77209373043158,25.525982729161356,35.79276182033865,78.12914088964324,87.76522849828721,59.900366311547025,65.63030390333508,84.5424805074121,6.565331756671822,61.4936671414911,86.19237980947531,53.443487051485484,6.669899266244506,50.02145544074804,47.40097757533904,32.07583866164669,54.40121737542983,8.073749513061735,34.30773805744764,9.166514834635098,22.04938698531509,24.719646291672504,49.61296707401024,61.19662622704749,44.937941795099476,90.96171903839631,8.300398875444326,46.48317313722073,37.926930851292354,72.27417353949818,85.9445602488746,83.98328425296103,95.52370488009211,78.65995254013805,90.37094571211188,92.16097884588838,26.42883899749081,46.35184517350417,46.54197457492329,86.82388266898148,62.93477564003056,91.73005270151452,76.05304896648285,77.86639157739415,87.0234912829359,62.00514610092274,61.42480468122658,60.48634205942408,54.65397234280363,10.599058285571095,52.49112276678852,28.970140799806533,58.36680715146074,36.958436892389926,18.475150943986574,10.790685986000492,91.05434714709784,34.86566968916023,63.88537550440366,57.53123801537649,80.6338113066819,71.65597546103771,0.25172429336991486,23.921899890678,86.38091511012598,2.4049987512223536,0.6749491818527464,34.37127213756305,54.1085246525126,90.2804359357289,88.29306146541516,43.30984033163951,52.702826243046715,16.6135256505478,60.666963490142365,73.50528940232822,51.02513926603639,95.96652137469313,48.91267637320381,30.003169719996116,38.097206097989066,34.024671917205254,92.40650014676513,84.84584827354534,44.29215662907902,67.08655740815843,23.76360350404618,87.04253330822466,98.40521126611635,99.76522042744669,34.518014474463065,3.2041309012777797,61.283678797522015,73.74306128016917,96.1879411767897,36.15727086019825,76.10410886835805,40.772833223338345,31.633419969968234,25.384683696441357,64.3742716331105,83.33985820020375,81.29792000194534,18.979426204513484,69.85145091722967,29.393504194159938,96.80376544796067,87.52504122481483,7.575639159267844,32.26227750330632,74.88911613725976,85.68916706310736,32.17029905991746,94.05319933071225,77.3538103428184,48.240226416204536,87.57881564484651,7.386017647500143,59.41390617101684,94.73314625246229,23.446670746866815,83.68334748471369,79.05571821404328,44.15158244007923,41.59985483626386,90.54537751822576,41.626361068143645,72.91153298334166,86.10417893624881,39.10427183825708,55.11937555422675,78.35354910334405,45.74115156817711,40.31219876774947,21.431161973944068,86.82365722088578,79.25813481502396,55.84237423138978,94.11325031897363,43.061485447643456,17.39120169139322,97.65653141292123,58.72877366260687,44.42437338112936,68.2634242185264,1.124673139705401,84.30350658129015,4.024762850923381,48.1708318384921,26.65923414510726,3.5312454257591885,81.8175076883259,36.83618602336206,79.41834614260637,55.03451210767201,30.60471540672587,0.7659884449151555,91.23753007477625,54.15830801175291,11.17131019254538,73.97082315039576,37.16731437477804,68.69730241140626,44.47767375186382,21.263993293431447,97.60623324676617,90.04389470629258,6.606662424225362,62.52568857610702,93.11320978011479,29.594147591047292,57.1407307387102,52.86431045409369,96.02697181582894,70.65439881376003,43.856246807989265,20.076529209628568,79.8781842112105,84.57668637085463,51.23273775168366,81.37088247652031,43.81305294576835,98.3153309415932,48.62865143162605,32.89116744044476,55.01096372648567,81.52649991298247,64.31175761819725,28.05464031070971,41.919081406028766,29.612172236375322,94.22796067570427,80.22524610074157,67.4491745351969,11.040289987407736,32.57185221327301,75.81946334388574,52.991621508707354,67.83901764046256,26.42424467437109,20.05938478976984,46.21867799691511,58.22960088332153,48.09660943342517,57.35186995092256,65.82518973947006,45.1010937475995,42.683157039995514,97.65544975706172,99.27040702004099,52.26836499903129,29.40452870379432,19.323937056292205,25.91669723015697,4.970799026924444,90.54307329903165,91.73884534649575,67.2303999631686,42.57461991563065,3.1002522856640735,85.52386062754171,31.17376576952151,57.53874360952164,66.94009609630496,17.55862425137551,38.89168054525166,46.583424283679555,80.35100714753654,56.28220002894487,31.50661713983841,97.54566413692189,18.58857086824851,91.5100805088841,87.82136268529803,3.6757114110232414,73.37920070430609,88.5911041630527,89.00449510058951,64.69473364357947,55.87967295970833,76.69704999909696,28.326948565250486,19.49650503510345,53.75083296200182,11.002152734027437,8.654638985621876,56.782972662177436,36.80933377727169,4.8385331732001,77.74014888298521,16.46325338401241,3.472429031920621,47.031201764983045,88.33656897421206,52.563873868510115,69.11261543216072,87.33844314296809,82.00080881271677,65.95935790134683,83.19629838977215,82.54656533426224,12.928333943878833,8.429904200313644,3.8428625703473163,35.562039479369915,67.94111277392209,14.842602610188393,73.07049905907542,39.6366713889864,61.390931261659446,86.27615763091647,31.08443002674176,56.610389996940505,8.956979390401754,72.77575816769503,27.043930014237638,73.64820136869768,56.9635758956754,62.319090096294175,78.23968731211531,95.67918224331558,64.71881366343675,19.07289918825448,71.83461584006994,21.01637272794765,86.2575978385702,98.41612085038017,90.81919845923578,54.573314033219475,0.9542749143124474,65.9299582852001,17.070099414966933,38.513953144096305,88.35449399326222,61.6228167821224,85.88020669643855,36.13503752139984,94.75729757584986,78.53957554835941,94.70719071070715,98.4839541098328,58.3295857841859,77.26976435433164,32.36446648285639,49.87720753613486,97.78408629768836,35.77428641105259,78.3021883488087,17.056718109887715,24.642789088260752,8.751722734123103,69.69475182756526,36.91070791805687,27.21762358716544,94.62248449392251,0.0040003822093681585,58.24890467330776,8.707195727009898,88.41121262523689,23.272309941332068,11.540626639464612,11.577677102394945,73.47669702163303,47.49020137837528,91.49246229957079,19.472214276827305,79.84392424348398,67.79811972600022,80.69780339008304,98.7490463862165,51.45622006254461,87.79167554831778,77.31420102993762,79.67472608642642,3.3943047956663475,41.120412232108436,44.877187549641285,13.2731004710968,36.17320529851591,19.110958951523205,20.209345277519873,31.416850202096136,54.691234134525544,80.25674662831837,27.85996453557932,51.482577096660535,13.799199299007114,94.73467002326093,28.438391857765243,50.356371311401794,1.1398207022782936,17.40821418489409,38.3165644447693,64.07285028396524,36.72934287796345,79.84236866753166,25.253138115441033,17.793000369762304,25.037174915244208,62.32229167790596,36.399461198791286,3.7173585277296306,15.22078760204736,82.32175567886989,15.732583457050776,33.53580363369486,45.93977824707485,54.966746093356676,25.12804574699131,10.267429906566171,6.061293598579908,77.06894107965961,48.04572904930373,76.8143314383244,75.80044980231462,51.395141874470454,47.37231008639809,48.52952400984899,14.313070183780907,46.852149769345374,12.773022545415714,94.5873052555458,97.7989204890488,87.59463420349502,33.840132347650666,5.998667913666522,67.434384847733,59.98153991214005,50.90189321566132,66.12108218217597,55.453184520053696,69.33336365824275,57.22753380165743,6.760368650490422,61.46268863506656,7.092721914268174,59.940892382942934,34.1029285567528,24.856611547801,85.86201483560211,0.708156115949421,38.026999242163676,52.00570054969453,89.74213323453722,5.664206260424609,13.911240847396233,94.89615263589042,3.9919113976159104,70.10094996081394,58.253981550864864,12.025236529779926,97.87945902679003,84.77586593202578,64.7989973643188,91.87252443681227,95.64817650971607,88.3139544275316,6.361271637259003,14.934877046329964,49.88643259170568,13.523613920217482,50.46222873159344,60.140572233452716,67.95368727420271,41.3100636487579,33.00816688590693,18.66716703591328,56.76933921668543,60.4519398775602,4.423259844996075,20.531367382781852,57.24104330328319,78.006890989099,49.15680710940492,25.445304426878536,30.560576370470606,56.35317408683158,95.11152538181618,28.229901623054943,49.885750681516384,14.300129366975744,12.350599101164295,75.75026344474878,71.9494959950924,3.9546457666619905,49.75163672266649,19.73676359969595,27.105055699874605,67.23943014585487,88.43266810382715,55.17273083777102,58.9960774410495,26.05934521482275,81.44543632696397,44.17654547600341,40.66969842145641,85.34526162352363,68.76291671369593,84.11167774411946,35.69359464322993,28.817806735616358,85.75622336668586,39.34762363449064,54.506633844983774,76.53290301710268,56.51176244761068,83.5996402348204,49.59210837742405,57.885834597775954,43.06557449929753,19.996794391500817,54.604639091252125,47.220599214234724,85.35935333981442,12.507293688944266,3.721062591592472,5.351474504110243,9.727589032065342,77.31766098640763,37.65260119436217,34.07718327893943,58.15969942714973,50.956169711374365,11.211681062987067,67.0364877722845,67.01709807427592,22.105771312761078,60.13748969296512,35.09251820863568,82.52159749115584,69.66403767400469,42.962094142056436,41.82680428040678,60.14049994048032,60.224260189446056,55.006366879604705,61.767987727144515,56.10188942202138,6.308210203328313,36.440853811665086,13.389441920910016,46.39617032379988,41.59505192951259,95.87102345519904,6.561127916850995,68.1810263591139,81.35597955288924,97.75747120630098,73.33122078994559,45.02172647782016,34.33421505903399,4.930640490471349,71.80345557169338,98.2885604949541,29.600784814829428,64.498257760491,62.870312815149674,23.357319531635056,2.834700241856225,44.290991483064445,72.65014237620723,40.770995880516914,75.73051809623287,37.67852295745649,70.35776341350591,35.494144442565045,31.375598639247603,10.159290317079561,9.0097363204658,91.87844972395641,70.2242528909801,4.795389078145851,30.892173263273826,47.023413362058385,42.76330814108999,77.80191897687962,3.536575418407073,99.11126907895871,18.743205461828182,26.530006364381652,83.67681752509996,50.780337201711454,81.90948902229869,52.97758826526674,14.283647743458749,20.39353276043563,57.34457085178277,89.74868443846272,65.23613769547141,83.41801657362853,95.34691920150506,19.432718778132298,69.65181986536282,98.19435144545704,78.2533589762144,92.42432906813883,24.837671286270037,85.99546315124643,83.730193156318,62.73742660979419,89.2903519052003,45.15772160043935,41.54755023077231,14.925616041880929,42.444562201430955,99.41343235836916,37.948773671267865,23.047580328732064,53.3809605336384,80.68718654944122,82.03752380972233,56.82594176045488,70.70444766436762,83.95783774427376,59.99805343497398,67.8718100962633,17.315813429694703,30.399276723862023,10.15077068277831,80.13817895392222,74.51669465497052,40.242245423652435,51.286957972239364,95.28944503311028,14.204190550898865,50.20536608051288,68.21817294693294,31.644130652366908,54.33998490085278,13.412908661317779,87.72808131444162,59.04747501168551,18.59156443269523,80.6816689354588,60.38219731194261,19.801978430071763,23.498375978726393,97.81406089098037,37.95935784905805,7.720318963554195,25.84824051261926,10.04691127012789,21.759571069183902,50.3911457465564,34.54014474445395,90.74972430691754,57.21067783196263,85.1638278162767,44.8282942808378,24.795015897965268,67.58612420119238,63.28168602621725,36.9642398141555,71.90246911619086,69.72357763668161,97.09181486765337,65.47466634259942,46.203490066626074,22.65600560957669,78.60095645594446,45.58341486299625,76.89658908953629,98.23911338342054,76.37682251643379,40.433782303768616,75.58489584671815,33.96631231495494,24.889651404120727,14.067526811038434,0.07889469305064623,51.93742697526024,45.48823340848688,60.097193776964566,35.7505634173791,37.15332873544421,65.16739323832934,21.406553994654367,75.480383515633,37.33461391061994,20.034003258455023,94.05445626604791,45.09742190731427,83.61313474625128,61.388625036801244,55.00736368701465,62.59214314531928,58.16514545406216,18.875017151491146,58.31437110689684,64.28648216926234,34.95231594102789,7.978077559162989,62.020471629908144,36.51135771818754,51.58278948629712,98.77156048297525,0.827503265234153,99.4205132129251,78.76578678434879,24.40115634771506,34.31548360418844,64.70221220499057,96.14741450394003,10.460133693339058,10.325790747735775,75.06309629802784,18.61785952075704,36.03200977032156,28.7158941388855,39.120131435869595,63.064105310796,54.77467751749183,2.8813244502244983,30.34320188975348,57.21948981232959,30.928229981547872,62.88516637401243,68.91665178742502,28.734783551418463,33.5911855764264,68.0394064082176,74.70400783711095,51.472929954962964,1.3881801507923286,41.43062437214229,8.805491793472475,99.42371218613104,5.791279778589575,47.941092105796834,24.524495012391633,56.59476462203732,88.51555660861601,84.30280563640108,93.53026169319807,50.553219917414985,22.019805697429774,66.52971336491844,70.75998858643574,16.76811364991735,55.85775511070021,5.028339242226587,18.902931909618726,50.00463277178863,95.59121937785063,41.999265967833296,34.96116696324029,11.693967081375611,44.867768133257634,16.07619301046127,86.61481812378118,26.04759866205182,47.30933649505092,24.250956314862137,19.98806123789345,60.90968455165622,18.330809294116225,85.20479033406232,22.09552520452376,97.06713708154223,9.898606250016273,83.26314665998487,39.03714897892529,48.889302759199296,22.918493746890366,73.09081387338368,28.255336441115965,90.11230895237436,64.6789500179392,93.38412001094649,83.29831778578355,52.65784652583019,37.431407397396356,8.538108421130753,42.848278745063254,54.696618545112095,33.09420832784223,55.63896476975827,11.654090001793483,53.680849556959856,73.10262389786493,99.62980683803771,78.52153985093489,10.779919474658072,96.27232745103173,5.476945799612976,21.835157122794925,2.8481830690661902,50.869881638954936,37.70859855094376,30.941005284522372,30.855333849074384,52.60773321576359,48.50345611442771,57.19985470125858,87.46722898915615,81.39341052600257,13.80000352852625,54.60030533312851,87.98310539948483,26.10765826491772,78.55614588098318,86.40120141098112,29.91774570912472,1.8944930763598933,68.14024624595127,21.07028346010503,7.062811970674665,7.9243939314870175,68.08190050500045,81.44131642351186,8.437959716182952,37.68403305681674,41.64662287076665,12.075303122162683,73.48941335988857,41.491347902704945,33.68522123663812,28.292844435990293,48.69258629008861,48.21583556595442,22.39112067449941,69.20412875550701,64.2369644574203,2.4488499103474726,89.09628326121648,11.031810936806362,6.732257809803843,42.20423981614204,60.22934916298331,60.58878045453632,71.49628027865921,97.21045775529034,40.62809305197247,40.76979468398332,64.07342611773657,73.59237778519841,26.21893355706373,31.84460178723574,41.596815839318744,8.75295760204795,80.10583320761918,71.76660129053089,48.44427887833426,98.1610290644725,81.35501031212506,92.95963697954889,85.36067732393768,4.667647438591782,68.57001171980413,79.51076441037571,9.612674572925284,72.6264749765569,1.0365544244633984,43.62657338784294,93.23513332001964,25.090114363550864,26.675263150663564,74.97161462722772,41.086698378675294,19.390752901193864,97.92667178374676,6.876944088289882,59.51187048542585,96.41257973048918,66.1742738353847,28.383382522471067,86.43157850435075,89.77227588337404,34.3977574658481,34.15830398221935,24.734664537007987,88.18105035357053,2.5851296673668256,5.916498649665202,60.359566112465046,3.452386623081294,62.63520572640042,31.69336289622239,29.109693820958938,49.58730497231678,68.70796944090696,20.70153323169446,97.75772810356187,20.976862884224502,95.54146144095766,59.87824587964048,14.02964355991293,19.851725972162193,97.93828664241875,99.66053831623957,79.56652047751813,19.579148021843185,55.03124691221698,61.180555558320336,1.6198258832109347,65.61244548059368,49.172803885354156,62.2495854663664,42.84566841104001,31.010103979674184,44.4150624779846,66.70141946483437,72.46968019794141,12.56034983999843,59.60473442679874,41.33981482622718,1.7015482378596292,67.36501710581622,99.38000088998955,6.971524708290144,91.24500314879582,10.376804442097365,51.75186354962344,73.31508442336941,36.7575688902791,40.27795849098529,90.16876160739716,38.969533160597194,57.03250005907512,92.22542529902901,38.632183631267324,58.62047617476781,0.8841395417201636,60.450591176666315,42.25589671658526,27.697849123693132,92.66669615732285,48.0106101488275,41.41581792930236,95.76549634425727,29.250951643591915,52.52937088114906,34.838377285870926,11.707053520185283,72.59034894787271,19.158117096234093,70.11777764094302,74.33919372343813,22.20045574917312,43.45803634956683,34.75022900119753,75.94383247638015,64.37545525456858,36.661278687479474,67.50591963053691,33.324415444837875,52.9685920922156,49.998903482935006,15.348274411122986,95.50721697836686,3.4714377048500777,55.07634192486036,86.0187356716453,75.98286671522366,36.37134446782806,8.345186658364467,36.843051179004284,71.70373479200151,43.912209823478356,34.08278454504414,90.47906178490184,0.4724923980488738,11.904804375362854,61.57433403345662,31.972286958653896,4.0620174339248365,47.08137703258818,32.29824322776986,82.31142829683527,77.9968137884879,52.88401675457847,81.4332890696471,43.25007669908627,47.15992387357607,31.246658945587047,47.97885184807929,99.97191679593377,93.52987801135752,72.11444864653257,88.25471184442391,3.8995942725968624,27.824947446775305,43.58268153206956,90.96314930401267,55.96306124653332,61.11960001162854,7.154223894251599,36.28893625094515,1.417721253875126,72.25131641736276,52.04220201453501,58.45388970521878,24.98807393676852,57.96422557435399,93.47189411779767,0.020405673719714468,88.35515963916049,92.00034134292196,39.506036314216644,67.39351758519511,38.15801017615081,8.513295255832931,88.87645072571344,45.32675534966906,69.50915051548722,80.63627582461265,17.448186828188405,46.05688083325333,32.793652627281354,36.219854425632036,97.30302114801678,72.68828396671965,74.35890415763694,65.5608596019532,71.7234957472171,36.91977133454063,23.870453373569156,24.487752198308254,71.91128864396278,51.699207623891496,80.69715028440993,4.921579117238972,42.06436240542411,43.599736889748954,95.61427663857735,5.31025856805768,48.12555608460196,95.53447244685889,73.37929184038673,9.39696958676266,42.55289971347892,89.76768367100884,86.05520363845733,82.69324302344278,7.163892391404736,57.18051019655359,40.429301948817375,25.05155119998782,51.377258714060744,87.0314957283881,71.07490497385605,87.87753299019873,33.99816396125298,19.342175248533987,19.004453005244947,51.584179979408106,62.82098194587249,54.56463843953029,33.022764290690255,57.78065601444952,48.82390902171062,48.28554594326667,4.420774326098098,63.92458819525206,70.78899474332766,11.856095981660374,60.12394753175329,82.97154364322583,64.91909205786193,71.64511524893722,85.56905609658364,24.42558430525972,49.07510205351656,21.858233658253955,33.54593356421189,21.602902416864534,6.1963791373351285,60.9666037156304,78.5958872212072,65.69332495399372,77.65251940708224,37.359215227123286,36.9054476869286,83.23432921300086,66.1005417763099,74.79577125982206,55.58596098528702,43.22538577796182,4.810336041767926,21.193915225715276,94.88044497982955,27.179381303115978,54.48711433122507,55.10812580403296,48.352519888461266,28.41581907617301,73.16845755671592,22.361942809863113,7.205410256517187,54.04740118290074,62.893585371273765,50.09411964756326,1.1772391782545188,18.258176466064356,37.96591028820851,51.77036297650689,32.00884427693984,95.2661978213191,42.91539938806771,49.28986310135135,74.09570844175953,31.282322612763547,96.07110795761852,64.98679302151193,43.50038985332354,73.08639737995742,79.72215114599635,56.34583183949062,48.39585900388711,84.71380604177085,43.903806137133714,96.20937339579866,34.22208412947797,88.46409534434324,22.836808708804,65.56607689955976,16.250074256618174,62.47826230585295,91.78372007539878,42.4301608385513,8.965139205424732,5.454221488640565,78.88951397773498,33.05441793974745,5.164954825948076,1.3035971504414934,65.69091317542345,69.80302207883898,94.14250910219675,71.36942140627957,10.843472244076668,54.62351679336857,95.99560749475447,20.775065443386907,44.02035882343539,3.1194651806698115,36.92881597492207,51.06768013389736,44.23398239921765,45.43289816754881,23.86854976833177,4.7606170206691445,51.49326932413339,27.129171017622934,84.18374928953571,72.87593312571772,3.1260299119123203,70.02830575062751,14.993851015601933,55.93506249026478,97.71160330252003,29.138058349813424,92.98287169794955,20.4346861987011,98.1752764020497,48.175830083023364,37.47627192106796,17.3456795426565,42.93999815717877,6.261960770660324,58.84247978526578,53.03700734851534,58.41927330132043,62.50220242037465,32.83724908871648,76.55255019277686,94.11238865256459,57.404768509470216,79.34095631186159,5.147038553791883,65.3089022669238,45.699637081149014,61.56332599144412,33.94365416394055,50.3807466620543,20.60826540311713,34.575187188568016,32.97153769265322,24.204092087591345,69.11712768935686,19.720630959290887,9.133129354011448,4.686996642295627,19.26081909976468,55.28396468753121,79.86589060946662,25.125427207363604,6.979049113269021,79.00463033140329,53.83495281866498,50.57242021976421,39.729453450773846,16.471754463575472,40.53204509669936,52.796097781346,86.79000922315161,52.84815187309161,6.203384590767613,0.046294471059260545,76.97308019126277,93.4998672856358,7.166288840529211,14.972422505110671,51.93366692283874,54.38736874938229,72.88743516956822,68.06330964848262,18.30884870861582,88.64309873643428,25.37353441237643,80.87596549392508,56.99773446593659,79.76873918950675,59.45897774609996,84.88374961840758,91.2228999283116,53.32563577502278,15.4442719745422,15.594802391280826,32.382706450564,85.6105433156292,8.70020462037151,73.62674179852975,41.4219400441482,93.67785510692957,23.184834467240545,96.55495451026478,98.16530732846105,47.021753531579336,13.456714308300132,5.9128123704961455,28.019406515907118,33.20303766230433,86.98856339872472,97.59966701022591,77.67774922713863,21.60989900359057,1.2251053210620144,97.14136673410384,85.81128891405051,18.052399462165358,28.453677156553468,48.559760149061844,39.928001724681025,64.58184672871364,37.62647283808028,33.868726793143125,23.28356288244904,24.199482336894928,7.903012342276583,9.575348498774371,4.422815880749853,88.50978856297618,74.85252670335937,36.383164686182624,57.86361725887576,36.726963148349576,30.415771338654253,54.73261435498898,37.52351877968966,17.289046531954256,89.1751716079792,72.6588408948699,50.865179483304324,92.61177043989889,83.3890589060321,14.19814876379556,79.36515383828461,45.218853718002215,3.6176117558526344,16.908365744294628,42.106738587087776,32.956606755756056,14.106211029707161,64.5957352916746,54.57992636397779,83.41288855581132,85.76256237965976,67.15592520550581,5.367693013397101,23.79650231792866,21.968301722283456,2.8890254786028913,30.705683499566426,43.9449021172044,70.68692948043463,49.99957725585248,64.83748063038665,2.9138220204858456,21.72394603316905,50.65916422944613,5.042135599817554,12.035364408402295,17.202331138082616,0.21680183485717208,71.85727622360113,8.537868341751864,12.440051954110698,43.87877615415472,21.766301078138582,92.60621974440372,42.99919103003409,3.1351762601474875,34.238810170234856,42.57590314041474,26.358115240720014,58.59497828337948,41.52398109362867,27.19229085752074,25.124925552759503,96.73206631386276,67.80870137444083,56.842176036300614,77.96558070246772,64.26811456454521,39.74684961171412,93.00776702934589,49.70287559348768,73.62413001835682,58.44814213617251,49.83694750003793,37.76006217620322,74.80768594459907,41.37760177942946,38.578539240743446,98.12359712165201,51.35211016678899,0.22666153913581955,29.360066205487335,22.645010777559683,47.06520141767355,29.184659036201634,20.510553718449287,7.943589980984822,35.5073876663875,54.57439787773184,31.740052629236505,15.132861444445922,12.772451838159093,42.686793040037685,98.26858094447515,80.81300720955437,29.753058699077517,12.559870624794222,4.336757012823888,19.562106447972617,74.23105796301182,31.87348650711721,51.86250480282544,53.34798371668238,50.246534365670215,85.77072218369246,0.08630829136286877,54.00197234159408,39.2036993305558,95.16134689980642,95.06555015359342,50.776844680708365,14.40923305461057,59.990336599458,98.1086830502752,45.410512385934354,27.67382855292132,39.71108628330339,9.401953714778822,87.67614655085445,76.78953883477931,70.44413480551843,71.6643026095835,63.56032496287741,12.108172631798396,55.24378610316999,60.80191117874858,64.61974179407885,22.248024524733445,76.7023699125503,54.09001392426508,78.37719429849652,54.98632694760428,16.54177915897055,44.3108791914123,92.22342880524494,18.792866370949433,24.781159841205547,4.134163328968743,24.307412415370557,9.03372111644205,76.09586858484762,6.248138744157994,35.74316128601448,46.39130422289468,89.06064623812398,18.33565264282704,58.16442773297891,9.022032353298215,88.30643311831467,76.15874050209781,46.33556234685848,64.95357980752244,59.80449108743123,84.45509678074345,90.48961395156884,8.605773329199328,89.3626154529282,67.2067353551806,93.86651141728103,76.81195129627312,71.5142897833457,94.09507517683676,53.13282008943331,30.06028271488289,51.65664544943612,60.68120339061671,36.89503231709508,16.094840330807514,72.74320655852627,92.03988908589737,50.17247447018979,50.486252532710004,35.621466826771595,0.9446857471555381,19.50502233447097,79.66810249922818,53.02106366374044,64.90390518549074,75.28438403806943,78.91021726919956,32.584576104737216,81.69868862434626,9.8890402114728,33.584882503196624,36.76984271534347,25.04474162813982,57.58365756723386,98.28348743134005,24.931600739275193,11.79365734238279,70.02957372435404,53.99150839343876,94.85427746026406,31.687665558024626,7.158045019286097,97.9837975625704,57.994958676784115,21.41955360365051,94.51779032445546,8.383658908302738,68.55019193160336,40.73282031010079,47.48948354909665,47.39864956376961,52.98290559654698,39.37192941352018,54.5016770303767,98.51045676898774,23.48952143653581,17.153609026915916,0.4171059357513496,84.58315408738308,52.424156243628,89.76788328187152,87.93073410322016,96.97269148275419,6.079509649938264,27.95992470336176,82.929045249668,48.89345766686882,79.61279486553929,31.248296282580867,91.53746467854577,43.755571181369504,39.866915198153706,1.6093871537757987,10.43966439888555,12.996556309638052,55.787822137635104,7.282813490314477,19.81361279145297,47.202560938859364,70.08347991297069,33.77105140722302,7.800237779947894,6.96686280035691,82.14686196296927,83.84621729620177,87.9118137134718,12.110552768736083,6.107311163965767,54.989289102853235,8.132706381230804,88.099700859441,38.11045081547403,23.76483076025837,53.70461133797537,55.99505845216575,81.04254786519482,9.598947457949603,78.83586953959025,49.68797938653392,28.032676128404745,50.39304833478169,63.98455324644381,71.34584085434338,2.495072593937364,51.15195475710145,60.592436422788666,7.012079744088117,88.69038540560015,88.2014824991315,22.240595428953824,44.142241314936214,46.03463054349758,66.3145387512723,0.008385579822944855,24.31560914950509,31.467066757316264,47.71664387024036,27.43885233963731,87.31750486217253,26.04718897099165,39.93122281740094,62.05069087821437,59.80836952193053,17.803570504773305,55.378607791655355,51.71596519298532,93.05134887711021,36.34564305593727,20.646075405068842,16.93293861671511,18.578754181107815,25.413639177376556,7.46423753804536,35.17552182754942,27.249607335268244,49.4330963233001,38.3242613631885,16.42082418014199,0.8548036244112267,11.60477184817601,58.4231197390021,31.376915412187355,47.733892293372904,63.47751346028468,42.704865711930125,8.071144652168227,58.53340716250137,56.127167777958675,66.99172213594362,82.1837557062913,44.79029651447407,95.02346795718925,94.228180054234,85.0745902392247,61.06737768084598,55.10101690471295,52.795829233642934,23.88371358816903,81.99297331158645,63.00725066227704,66.20845093703713,18.574004504494155,97.5186865623055,75.25550334946371,37.5651537481624,26.34679016452708,32.16196416129948,76.63904623861713,4.578761608158044,79.6121568785098,87.24408498791647,10.289439941354283,90.77934138091966,83.49683664257421,38.003833316089406,22.206683767898415,82.37162823874074,11.545122279477527,49.67463587375222,39.52535570038555,27.298688162975704,92.37607740681501,97.23155072841763,70.98387653639392,0.11741997338853283,44.00854242404129,65.53002441125503,38.98890345357029,80.72833216162533,91.17886121847147,18.527976397813106,2.2314774323006548,35.222542831085946,47.024172486933935,46.26985816762927,77.71327306689072,84.64481491590882,60.159974854366574,26.977538006133294,31.632831348999567,21.504448083735472,36.02606147979333,22.53743470179469,65.81221773308796,48.399528693992465,41.999552123883774,26.492903313473448,37.11336363184395,58.54922412471848,24.49770963217821,35.377544187150065,43.654615318519966,64.95177724480527,17.839761074305994,35.780945696269995,54.12310125412476,2.5351557214283615,88.61794439569685,99.02032139406487,2.644057023577029,36.74037105205622,41.2999307754441,98.24294681187736,68.9695190858674,8.463976905077075,43.57914535484105,85.197121300277,93.78589340232087,43.06472532225963,63.12769974470767,23.57728979327759,52.14488633269203,1.6641016183027824,5.044354221830005,12.137628663537859,3.8808939317005797,52.59816573045411,95.0517138247521,54.33685086981822,83.5983287415656,33.499406589908276,12.867548471150625,91.22760799203459,6.873037155454609,45.089572155643054,57.69728609843161,27.068503926427834,90.82333051967296,88.98757457416691,34.21781897190805,43.063495027815776,23.45187015446548,92.61532438874161,62.53544547972689,61.62316328600635,40.10820941415483,87.82684029907651,77.86226625628167,21.078740107450813,32.775288346142354,85.30881031161549,61.828536426762724,80.54824704151987,37.47500203368121,31.47906518728325,77.30056849922879,69.11211355393743,71.58575754358071,36.7205065319736,6.581704283563072,68.41201057331307,1.8380280482103828,62.55378288460134,84.0309693701836,88.14898971551261,16.278576921003594,1.0466910746924074,23.021002855254302,96.2475119632974,59.31580564467986,82.39807906026022,33.1004262008449,29.943206598175998,44.77999506564,36.89187442427557,33.69335127643356,82.12673886481076,51.35121932744507,53.70140752026952,35.318127105131836,96.82814655518266,43.49207634846801,60.16717240968772,8.566187270472946,82.4749097662117,88.66873255106633,4.524123171048777,82.85995403986887,30.463213445258365,33.35078069226589,12.674569889883514,31.522695589816152,22.670383790962568,85.64779942356697,86.1966448788534,12.539733456548397,30.664506668369064,35.39239840226547,4.297234007969831,20.947715150003297,30.89448106018868,98.43570556210238,61.725251812474404,12.115332730993888,96.0431839691796,95.39537254854218,66.23496107012983,79.04536398822604,20.553350092991206,58.098722249458014,5.799308742062415,77.43629645979976,64.37650020462934,67.62656525632573,29.871637361983318,48.88646088728573,6.130285655264722,48.12804924805177,71.94544693810437,11.47381352304273,69.8744697527856,15.171993696726993,42.07489856057802,29.211494765782575,9.727170168180365,28.018752513486035,96.35584764484763,14.20879209190823,21.854541531747827,55.306626937316175,29.681121920074872,64.67102050810382,64.29059291576455,17.38186704283915,60.175757236326014,53.10585769552911,39.36091234072857,3.4142778323245415,1.6275489418661193,66.97973973464494,27.471786628350138,63.78515553723672,55.602909970129524,71.95576744729848,34.18007743558081,16.635514809859764,17.91453034460946,66.65725837632421,68.418075683863,29.778928867476107,54.965120016625605,48.006027079576384,75.91429160467574,84.95906210806426,28.503145081711857,53.72707705240247,1.7735403603181599,51.68687536997684,83.14448835056125,25.122110820555665,82.88051748662245,39.044882429846275,72.82162244913579,16.63829063173391,42.32866846249836,75.57279034303751,71.96466396618905,54.771766195668256,53.61365036934153,44.682947446927365,75.95109618685824,38.70783262389885,89.41113830875341,0.07453145345246437,92.61008786498283,29.869466906995445,22.378783184831175,37.50092858575989,87.08478783074571,73.72516897691438,86.31967700964965,60.44640991223579,94.27394592688884,69.02777600795568,43.259680941809556,51.7420908472975,55.86660239114958,9.084480211222868,31.25014632140758,25.549284690379526,18.223974868057713,55.981754706662,75.19015105768881,27.180616620859777,5.6955629895134585,24.65063003165365,74.46902292385148,40.48543806287629,47.23000618140023,44.88295302044357,39.23369867604486,71.7393186980999,5.715819729755456,90.18127836328627,31.425655662417306,37.321589476298655,73.28510431342552,70.54861542465298,29.16312016385327,42.983804348264464,43.481225551713166,64.309305882511,34.64455609858806,89.59050008334897,77.97405293960632,15.445857326776945,45.466076714407464,26.70108721552713,1.2319270651850567,24.48473832359488,4.773080746958036,5.676279051236444,92.99858895672075,32.05063715188856,1.0338533532791683,58.08666835564893,69.04293932854532,29.4596140019449,59.15318108073553,28.702814127277232,48.27944848163679,10.438876464173175,88.21672623381359,5.967640135438379,24.865104915799442,39.10942704630921,43.8936838105734,28.44796553149729,46.21827533853139,1.4259695628938251,69.56671566309073,28.706364661329907,38.835870950817885,52.30325288017021,75.76678920178588,51.87922110504574,83.60112195172205,2.0084696437573824,55.693933279023476,90.00042542483084,6.75026987380064,4.2658475460348395,46.63127437889325,99.8997034668213,68.97476901543294,23.230570216373025,5.269726949579323,91.3396175706293,40.324241441317,84.03847825384997,85.74152900857432,39.48635370236758,20.925225833045612,95.4417634011057,51.22260289103132,25.155193551068123,9.193617991631953,90.80229376076882,19.0938131738413,42.43745287540494,58.419728133718564,29.53643592688656,59.49171361517273,21.523444519615598,70.36234903808484,82.64699993736728,78.83566523360798,82.0521773804753,39.438269359402526,75.77129492717611,21.38600490399384,95.79724989889843,82.1385092931587,31.459979275976124,16.78765855593779,76.48369608611716,79.77671038897529,26.818915735793592,7.819725474464468,63.735585071154276,8.183886670035957,32.435207132354805,83.03546048794576,46.86531754489797,41.868352474408674,1.1437572643437144,49.63952484600597,53.364250689886774,46.88465562214586,12.615910527478057,95.01371186549528,82.5432467700344,39.85021738530345,60.85759057967618,70.06520089143228,60.94515417561105,63.99100766285406,88.08169827780853,32.17406334469638,95.24367091573029,97.02461395512175,57.700616938659024,14.733647658905113,66.34830627249553,12.461492374917382,28.559511666163605,48.0396612268673,61.91989842026702,47.149828892417226,83.10890388519255,23.134170105628115,34.60648049638342,96.39110853817488,61.64248544379659,80.68962595852379,27.2338332568445,69.16506489842487,51.1760497091819,90.71517031160786,17.859106027390848,33.71340397122362,60.16012474659044,46.55797421767549,69.62437712782045,30.786074617169767,48.620805061308936,60.392483096818104,81.29845442987543,8.457668373621619,91.75298496589909,87.7020701209114,58.039857518336234,32.389991739370416,29.227652925076498,95.30708709326616,56.10220080195105,29.62240868073063,79.27706125637202,9.10258208347402,40.35801524366942,88.34851092846814,94.96977319925888,94.40313017467597,52.3915977342532,95.3273579612037,27.42429112982664,70.29728099786891,69.78796589125866,21.552460426802924,34.48761365770604,80.85490371651004,46.81379548917651,33.16651282503448,35.41644359866874,1.6462676151101752,90.12832647358547,47.07156099545705,54.37707485305664,89.91901862875841,37.20310160101261,34.94128232059567,53.14662230131687,47.05634339911112,62.9203677546603,19.009598391968098,35.332415347536106,8.173008693360117,69.02380389143875,45.34595859867251,99.4450806982708,48.290883959858355,68.27961944631406,28.585907570783576,11.816819896901087,71.28279762375105,46.148372901897986,38.38856929138659,74.06331658765767,87.03136450968691,6.306926367671018,6.169989974902723,23.18205236324563,94.04751913732447,38.54882328116375,99.9923633040232,26.916436085120154,65.96683679614469,70.09197675409534,42.2937608997245,45.114301896580024,92.51662839738613,48.76418643603109,25.018433960402074,23.628622199836336,1.8969513867013732,70.54750349243432,85.4541789756982,79.16579416494665,0.16515991354002502,61.00079015634125,93.52412798940074,38.49688897537498,59.98769352474227,60.7164536686484,64.67562719905897,39.26195496130971,63.73861311459957,77.31237836215438,11.787061584970859,60.18070203342432,98.87788728336878,37.48247041572665,14.045224494764774,65.34054322303332,5.930480176734609,72.73382114959827,27.82587835335446,40.290278205080135,57.97167086738657,45.07336605162586,3.4018255019311217,66.25034195170477,25.437638996899615,99.9882454382205,61.864572680142096,73.66377797064149,14.627467896728497,12.731170260181168,23.87959039536319,75.19825412764379,29.282425711934813,38.85331574460291,14.550458270741274,43.67124026056231,82.27230819830591,80.68753546579242,93.75996733734165,93.86944316542076,92.40567857875374,44.79378278650835,98.07494551332219,82.93674849523143,95.68924833393801,32.000267653441995,48.782053075196686,45.92786314306291,75.86162267320601,82.06720364641647,54.29369200107937,29.931301131141097,20.298152252119838,91.38360879679706,29.19395339835039,42.07946819370402,29.71836872608089,10.084949812727672,25.95678962098138,6.463298411764617,41.72110579930338,92.44405860160845,71.27910469328704,62.857342844956,48.80351124928124,5.672221815286349,16.011412840325047,85.02107586295486,91.06777440846132,55.05470031879085,85.83282482658598,91.94850483232241,93.20720257319822,49.90868972270722,32.876907951159396,58.78697629305991,48.36843113992486,63.85375096047798,10.744519841794586,22.63730600960163,6.185494553248394,4.9180309509906595,59.939954877482236,35.86048386510545,28.272207726100795,95.54892511854678,69.94673918629744,54.62936209804457,57.99364957452238,8.168937335202564,6.470825073479213,38.27675911234291,40.161360011269,46.67642953862716,81.63435280180606,55.06893466922856,91.89838906434873,21.662110244532094,26.863046231325647],"y":[60.18083717536498,45.03906785400827,86.32260105241001,48.28097908119589,97.82319855888537,33.60455913544558,5.838954871071778,63.96962509136368,72.71891141344568,38.02996292639891,80.52723113987288,98.94901109319079,65.83767680198271,8.646190950997767,46.13378155344983,53.26503513969957,82.00617578913695,74.52810297701741,35.71052534410276,5.661751918158597,98.76291098537094,31.1266087442468,58.631274181273085,48.79059167391683,90.65821035475177,99.43855133471527,86.70484062807719,95.20310766747913,54.95777528841391,87.2581110543386,15.77711534935694,26.107995898222324,1.06533327054813,68.60329319812222,3.4893911792138854,40.138827881921166,34.67340588234897,15.093993819720708,71.03778914111896,74.41998754802398,26.08391680708969,42.99891118798577,40.64871832115994,6.66392798780101,66.04025013302926,99.80848040987914,48.61077737581579,32.449045290637876,94.81054408804633,14.675709002203941,15.261412965099751,50.80854751842874,32.66982741878815,46.45443191080494,38.21204670740721,67.29367080332872,70.65308043074536,6.532719327066383,7.778952445743837,8.259224131901966,94.50538953195694,41.56412157766837,13.891919551420695,93.48941033938955,7.787727357452933,65.44728379399834,67.23648469767653,98.81546195885204,5.2493869682485705,59.675188636314694,51.797485364382624,71.4687398469972,22.789810158091107,49.02710531097072,89.15507412868608,41.71979410729425,6.690825050739613,51.88770265496723,70.43038591749107,34.86848090928155,26.407748698551494,3.220961734031713,20.729837172236575,74.2043599361161,92.29466543728466,54.0556418282614,17.114283161513033,15.062709296538868,47.68062357677641,40.53441540124042,40.84959246877542,81.06123497124554,23.184332723997557,86.84370314928755,31.796091814806648,6.878513535895781,95.39202893403426,18.05637360613871,0.48465074455759094,74.40853189025731,69.35349475566284,17.650690642601198,0.7257946529756087,60.09605993256507,92.39225810374762,28.443011001812536,73.70566048388054,26.867014988721373,73.97929872469679,96.03817262970448,63.589545658391465,53.64522111732175,92.7351333499856,70.39480281658965,62.912642490357975,68.66997105752178,26.3294577656325,85.20605073916613,79.17203933820728,22.937433216755345,8.433615511570459,57.12493084285267,78.48747561517462,26.821781634052822,13.027336365695795,8.889275912929795,24.51220818051918,99.52036278926467,26.169078148204584,76.94302936068051,28.512847363536586,61.39841570361877,47.84950589336937,90.39541071678985,12.379171598436168,5.756680733014274,92.60294279552394,3.001369875865023,34.25976952411113,18.444980950741986,10.2380832915001,14.654374242583678,25.41473435088041,71.90436975711741,72.16918008636888,60.54120392875701,18.52299881342041,94.31589352384536,25.55799157272911,7.051534602418674,37.68973675831116,89.21986135376511,59.1500374100339,26.36989674825021,65.27677380903732,0.6995925810745152,48.13156786158822,68.12513911577824,97.22804461054257,52.179511807462674,89.81904280592065,19.193487620513572,48.00716142351731,30.100307940772343,46.79058107853484,52.78862090402935,22.78317941231386,68.18216120826978,73.31083330619414,2.5190315766585925,25.288445660676363,4.265330392793853,89.8891707374486,76.15692990148027,52.90986607540893,89.45960633035006,23.467179065255518,52.4443992772498,52.642569869280656,98.41815668994917,87.89076304866667,32.942296374986256,11.550425842417056,70.38458624123865,93.20094448041577,87.31686039194474,29.335894948020513,15.781940040029207,81.97204575347705,1.3661980346956648,19.909830366782387,80.87202655356074,0.5316424673887155,14.386593283184023,16.761559953200987,10.44618838129564,57.55449225051158,12.450276558019613,97.6019899171223,81.45105470362398,32.371071504229306,3.8182577100480564,40.91995605516383,2.885582808707199,26.478899194602167,66.04673749533798,24.871016124540635,82.97506690185308,45.796015430424994,99.70339056614867,31.317348704199876,66.09483725085043,19.65963565840546,86.88000665637385,85.4915913899087,54.94121723453485,89.30860854170191,49.46468322661784,32.64880717782339,13.315575996963535,30.707987022558815,57.15184261923927,44.89730562558263,64.20872887648508,45.38532237122407,28.791217409196168,68.3011199394281,12.533315591032911,66.52183476183521,72.56793735749078,90.62394803950842,93.88340574115638,97.69746981667586,97.82482025940624,60.16677815692448,69.32515847783127,58.070375109283134,19.002494784662193,12.23291228400324,15.485906593599651,37.16599712889976,63.166576224452285,73.38003230273328,97.71067843094256,60.91993437906738,50.92631138140571,30.656253839360236,21.09387273917056,80.00552435195841,44.41138621364122,7.195046055497523,76.91472186484847,34.89315243808886,0.24324440633158861,17.874860047889264,63.51840397723031,90.89040217039067,30.982948377481435,75.81266243518844,41.77586703537804,88.29276552867917,96.33502339852089,29.712686136386857,24.292725534919878,19.47040863496927,14.98356113618592,21.650345798038227,79.6319062828895,7.522902003654563,25.037077084655223,36.40782525369048,21.445625433203354,3.604883339534426,75.69789881203458,50.031155872885044,77.64227863600564,15.404560338911788,79.99590489898084,98.66142885882472,14.067939617242642,0.4871572098640975,57.4502068756217,50.60852168729064,65.90647514275292,67.82932819321145,2.096106642458273,0.629820533469938,1.071153742237596,29.301958352256698,28.2363557197472,8.46237707457509,65.36677899812963,37.082224051094904,26.82718018664839,35.01612204479314,11.24175046946112,78.45861862335276,23.579599842287855,8.738146937808555,42.22281935122982,80.48082036943659,96.78504657486809,98.6692044441504,78.51855837970861,10.939644994409381,61.18684706891813,7.406264610903468,20.93332664264773,27.76923080122978,46.168281616015605,32.50556447761739,95.15470857321547,63.136040927683744,63.72307128749185,76.42625613151291,2.3364050282345783,34.6169966590562,19.537926990432698,35.310116452687325,75.35152212070065,29.272142304080994,46.579227208105934,45.43843748541212,97.85760284277296,96.84562474731989,18.576538138992994,40.69762449928077,19.504343678465432,15.744011402361991,97.61882948497846,86.47242666832776,52.75177420535786,36.06000442189822,35.020111136884125,50.73136424035477,83.72331617235719,74.24644647604413,18.264790611793003,48.69781875087803,80.62584027258606,42.43764232456867,37.8352104257272,45.07135658746147,39.126307762844505,13.527894712518318,49.20843657292496,0.5442821887433613,41.23616516939014,37.59740108825478,94.42589822317403,91.63905250743053,1.1731889816081864,85.88741261551472,54.14609505681901,9.873891486287633,21.57915891497919,65.9904508256173,55.94760291589081,74.65844930170525,13.529519207285434,61.099360461527006,97.58761808410267,64.63166460853247,54.02892782047313,43.931492534869285,95.68944225085468,24.21407027074397,52.67808005088954,41.65539775903454,98.1967904654033,78.28440122129967,81.59491082925526,8.91243133809948,43.26025433099097,21.09862207678145,16.84830922886933,60.03616785461079,40.897952324889516,5.467815650779151,64.72558402610846,99.7077862098474,92.3179851251071,32.96342176941468,0.3360388759331312,39.37565270002252,74.31227384186326,24.571333154661456,94.9946097180548,43.35694470653147,67.78795862733163,32.69332320438776,30.83524072765026,90.41986430935134,89.4122699042536,8.295446400177664,99.0704855144464,20.56650236863082,86.25255552259004,73.02599883030031,78.02675093369187,33.05927547725741,3.536783667011134,36.673547604806714,66.50973187071465,57.11311069694748,48.451241642226265,35.64988213779638,18.775235693383465,67.01192463418431,15.251605989539108,66.64436131032372,21.054191420351486,69.27193550034069,66.23581476806734,24.666087598828803,31.87471079434163,55.8093503197543,46.299257148631625,25.159274472809233,42.65536404308978,24.40269959036254,93.05125284124745,15.894196796580328,3.780901455060892,15.94863435686883,12.23021902891861,4.147929737646416,38.273337930524065,96.21634343829129,16.356117476196776,41.21020646754094,16.015574420323773,72.34710551845312,30.45033376862657,7.889352803818928,39.90877604585843,18.286582835214183,60.21529393273206,20.435929208741,59.117808035140385,91.08700691100768,68.83129729409806,44.447452307333016,85.97024450134924,26.809617544669695,69.76105209293877,98.54702280442807,47.574622465653846,0.714102296672825,38.73692984392838,54.3715874636237,31.09682931436607,94.76273906511784,98.17756138487552,65.37333589867382,71.8590399222532,20.72216192033347,93.78711946268275,16.76052394018527,45.519624040232834,64.259022890611,8.659069106046214,97.5661333846687,23.92068078739723,79.8419500335727,58.27257683997262,13.61422322529281,67.84422101472082,65.14656205441392,88.39162441380692,3.0893185542626433,41.24160355927441,92.59297638339382,3.338700166252251,58.115251302668234,94.89341494664222,28.74136873676,82.5056270050163,9.46263657145645,34.04930850028921,33.941421999499944,77.21974597156131,53.573010489010265,60.40762519374149,59.95940430470614,5.69945506099171,99.58225926813003,86.41444629621901,93.36287596613467,87.30718781414437,98.95355695182711,91.65539913791562,74.01643078218439,82.81851473919939,39.89295251537944,42.00048333092855,9.904066702556658,25.08907421584482,69.52117884355388,65.15317189987458,79.91005958694222,10.071650083958572,37.60413734329888,53.83789268030217,84.84732435883642,16.224544640587457,26.609747155180685,87.54820145203269,10.792475639238486,3.5212941404240805,95.19099400226102,47.61474363592099,30.136968418535037,64.1854668920539,37.35321691978146,44.9306107530433,73.90682643870159,96.56866636875074,52.655653166266184,84.07685474263945,28.92987627950735,16.82544240271153,82.82325394354851,89.26800815888284,76.93528417288962,94.02271230172596,53.64300078431388,27.841543966215944,80.62696808354032,92.17282099868609,62.0073858909316,94.42173257317056,9.441167577885823,65.86457504260946,68.83710611426824,84.68961085061515,90.82594842856768,94.3413586782814,62.19791264386225,94.30274913452158,20.708854011015244,33.613239118684334,99.77206503173565,34.82698114457915,35.15440474343146,11.126250008192196,56.63572331815452,62.50961987443075,42.039412624362136,0.09675161040422209,23.266542320917015,0.7118447841178877,10.679830378960286,23.592476199165326,77.97158216800341,59.19654659641186,66.18570398250168,17.911766294987196,34.62611348815459,87.9795175393197,35.29064632938805,81.53375254519982,9.490570756673012,23.854352994723826,20.279103788423214,62.11514246212566,90.12984814675484,15.790223973021789,91.20035796658334,17.51094113697572,17.765080074780016,60.085375293769204,1.2341113020074679,85.77735279075036,78.10283741453878,83.54785905532427,83.29962978645023,94.94304449819569,15.232502466551544,26.309463806252197,3.789329105067818,73.02312780446391,81.50768499094644,22.46915734447158,29.89529954159018,12.54663438631749,87.25517402652223,33.625049285818896,98.52194119033545,47.39442928878681,97.44807676943623,84.09548085218512,54.885577900122364,18.026165111565852,30.26179563045406,85.45819906538024,26.435300437466115,69.44193467120301,84.6968265975409,79.05825937966692,76.6771201717325,72.2371939955051,50.04686099272896,49.86951431584684,17.70697165283812,10.25621744213414,84.29466260014347,97.51139793628681,58.60209611169373,55.780227227651636,98.22547991398788,2.917257527971562,97.82678310218976,98.61951745338793,59.83613794512116,32.40858183840258,23.72045314299274,31.802844931189266,11.285334170444871,4.438578377210856,68.6066101874214,54.06939359441718,83.0477956639471,96.2387230535885,35.17336643865002,65.39516929463042,47.90786049855728,66.72870017627451,7.728741401625527,74.90039758711097,91.76350327250606,92.65341863843936,48.9006118160283,48.83614726506489,43.018617662409795,47.689863689709476,42.38464184476288,89.21354933391082,49.057080284989986,2.5761338546039236,27.746235156899523,0.3254335777185924,95.8586564964855,9.069251200590733,26.988646804697012,87.64210980016406,72.82185605138052,69.27443751308873,91.80563409933225,14.863180919844366,90.04561762643812,84.02709928598907,8.068634460460677,2.3876021881995446,81.06311748191895,50.79302815335145,94.70100227266389,2.95763661348738,13.607038328760801,92.89733701678912,69.44785250252792,12.629326964713695,80.42203801012239,68.58712607859148,18.225684521710594,25.037226738001074,71.54412383644537,61.05566466047713,19.32992436239077,86.76606486728967,30.39944317916158,99.69032376921146,96.96951551330098,54.87869812041153,87.31588161839059,7.683451272073604,74.00665607468028,57.471114179905555,29.385809787293248,78.05124134910322,39.68515492873694,69.74380338789213,54.359882232873424,41.6847902004001,32.12694180427547,2.7050924313104074,45.862287687034694,21.652071552546325,58.9363306100465,48.89612728762201,18.262241908232824,52.570152902708266,92.62680707596574,7.053054256120084,36.117204632210054,40.04213751400887,10.137541605556954,9.816678876592078,2.6048811438795005,84.23258483133642,83.37134380729317,56.12824068790392,21.58812725719731,65.5101190717397,44.98872285605,24.079019670060454,32.26950033178026,52.52130506951468,68.46857999352228,68.18944138540483,2.409136582858684,63.41243184665011,80.61134444914465,62.12952288457172,10.781576326802256,51.83177586105051,49.46836367248948,55.822700787447374,46.15468136937362,3.886841955576037,24.114946626898327,12.020337091181776,42.40787192723747,54.82065544444896,46.477603239196974,20.225946582741226,34.85710484933576,32.473473416701125,24.92909062376779,84.82731206954254,13.922097603372164,78.60345086303792,53.46668903160672,99.19305370672653,45.71352617458053,89.32994716812006,49.50593419092816,69.60741008107716,64.89218935993867,6.690624780235899,30.88715360243144,33.71325128197225,13.648494489835471,9.931397754081871,89.11619490712495,44.656068308860306,32.05578302767038,76.98100444929501,38.98495507309057,83.4112150308648,42.41081837503504,42.2941182819421,7.53974511971689,29.064097618913344,76.4517636645119,47.18676113511005,8.117432221261057,61.83791173630261,37.393245908316906,69.52537117780707,6.820479245352951,64.44173294799744,82.30920450107723,71.7375728096887,29.754785169207654,31.887930600562008,44.48702070969084,59.38069731639143,13.228388911070144,20.309847953549387,24.735588484248495,1.3521261361797765,28.911437663351037,71.86332399310658,25.027178599520994,40.09814840089712,46.17197358379901,82.63354770117445,73.8047470185108,41.8034826360986,99.86603351650668,6.812772221292073,68.32063404930464,57.276000443497544,54.49513925363178,63.91200224522664,13.149556340160395,8.608703231757996,81.97191113344702,90.61011529306889,65.3060627562806,47.74233375133355,89.11870571419293,23.088344267672568,96.38709526691562,41.04486632297105,45.541923715832326,43.607142550130995,55.6448211263316,26.96903079079769,34.64229424552339,1.2008044839135978,34.29732792645096,66.34003557514411,83.39273011372907,97.64925537657322,44.19431954967495,46.457536174773864,26.793422874137075,12.53110697409776,81.78296787081159,79.88404078571398,50.64678075605765,33.207288181981234,42.03871443146415,2.1493037777448154,48.18244171252658,30.404482425757053,60.29966770328647,27.933462494511897,45.22577552591021,48.16343533103053,37.420823675217505,34.49801533501965,31.828301873214258,82.89121806481927,63.347246467154875,60.44336765684288,53.02668226642111,84.4244923134694,6.845492119806451,90.14304343621752,77.44373289321518,64.83375297963681,81.06655174780815,33.80662882864639,96.63856272355571,97.33423401089382,64.5677725665503,88.12068947267157,48.376418350247576,91.38690276691993,71.96307267990778,42.3128742488729,98.96206731191273,64.04182952816136,99.02369710192399,86.40413093498758,98.77039615340539,74.32908523421453,27.645063424444906,68.37252746807619,69.96509991785334,36.575623600056915,87.51962251118194,23.018063366974452,81.84426603648059,49.550658405539814,79.85144984094724,64.46612675977612,98.41378535054555,52.80688613405245,63.90738534833089,54.278832704074354,72.52098728099526,75.07493490163274,28.301212662907382,86.74405807100464,65.92950473784859,60.03181844924394,43.90232776346827,63.86717920410271,30.50792040147463,74.86700433078288,60.544426204003656,20.053573999799923,15.292494887506159,82.81204672723891,72.26839853044794,87.27182262850654,64.67440296329117,66.69053299075769,40.86289568380352,54.93902737616545,23.400342961393715,86.85319604735663,11.221483508442265,60.838181497765206,45.84400307893386,4.213766382675277,70.78358914716621,97.93955676838998,40.87881443954862,47.00425650019354,69.33452987202492,51.622003894354165,27.588760985270746,92.18345887920673,63.51176299431229,26.7734562526045,46.90649079078108,97.71812004853709,4.37094110198114,77.00217203144449,92.0811110326727,68.09442448752372,80.4510622110337,66.18170724860126,17.6904209785573,59.183390933345734,9.84999701982947,52.40030656299155,1.6738806087185698,48.858803958892615,24.557919095776548,50.08263837916213,16.996093322959982,97.7758947473717,9.280527527932026,79.83043020495981,34.7136110218109,40.674243046538486,54.72927322598672,41.775029446620124,75.90011950064968,31.85766736192749,77.72944980957675,75.98035207131052,38.27571838191825,96.7643386640862,3.154684919756434,93.05901708190508,7.210198850465533,84.9430710739483,24.118620044760032,48.50572874798813,65.10123177517471,63.41670819834051,66.02062551911003,95.14542075248539,14.54035899212972,32.28133078001547,77.34528712759764,71.76901537166943,53.51260995410675,78.25821350382324,55.29743535940348,82.77347017797068,46.96418827092314,77.09925304223168,70.52459058991903,10.321818368188962,30.966353810804126,61.32289213408669,10.08605782066132,52.632831689015426,75.02624490760033,4.198892507864271,71.42001095324154,19.350641003192205,62.287493174656284,89.25538101494419,89.8146717919353,67.5960383957495,1.3814618964341885,16.207078788023654,59.26821733197172,12.459855943335253,15.847230811081147,49.87709799694052,54.38931441357651,98.13405349313756,14.321605853531816,8.011170527776656,7.394160088142532,25.46793230377982,88.69820526396768,1.1851390739935574,84.08492493648467,94.89628292706217,22.55741631803486,35.914327826134404,62.12090519297049,16.678227344399954,92.02372860486165,86.03368809879306,59.88376591786449,15.697246284136135,2.1534205857244637,93.60886427219947,80.96566537805626,57.17016812491607,10.879942812915932,47.15146763668658,25.543743035103304,48.29766068482774,73.96481903999994,31.30234782104997,45.8776346060093,36.89385163015801,10.486935804672404,99.54038747340918,62.44006819980233,31.701391247357403,62.457619187090486,63.050166822135765,33.438993092659565,39.69811753035638,88.01951230985199,54.17681944480134,27.37342637492619,93.40555104269843,63.9536957017362,53.97446878581715,25.387571931178854,37.05504637984407,61.5611338484785,82.90171730344758,45.20031352414951,98.14652830684025,30.85914747128412,71.24296098151535,6.2760001813517485,6.517002793496351,32.885147073736086,18.789382895853812,68.70564991928555,51.21795096674923,52.455277046591384,34.12377634037493,97.74197034747769,24.74872910895528,42.247280469327876,31.996317294844022,89.66294880137087,1.206303346329085,87.62322594791229,77.44978228907567,94.27176177066515,13.284907881072893,83.9903894417772,66.08405383434804,15.629758053456367,78.81351123497336,2.388938181876288,59.99019061873159,71.13816321966034,81.41491681653443,29.757599121105905,85.12626746158787,17.18625688786365,8.795603117401619,20.814530742014302,88.3685959794722,94.59158946330491,31.782833650689945,32.483156670179845,68.50196068558438,74.14170738334504,25.234799970607057,10.198201562234733,37.334630120097735,77.30087369758134,69.41363232417818,58.4869700946806,79.44507872222975,73.86177682411707,6.788993581668123,71.99310443473892,50.526540078863846,80.77827522177415,85.12275232634495,1.3955426481759403,92.11758768131494,37.826390309444726,51.005477415727555,65.50644025651563,13.537051566111158,29.30761415848395,14.472417763123513,54.592353449281624,83.91218805001907,13.349821950117802,98.1782572142653,51.96920004711865,24.516401043679515,43.630940062874515,72.04223649610351,1.9211654795841304,75.39882165239582,82.41394097947475,65.76667802734373,73.29713883778184,52.795758016892734,26.531574436522366,21.49387970906741,78.71337696575088,93.99869092986098,27.702321605045498,44.933034336776956,82.74177947830593,54.72556615501247,58.64888078298518,86.71244210046781,59.68394835477705,38.221241742893184,68.00180805604164,0.25726194071163944,85.36126740561812,41.184676889374984,2.1535502677779816,5.852199624605781,56.68220129609819,11.022742668466478,34.30350533450499,18.019998681681805,24.00887481596361,70.21807285392224,14.144953728017773,78.91429735805883,14.949464455107265,90.53785404357897,82.69523936502014,8.789603210630737,47.25639107521833,91.84581697035462,0.8231724074250768,99.01062474598015,35.54247652054886,26.510503468830706,80.1126756722935,71.47520196045465,94.64879726323966,6.624807951132572,91.41915032214001,87.50574204831919,95.84690197741533,52.70229853181782,80.42154360636759,0.27529047736428724,1.1393752643416133,72.1261838174595,18.783214781847402,6.7763668896115625,75.86309633844185,74.85208083179893,48.43227136248201,87.204174564635,31.806678626593012,66.25208093234222,20.581911120541807,40.4295308623848,51.750389176109316,34.695868084319,68.50194682056589,6.41353537355156,35.399525789138885,80.12191838743186,16.469653004218266,90.66310059762958,90.79727358373889,41.92632892905957,45.42249122422697,3.4629817189555268,27.98196774802405,14.603984790059254,43.919146715235144,39.182390695902804,38.17000344917014,9.642279553549749,81.54247307348685,54.85519495525944,49.95907842466506,94.70254797292714,88.88980311879759,31.9671892122412,14.06222832838031,2.247249436476073,55.19139855813251,49.32845026351605,80.2082716085138,87.03803218809168,79.61638672746136,98.24798547778433,31.773043863752925,92.43555526340835,57.23051315942489,50.68938966340444,93.35182476476596,90.1794036287038,87.88899817980258,28.578407621711577,29.477280369271817,25.062120842708467,30.31583612500537,63.38410917252871,23.39890620760996,10.055122359507884,69.31098395834621,91.645914279136,96.68950218841938,74.08023635619084,48.46048020320666,89.32758314105425,89.91355573007158,48.89074229048982,76.10199904164247,8.744555061693248,5.861593245610908,17.75291334466501,15.462232038482803,61.72465162509969,49.70925095168523,81.99509130811313,19.22971488660189,45.32900965524366,20.971118675502797,37.32325705779302,30.949257274258745,28.368328093181326,54.57325897074712,86.26480100758984,67.4915769184926,84.37042880181811,50.4029824835739,37.6598277599054,72.33941611327917,39.95222716554717,61.94572572027941,76.45517387721047,24.273647627287353,35.92573497833502,56.518036708243216,46.636543437170886,57.18530168801556,11.8424942813676,56.60004510312786,67.98803174947685,20.737258081037947,18.258290997189995,80.03664676931649,24.43238397170948,14.790981728344722,1.1422189582810383,9.733088581852378,87.0916149890754,64.34959418618106,12.692030481428972,49.67718421316307,23.7896524987097,51.116189891239905,48.803878220726226,32.28265711528032,22.346763779847546,88.4470427275929,5.09031353558187,92.51602869207815,80.6415345692591,77.88343084936812,89.11371436353149,85.39070709641237,73.49948442709756,69.44598446545773,64.2628324607951,17.196998314646162,92.32416571448012,92.36544803643781,43.121109014412774,51.713292961185786,13.14951887213458,77.39436777469922,17.648772470630767,95.67178017900231,93.37166276403019,47.81962110483088,52.88091358892929,12.626840189863465,43.295251159454885,67.23636771619617,0.3032460129421821,72.88904762781817,52.19934418141147,70.76675936553005,52.0133772687656,80.43035856977752,54.288373506137766,59.073967183355,44.82404176166695,5.180596444443464,57.088211226994886,43.854014122046244,85.35691665513609,25.338658498509815,25.671511639846234,97.57563002669967,58.764805611635765,27.45942030750679,96.54832361521511,11.658414944061269,57.26086747536478,14.043218894234089,71.43147511930601,51.050399258575986,26.51294839897721,74.0967615677666,32.40755968085443,29.42049425855989,84.57691818131124,81.3499590193705,95.52281397178376,61.577224599409895,22.80243239834713,88.74291233334863,20.449360428178466,22.195452362422895,25.59784965498849,48.13701440063522,0.7181843611805405,7.175350882756315,22.94080234340369,82.31234420027361,64.00883299936139,9.23973867396356,64.05600972535662,22.692490453559433,4.795732697360922,93.64913622987639,5.933051850977067,22.493965176468002,79.57024524784558,44.8842898710348,11.093459651130521,21.985712265169845,83.43075225756017,44.2629508961175,55.88638920784136,93.60579031349143,82.35998277342412,17.090984566188016,63.50711534639125,3.304076467556394,47.59381856275626,14.115360971390468,39.71542834164732,52.20586329687307,28.228737280381367,89.71782704393108,83.18805751170973,54.86690089423648,11.058167475031421,31.377822119391517,45.87889041647233,64.92620736655567,76.30669630240402,70.77967289512694,29.18824345676454,38.697750306894484,61.56543193762284,88.03383680670946,87.37454928781936,0.0743203949782667,49.80725074703331,59.128874858354386,70.05654209746254,23.38870988905567,49.27204111179697,70.20428121418382,49.40570300151514,38.59669653993455,66.18396492385952,28.044940424053845,90.95843051507828,81.30826789478657,82.52983896114195,19.41275816076764,87.17486461532302,81.89512142209563,38.25335489148499,87.09661256198987,79.70487997249252,12.173426916082452,91.70230870333353,66.76988275664453,32.231449385886656,25.600874479007896,28.486352378547007,0.9083897694459386,68.90650502700895,82.19616980420281,65.69227546301958,90.39474796086012,77.06207115259477,66.08912707852623,12.321582920724538,9.304743963397266,47.58303788714825,53.6671618057996,17.12884174260283,40.942543931835694,72.39087247124634,13.502255095941562,24.38295507813144,16.952984953680584,11.839737221420188,50.57327045553698,68.33026987690371,15.848432526243128,23.124423892552016,96.947817682421,47.382945204820714,18.26200723677377,29.71057563230053,95.97154514195235,28.789608643764055,16.52659861848269,22.68859023914349,80.9027208952354,22.88805190913449,31.48364883937125,55.41914320194292,36.05028941080802,25.664806502724534,3.607174448383954,46.62094806845464,0.569198289195505,65.57989763550536,92.28729026571891,5.721911313779893,26.360437216397315,77.10333263081985,23.932013656154062,57.148163843835995,46.60545978604087,52.57128028257366,4.623824346262351,77.00016040510471,27.638018778398976,75.98143705002616,20.812438299461967,3.713021200219857,8.895531987024363,56.26918525221941,60.38790133902163,68.92805576604773,53.876508228228914,88.33963500458124,67.48370032627328,68.84428056766025,67.82153376079704,93.04698179205742,14.387696039051034,28.31163603346316,91.11603532991288,91.8972138372637,86.07660417737661,36.580683068442944,85.320159505223,59.59822278229397,68.73345794949806,12.472826011029458,78.28743017746477,58.85708161556016,47.32887291143768,69.66622253751011,75.9509731857701,81.00415781655614,33.800033128676745,0.8375508295604517,2.2899457103428,11.936499174808969,89.78373757259199,88.40577090117635,65.34453766508753,36.286935328183404,5.050747447939063,13.386533526228616,12.930270767973829,97.52748707819427,90.92868942081871,3.3129132836205444,42.67549898956504,51.70580737280693,35.734747055454775,45.39389003449382,30.7797320556238,58.85116663462369,41.196651357784674,42.11766732981504,88.38926841224173,54.75851208455038,79.33054326969447,92.43624822829358,52.81549627091625,17.573791592407794,31.519055660733862,90.79966840219825,41.85506604301782,62.50950095573787,7.919462259644416,94.336311168098,24.913155326315184,88.27242063414108,52.366754536355565,93.12604056566428,15.44542767519249,93.58076836058034,95.31773082127116,43.47001247590606,40.909374384330576,63.230083374164536,94.52537482722941,95.6305907094232,29.58503177764278,79.04463088930022,44.38803008211468,26.70260142193166,79.25760048696053,7.916315836028243,0.08727708973413906,6.382079233504923,9.603195936866971,66.6506787344044,54.98240128789721,74.47952127396829,85.083721503628,68.37592406043088,13.558480405578266,4.659914453647495,64.59673976139561,71.74150960577161,30.14269542282334,63.37208854565672,66.12371625217098,22.297890208395543,76.79439104845095,37.53561894795876,99.9509744543171,29.363207516133695,34.68606471941263,51.52632580242562,16.922596230056264,96.2532941475377,37.503985082219636,5.0445679224264905,46.19222163911012,15.204024436023023,94.36984807317441,39.268464203358924,75.76902799552403,39.07756070997975,15.165279534459552,49.102182835274476,7.220619553818464,88.06750038396521,82.28075611571003,13.650984751346307,42.19636387153971,79.31483605819186,7.359095595081611,62.58188391391679,74.62378507415806,15.450829241451913,43.255777162925654,30.944788829907523,70.67193984888736,80.44004801520468,54.67303115917106,55.77232459199853,76.73649907143816,9.714516517579119,6.3238763321689095,44.28034805877806,84.94227765200321,58.087629792950466,75.25943452156318,84.58704128911002,55.94177434345621,82.55787692545485,61.30586047326655,65.9925776841645,88.54667942249588,75.81997519931012,35.2277787579786,45.23235653089904,89.69878038757798,95.78358190655896,60.038134722997974,48.28490205785999,48.94723320672123,45.73747704976465,17.636306551412773,49.35760872839414,98.37915667481202,24.92971760288627,24.509015924737433,95.96707355327662,32.81098027294449,33.83483866983109,25.267671095945023,72.97292274365765,48.58243967444844,66.55689775905975,9.932833474333913,97.57284076138957,73.7902997222265,77.22028176519017,14.645261534204968,17.144626376489136,48.98342247343596,36.77467488205741,26.974468675658635,57.47980555261935,1.509390931141985,84.66930716224368,80.99274618210298,84.37938790671612,94.96102610065981,19.842608767628,69.65391142053318,77.95575630541217,32.10180871921755,64.63942138296979,54.846604663209796,25.436106465507493,86.6264783214215,56.136532013449894,34.81832269657917,15.34835473053937,75.10809891648248,47.121367692540886,90.90488165618694,33.77228450038764,14.186054620812527,91.07927169518523,95.51167096632244,28.865798735270808,96.50992182382114,37.90127250588117,9.531009258135537,53.90731307693605,25.57286863775382,84.8485000388412,29.38167472082075,71.73264670628002,44.86572062442848,85.91116823958089,96.93771233948975,71.93445318818678,58.121793149325526,78.84879170126881,93.85155412853537,27.906162597557817,23.36600062601756,2.497584464823488,44.44149491789935,72.88864080218455,44.61827204380568,53.8174172431356,9.24907981690738,1.3727354015090842,49.3410323897382,69.64784997284885,9.49315980449683,20.657727140981507,9.723574867727846,60.46927268705817,36.70242924084186,33.628372983701325,2.874416586152484,49.9022276214187,15.303689456610403,42.06622847715784,95.50651445746381,42.827545772255995,18.034516221214336,30.99169960274081,37.72443809478702,1.7296599056040307,3.706726889711609,19.35185653847773,57.181827262189636,45.54731887742391,87.10618816915314,8.272518543385466,48.90538486413409,27.375539280604265,69.78181540353688,63.194822410742766,91.46291982731854,68.25526144716414,61.67737036630005,63.332360577539816,24.090447868842745,88.2833635757814,97.11817793163874,68.62547161481186,99.27194818928574,84.11148365254259,57.07539098894505,41.638463546270735,21.179426677817613,5.454748087841743,80.27386029507197,42.41888712045848,51.11553570898789,43.57360838403977,42.21676858391115,66.28129370978476,44.36657691669613,92.37531708343799,4.792991891588338,80.57610887321275,32.62535664880436,20.20274890284074,5.476276341637687,64.30709728184158,21.407082205895932,9.138566254397718,52.07888210663681,39.43421839340909,24.528588062216638,13.91712662334692,87.97473542817652,97.64194706477303,97.30048855476345,79.47738416881431,51.73471816864016,2.3170257283978812,66.95748054022262,26.69143960787205,38.649523403931795,99.48017308634503,82.63888681370135,25.778835725090545,95.56575948848159,46.375650723608885,52.651868182395404,73.2775620779741,10.82276730432854,9.7246061037343,18.539848217653354,63.4898972986712,29.435451257584155,20.47168789369436,2.561329344498453,70.45295287923115,37.981728024035554,8.54497311739879,90.86623772881515,66.77684202744977,8.732872861134823,4.156060203626177,22.039443754706856,71.19643835389799,14.98411390800739,30.1367511881215,17.872172908683837,72.95358993963976,44.826037432452296,44.53274930138819,10.940559979360964,42.67314614624199,14.068849205327027,22.248342919008312,35.89777554671457,72.48216779124886,21.177444771409647,72.97671543311684,98.50467929421502,15.936701687806254,18.888490729946096,97.29200212730078,21.78486195547985,65.28394187857701,1.7981132093529584,48.44004333365628,51.186024077914524,44.011249020720825,44.89665080060199,69.67142732551112,59.77226922734701,5.7596833326837515,60.807648048374396,89.40988867707264,64.57434103910329,33.81874238377418,39.143687645169145,51.25526026836924,22.229163628432747,66.51056934454976,48.822093806395515,84.59449446000853,1.4181901074714731,38.45721379812462,32.17484424924475,56.67993972262051,62.74574686493111,29.566554201744776,6.874333524428589,18.99291732770091,48.275043841817556,43.06053736644571,45.12337269051564,51.277048017218796,20.108860218198153,43.47572398468566,90.77294988723527,17.334225129528036,76.59742609861766,8.900588957607237,6.004082689761492,12.466690402919667,0.43002618857960195,93.56299685311468,19.760660423893796,43.99117755044835,58.44629909758646,61.43874584060287,27.531660075215125,90.04963222007076,4.72007081225172,46.04923597334365,40.29964373450342,28.149375412128464,26.534204596455734,70.43910218972005,10.620242091723286,96.19763632107241,89.15619640037718,81.9678009443004,53.17114860630924,1.920268744200937,67.36591777909726,89.2024676150186,2.8985630354288694,53.564930205748226,19.54022366540258,98.94629845240337,30.3499288186745,28.969713091806614,0.391085037782668,60.95985676629645,95.44391969446532,78.04023082743477,60.92504783399101,65.74849672637866,39.47658662145219,31.044655440564394,52.785868920428044,19.541286126349945,87.06317009284483,41.01924027776458,0.30938973384162516,7.788442969572873,78.90009328935112,9.676071415333743,59.55228529631651,14.387711050386986,25.721423939779665,14.213053390819574,16.36775666338889,13.840723175442914,74.86131006976636,34.84118613608808,6.20111478914186,87.68170462899484,18.60203338867755,5.733451869098383,84.40187667170927,90.04209258905294,52.574979746758366,21.74145116495094,93.68426923559345,52.29885985114029,16.410787701972083,2.936253999132077,76.36567207351321,17.541420366719795,8.418129678030583,55.70590676660117,56.75062964271065,2.808411057922211,21.619095521299258,15.234986189534505,53.65588367630806,61.44210819524998,54.623232807866074,51.849430962129084,22.832247757302326,33.29353837770941,10.503387242099272,22.11533067531708,24.553947142131484,10.740580656104182,61.89172978642866,78.37970227588487,79.62852705166539,64.9849132247295,94.03670913613816,53.60219347263047,9.363360539415133,46.41483440476721,55.71758997870923,64.27745513051632,63.15651169580835,79.48126991051521,13.183327684357039,82.65359524050247,54.23297071234041,1.7052158367735881,77.79909638937117,32.70794719735507,85.80927991458005,6.394750871195354,49.84845511456821,78.10498660341811,76.66417575195256,94.63620313652225,10.657110722309692,40.66525929720658,95.18487846607627,75.83751083083243,65.80889210809019,58.565295643868176,47.63690867601306,6.706960831997055,91.99315176932977,53.290671484831634,14.452373741258008,28.33998790375749,57.74245843367319,32.10174791128675,29.828507318052665,7.455629882175496,87.9968400114575,49.7230094850458,86.56610187160304,57.582419810963884,30.70790089960512,26.43207221745536,72.39450199746598,47.57951237361478,34.91795218903049,48.10462298989334,93.49597433349446,61.63765214670233,1.2715260504082337,46.211400672616875,43.52633154451653,2.269411080171657,99.46683931200266,5.019608395673836,13.554701394153778,3.8675362813612058,79.61703256674302,64.36022990029628,90.12705367972116,93.48961256840263,4.52006937657099,36.89779462170767,47.54252921909392,26.050163274152116,16.56799071800903,79.98485412176362,95.48320536827974,60.99021621094916,97.01356353855323,51.82532025662404,35.16377186693348,52.554310737399554,49.28129661576877,81.17944701975017,44.65889809490247,48.09592437905803,7.055079502124794,83.18161150108872,34.9111963549822,65.66462176298201,0.6341754891887041,57.520468061706175,72.87440453752619,41.984665308090676,43.487919567908776,10.349874213768251,11.96368110046141,88.19639008623511,56.90957780144809,49.00691706406186,79.22436510088201,16.118976013655274,90.30383240097859,49.05260100611719,73.0509127777324,86.48524654942857,61.99761987748451,5.270906553420485,96.99232240943275,91.43082526362588,83.43322055806843,85.38252453422938,80.82970830546313,97.91669033069016,23.343256279075852,24.260785601632563,0.5469688513031312,21.111019176459557,69.04411401940675,56.42482976489557,53.17158063072141,45.282600660006764,34.95897018001075,28.827641457691843,39.37910362819912,26.45063503139894,8.971395710435681,66.50003781476758,80.536222753338,42.29832324920637,52.58207954910237,84.61265502135213,32.53392724218783,51.82944264433611,4.083823584034441,98.87028568683363,48.80025737398764,10.35797600128382,93.0577263417191,90.4021481533632,13.097974379565935,58.92551768072069,28.78951753090512,35.21163016644846,82.19648528607252,79.39546254139643,2.328136966739991,86.52339150616349,68.12789992874697,45.11905480425571,23.94459390811835,32.29666523440253,31.771992046177566,82.90147440201629,10.732465692719051,56.70394607758475,34.402280455188496,12.187974506096644,70.09914004870727,6.808472288042333,97.75900740597062,87.2476352141581,16.165273746961784,48.33057212053098,33.28997467482926,50.94038504913032,21.243152323609984,92.34548920970612,22.320038910849394,88.71792971613431,5.901165720766722,97.9297648750173,14.273436537053218,35.316287621809806,34.483136812695705,14.062842466448245,34.182554833477674,56.61559293082301,57.397859277852945,34.40058788332917,28.375306205772354,5.3446575344509695,72.6329729824662,81.89437483891317,14.592849053691314,1.5941531990179114,83.18349006762634,27.842501554694376,70.48567863884048,80.50214195957683,94.88280152668483,81.21385860619338,66.32851805426168,82.78386072394719,91.68444258380443,82.79948486319631,75.07114319480893,25.690688406867114,59.59221098101705,41.65935158099554,18.955729489954955,50.274373689013395,40.46218809260973,78.50166446522523,83.17440646192938,95.03428298165963,9.594676965167693,90.36950143308769,2.939915561714157,62.287274168053266,95.53695078405528,40.25711870990752,46.03173418920922,27.915663845728524,45.57771181932736,87.8336252669039,36.09057478131407,14.738071656149943,60.720628257966915,40.03697709612397,25.482361722472447,5.635605197777194,74.72656659594317,20.779947311927117,42.67482490783354,33.22854205894807,22.755165643404318,32.39518009555867,26.358032177836265,41.918603005420415,94.32773988728864,27.76408039252043,42.03335831114485,54.19667222747234,8.036656624857397,15.160421645895084,71.12043182084102,69.87588432576689,48.05372199294582,95.32987900281944,15.81947216516728,20.832815309069787,40.951309270403904,42.38155667892843,98.72690179737326,49.25848262419866,30.20891540638344,76.59034710287013,38.26011376242734,81.80009346543817,60.003040595175285,25.043592196668264,24.571675911641965,73.26332577189088,19.87773761701581,94.65890902905414,27.509807783957484,38.09914523125338,4.330912474013693,38.31977981595893,88.20975426848531,30.796108122793154,83.00734797842159,89.21236298218389,79.45484298489129,63.81956454778931,93.8036965204233,36.71965143853453,88.47454487729397,82.34373717715445,73.48125778066378,75.31809640589574,52.611184372059206,24.435228319600633,33.69796436710091,14.753070914071264,38.63523078936684,63.61287068036877,18.09644488074722,6.09278596749534,34.60969496813038,59.860430034889234,10.307992630442497,75.64364975336846,0.5317722791754353,17.18534260576716,59.98834924296834,36.7601159698969,38.799382098775645,57.58444741972875,30.483976799741754,86.77247914856314,55.92459735077661,42.135334880651385,45.674961016779605,37.30875524390036,32.68495328419972,92.92622139225546,68.49673355302922,90.12197486921116,53.75687739714594,29.406375416277886,30.531627590729503,7.271942921313402,79.49702860466917,1.314536813838063,93.538417073301,8.03548316224546,85.99042898760115,70.60203805852726,83.1675340286112,96.40843791987488,27.19749118687159,73.55796154039459,92.42263281389293,11.82329956346525,71.81306276655029,65.753198630512,90.21143738355644,56.16219738231764,25.697295706881697,41.520709529315305,98.03676803058647,16.039793348345622,38.826367160917755,80.32419945725688,81.14869763289217,75.4913402678018,98.86224524873214,53.65132633680949,81.1939122323175,24.714856946200825,48.679619818363726,17.739932380856803,39.23637753108606,88.19584520249023,39.55328027474947,35.16441734699257,6.165600862227527,63.78191257626767,48.155382945340676,18.210165962392978,50.14537641331869,39.85481937815225,3.7981425320097295,12.967387040916067,8.787426536979437,31.235550346424045,85.92107045500883,43.50197430947108,42.42510356577672,4.7791431501955195,41.40658344430032,99.77707390289079,19.855540672445628,63.84810965382726,63.57298422803508,1.2807359406583951,41.292916052953764,70.40185396393073,94.6008001696108,7.6132178479427,83.56076898975724,78.89100647245505,32.01581434623111,52.089473636693874,78.50098355210636,78.05604140351898,7.898235942448628,84.71640616165467,78.67698703103018,60.40634849262335,9.488873434452117,20.77241146969584,93.99274776734804,27.180575285255905,53.68785322330448,19.4137919572107,68.06203622100564,0.7108449193606203,85.14133158753043,96.44988485720778,3.543486450162825,53.049068947074716,30.824261378401594,93.55489752014972,71.77428805798922,77.47330058777334,30.88881228467625,2.243230044739619,42.90234090825178,90.34648002242666,90.6831324037122,56.57460388775427,38.52853654057069,32.85791181558878,73.59176888024706,34.73628819671385,32.12823790425128,84.29324307591786,9.637334783315431,91.17928447215435,39.41359295713374,47.262436181894316,25.23934298078997,63.11855876411025,69.26118371251924,17.154026465151528,98.90509644737875,80.57177107013692,6.491774716028842,0.23405297823005933,35.14958618779226,11.561790794458894,10.843199117715397,68.65483570951577,45.910383147140124,91.18542955035143,83.22010383191693,26.109539884954756,31.960296005986855,38.67794072815541,11.195633829483654,1.8505198662805755,63.35318682711794,46.61566035358658,27.33615822905362,25.86259794055954,82.62982547232353,91.69721058900619,9.251807339861806,88.09632292800859,36.83270806527494,50.16041665967476,52.16358911703466,81.68523759407839,26.874703949610257,79.25545599320736,6.185295868949914,6.709555250803212,56.364044622027954,63.2187935556658,86.25103077583512,89.76838589082544,7.118001945397989,8.0072569096844,67.96884629633286,21.05880973692501,22.495639867634676,48.801910380727,54.212519507141835,58.000276529387676,37.101102754689485,1.2577249711332894,71.31253092644411,1.8372875808110312,29.277822277041277,95.77481237175937,85.550273139696,55.39904202528769,14.365678098946866,74.03921989198166,79.82572695965658,8.395555475362737,98.49989520855887,12.009813292128491,98.56808783842806,44.10628501264501,35.28699981302044,84.1336947995631,81.85474956817674,21.36517267327568,36.71460119660289,64.60762792682506,0.6640325111101242,91.38819023935855,22.97495916356921,72.91700129789726,62.52033307543615,72.23789063275484,86.64607246025527,98.61596185586271,5.195746523588552,1.8313360771030185,20.826172105181772,6.379413763792829,59.61642167310847,70.11047766347016,14.13102645405182,84.13401203262781,44.84728693621628,26.48025738621349,44.418886662584136,41.7942850884059,48.88367312024956,70.82353549098546,17.91254046691444,47.98693845169627,96.46856440730627,20.76440173133457,40.29983587396043,66.70300828156401,39.56889122833454,32.60774508334991,61.11319500461532,97.25915519012443,65.07537751066533,60.569150899505686,22.467086599946917,33.705866673073245,46.44251278126965,74.85940766953182,82.21758450278213,71.67975788601731,87.88305500380564,74.42294066714469,95.36336027675982,70.23973147808617,65.5809112191163,84.54667628173809,62.66214036670972,23.656399989406896,36.83760133720284,56.92781863133193,13.02083456642863,38.502417269936004,52.033546167209884,52.74409419215458,0.0016552586338258735,79.3083778295572,55.29425820499895,89.61796073940631,31.42659050387937,71.6355738110906,61.79707711643662,52.31399493248966,22.68808521857877,81.39776074889372,4.095658701884631,47.327854112978564,21.403599529221616,72.11164393167351,86.43484082647272,28.0050993777599,12.547459923776284,11.725555595809878,75.76806627740021,97.66654124299481,57.81637117321529,54.43557938013296,9.6173026805624,81.1645801665313,26.57447015742973,94.87470776931521,37.00921475375073,23.191078123453636,73.04708937687377,28.24771713033325,26.27861827580753,22.74997877559686,44.56532246906952,86.32075364425657,22.480745075831997,64.00432019722363,36.420140882804496,53.067253758336506,31.44391124491981,55.25687040073722,77.38488126879659,88.32042647781492,51.13015652248779,71.4681686076932,93.75137095310421,71.04317400197081,5.707959537951357,48.12032824926702,36.047569372548935,57.88457345789229,10.631673614021175,12.01633584778069,95.46339869527947,95.83555064156009,57.2090026164889,84.87268662636744,98.56621616378025,81.3688052947089,46.6973700728139,75.61360738327603,64.53655110352814,42.52485889068778,27.524845581150192,89.75896938799792,18.43513388988286,6.141953413370849,50.241106963717584,75.14064848336507,75.22743912296087,73.72083463828572,95.84271978205685,60.20148344949917,66.27333574489083,85.30801000562668,98.5779034451369,78.98605050908688,57.38195008208717,48.652184495546024,17.793335528897526,68.6545396367489,59.741397651816705,65.48136846943405,92.06682406103508,12.35197413138549,86.43457841520399,93.0554418587573,69.9058291871826,24.565401933215835,94.85316761799481,15.912562660451556,30.48237342263881,91.30147406548325,69.4877774650845,42.71871735428012,88.78202149622349,22.969787205555512,44.961653166971985,19.95844645271273,59.47894679244668,32.64038147329271,90.8607785900062,94.66262883219794,98.50367188113358,57.53707383007164,22.312812158176566,74.17618191719062,7.427650578808609,12.26139061279512,33.396035283141735,88.48813860557453,66.81148258567025,51.196209864251216,52.342107194386244,58.98264514866356,40.72738948778092,14.460526730263645,40.094279376979415,89.78761693355365,24.36811592102739,56.370094675680605,65.50283034705487,93.36872696180274,90.42366355312087,44.58423512128034,61.59941837307984,41.527514675618434,78.12365722856104,36.377481112781766,47.17684959284107,29.842261778258184,85.31393727663684,59.25641753123286,63.858233590912626,16.978686838321323,38.12035935470971,30.434449696798072,7.999906925957301,46.7081231298713,21.32522888973165,98.47929633109544,2.6393047202959874,79.16785312288417,91.8398522431043,44.58352422308022,65.24962759601932,0.4288541154946035,98.12528531678545,13.411517002802864,56.71748812954529,1.0514749775067167,4.717834694492007,64.17077939902839,11.444854190376684,8.840686046244395,57.86641659657076,28.899032701706773,7.648003199049214,18.12462531500414,70.02323092296993,29.002063941773994,40.402562057090876,75.53296728488678,19.53059453084337,16.933971850144623,15.238662969435035,40.0448719746459,52.15739282460316,36.42109889027668,39.81501722423402,21.749632904096405,70.38725373718974,21.077589942020513,16.060755006089966,31.885858049577465,13.073732981065723,69.46320534383173,7.407880464151562,18.88609288820522,10.316652226929147,9.77031595598572,20.491542792214645,65.61426051986071,46.79258404371617,94.05050845147542,79.75204599353587,77.95886853601974,88.51590480261227,92.35095947457184,0.027144525667976982,91.93664109406758,90.12536111001722,98.8608750416229,4.226811987318458,10.686980939240321,74.53342629745929,12.367651409288626,51.07820257445266,26.7686448446388,46.053084337747805,77.08007814578241,19.09471312433896,77.04140456221201,75.79379562077901,24.645956119740497,28.69060287913321,47.681853272611285,73.83038254364132,19.47134245030293,31.85588551798294,39.4236950010127,16.761935580339028,24.19866822713599,53.92820884824723,23.666227777502236,17.892808664838288,11.771703890197161,69.85515169732136,29.72850245960943,64.5666513005957,72.45256121036489,80.24386204856006,16.54006036792046,75.7892178564881,9.695033107688822,66.7218901297466,94.12979623859763,0.9482580654927131,44.30954469859988,35.083077029525356,61.84763459153838,54.18925845370044,62.949150409003174,87.56319958782765,99.66097216733026,88.7898548856019,34.6622070829646,2.956262028803791,84.25101918378613,43.113273081892046,98.70386221941621,51.81352450071765,58.2627230518832,71.6738338099536,56.97101705523758,82.84115918166786,38.68976530394123,60.992775077610105,12.084959680841056,64.15995595748917,1.0898497593901046,61.27138082067937,78.22265988078138,58.342555974936126,21.676938982949867,1.1137835315844113,47.71047654152007,76.55130412573263,24.13704855098312,84.6195508888623,63.45644590577978,36.17797844195643,31.94947461729898,81.67756900185881,75.99944909247812,71.65002259312293,0.7057959560074822,78.98726556681497,58.07607638305474,27.580714798634087,44.03952035190951,47.28467732541319,95.06065735978775,54.65661816558958,50.71993938378044,29.522809299248788,8.058317391842051,52.82522205974889,94.70737485431816,4.427381097874338,91.87311919825933,93.92187779822447,85.88439106919584,38.31768484630006,46.046032231635195,38.966667271347745,55.74574438140366,8.021752280009874,82.47885991146111,90.45215379490641,2.8380397471844288,69.91410237188217,84.51559583043557,72.34093554224233,18.811108532900345,50.041234920554665,67.97687336095734,78.47788543199587,17.79250129759936,3.5160083257336217,77.64527346744822,97.5098558355553,3.479594742626313,46.56562801117992,97.74602740414855,61.078440854435044,58.62333127026328,30.837664992898105,24.986671461620446,88.00833617516182,14.038158365410302,37.36575915575797,6.336731922414229,27.743980453318596,31.86527130055169,48.95967840528972,92.84533150580067,35.42510795840449,32.4158519129449,4.52849772374444,4.720471008420102,5.13207231361873,39.29604601650758,59.68407333727741,96.37306386776892,17.785702391997138,86.77565061324508,61.87012572008178,33.600310653138166,15.236479172156315,44.95779525140452,82.81222450055316,84.36203817619578,20.298824916013736,41.87996585697731,64.90119361243258,48.82106530171485,18.250236928126196,44.476582765175976,79.04791295607895,68.25967500895467,62.53429604455422,71.29166078725704,46.84875494313718,48.31373190858805,20.019519484156355,37.133118597636525,90.53174644234375,79.21966592244183,20.827787231511387,4.099502521728738,62.45993758828901,4.314672007712628,26.682369273982466,27.13965161152273,51.968548947787006,23.57320075560945,17.80786180628915,53.258770744722305,34.2307511463998,54.60364499821384,10.977344564550773,54.336375858906706,9.983564000355116,50.670826968341586,20.42003600712582,82.64939035584598,47.119976846445766,59.91188019633249,34.795491604620324,27.72829637950688,56.165965742879195,34.21008761971163,30.493102804274763,31.718044837104554,33.995198036888084,37.24268130377622,55.251269048611995,30.46865903560225,54.26154169920909,66.88274565082568,59.3115391815338,46.41111785726856,77.31404801269053,14.582563706458629,43.371530842361196,87.23766764329426,85.10832043840942,93.53787876779995,1.3224107680628316,95.8842778931976,1.3050175223076832,44.5660618218658,85.16685581303142,21.79723664904444,94.64331837055501,29.620805180125476,10.084130605257736,29.394207748691194,46.167947600920236,65.26648606941362,93.82339822643763,90.13054129322371,89.54255476574696,68.59363933967111,98.25709668210287,47.86874249568901,15.072074440346817,85.5942192088312,54.28796546255384,39.66007044684835,46.61040086568493,6.366931824752731,21.600687134870554,15.876764268830634,81.66408916425786,7.601791616254938,97.2324351590207,96.19777942784803,8.487271119984252,9.721815268253453,17.413248077364052,29.226119684865527,89.76351297067504,14.037625165413026,82.88448690262567,98.47055859967446,54.94066085193491,80.82361292263856,59.191897553719194,13.2330840144955,43.254584395864335,62.22602913431241,74.49089094811993,47.75363116732105,28.35847714749996,76.2003010439041,2.1251199013342714,20.42638081913838,49.88579485515518,49.25177850506173,58.55895570752405,95.47314504605768,52.54810882317745,87.00554534454564,69.19403629279704,10.574680962160599,20.628633194905056,87.51540494222853,47.023196001694956,82.91286939141895,66.1215926303166,64.91413722478858,85.80819241042839,70.84748937893065,87.24320320006377,58.24557619900129,32.640848107600306,69.51764369060331,87.51729318941356,27.899235741736263,35.82083534200772,71.51406677999657,22.532122976287816,5.685732350280537,94.30260101234713,78.91595580301586,44.6526868944184,73.75557063275323,4.161661042439791,58.583075756608274,93.46856330737076,56.47401111634602,34.109230720632176,14.220014516232204,33.63911145236324,58.03557638959461,71.4098591986883,19.399509674068906,71.91352568000976,38.67134510302792,2.40978403244283,25.15815873347539,8.459783903430186,18.29904572926331,39.01935664512885,90.18499412453679,72.98326722806607,41.033105642024346,97.78451848535589,72.28773086616737,64.32049487896595,11.642555152036705,63.60697754216604,27.48438420771476,10.298312754051908,63.031749212011434,78.44751017322663,44.34279175019813,90.59979264828696,85.39664050102822,39.43430286492661,79.97679551127604,1.6859668482123058,68.73934039863991,13.566822537436863,27.290118197559277,12.114813383831924,74.46619764314516,53.93472797271991,0.2748309459729259,66.27188503231403,17.680413386817296,22.93523290988312,68.99254428721349,18.644740340415822,3.1521944205788244,10.34735020903197,77.59009435387435,75.8516216019081,65.2357167772616,36.802524620687485,2.529881269258605,87.65575435867997,75.17690600554036,92.21104219475991,29.038380391508955,75.51806013241006,5.829921967867913,1.6416386029576402,2.3691103216195053,11.616180557827017,42.06313567877649,16.260537194235603,41.96675296632634,32.316264633327826,13.332527939848315,55.76338703691069,23.821779904392837,80.64935798239637,96.03517551712693,15.089714921868602,21.194461932317964,33.01730030105745,48.65575764623765,11.67420667713267,57.135379131263264,34.299111705636754,10.422309681275188,30.262315585706247,88.13042352567773,39.933094202962494,81.67968605721,8.43640728160514,37.93697871826483,91.22440607038767,44.96149116969732,87.82878627183491,11.02995455039375,54.83008847709,11.926684898591933,8.422188842887179,53.304471094370655,13.231699308604028,93.22363600552204,87.30047532700833,7.453241070143646,67.5429787421307,13.096486852909173,47.63513741231282,85.23126902923781,4.3192849411674565,86.53577085511024,24.818360967063803,58.150922947449715,29.109585837798623,93.26506928240617,7.4967915058947066,62.395127507668,8.00267899440541,73.46812643477054,35.24773668565027,77.95015900248112,78.38630836816533,33.48836748097514,56.67247105775963,59.722270864623205,47.390978106743084,81.43282446760712,64.50100085157337,9.2232458050018,28.7239373917583,21.966429560867915,27.5902528460771,22.313972383859294,24.752008352409995,80.09794508519967,49.65692659243847,27.233980276838786,78.57307465469285,65.70779573036293,36.740594495549786,93.49977629882035,44.36779649472636,67.78087062146896,56.80351512242103,69.15299284335738,82.43490950853794,87.99570378493227,36.614011206974496,78.71749624818058,78.91868402276475,29.742348063096813,39.171415476469484,5.469555063360199,39.77743962173681,11.40187639532103,59.66972978107689,72.68138445971672,98.44288046888165,4.363951108304953,64.322676134535,4.045628256969147,32.90327497009707,95.18474016572019,13.778534458076452,48.76035619351049,91.00996472101092,54.202815551177665,44.32627714898776,81.01787097078864,51.540783018951394,43.71715356144874,87.9119145500205,46.546133580856285,25.990046439494318,66.69377157885482,52.65143369968468,7.469311680072588,60.96531814796449,26.935201190979996,72.8058819799997,29.422873449224973,61.4671395466898,1.7607962718948378,47.827356268095514,73.45909957656514,88.85121181810983,26.860415587072993,39.851073533028234,15.80202234375948,90.49715935920239,52.072692471714134,6.382040789359811,27.51146449331088,51.55789672092368,66.07631477156806,99.59825986597674,55.24899795700791,62.73941661215125,83.27368281129226,39.48801736595541,75.64517942805577,95.06078023925576,11.256170111715512,80.47251592396024,8.802876060350561,51.65318543006976,88.05529840499725,46.52116835123289,53.54812277283274,53.74356965977216,42.4058554681005,87.74764984040911,15.476118273676608,43.999006086923075,91.48921696699138,26.160725630442585,83.48904001234797,69.59802900268114,86.83404078162047,22.696694043002708,72.74564211984894,1.9762294533834712,3.2391209018264533,69.64504267135626,56.95575594756088,40.045060925755685,89.6931501313881,20.773963140458818,26.12017223963753,2.2104448861868353,71.67464193280718,42.22996658249675,80.11954675783782,13.946087525869599,23.993768731977372,64.99852863902493,45.87377941316284,55.46092388986465,87.96674415231305,81.81822801134402,80.13314228987103,6.899027949531666,79.71840022565011,95.24451284075751,15.795360980388928,33.19019095027668,25.414674276559968,79.79196188248608,76.18113845971153,40.34397988592981,59.622137260571506,43.57680517534936,82.82112215797922,8.892954478741967,76.83993692104237,42.87654581983345,35.65402137742115,29.709601790020567,51.20535623551829,11.491833670599972,87.19939049867148,52.698827028660666,83.30494749024099,74.76853736818711,25.798434269354388,48.8925909451592,16.275970190142395,71.16545663508144,83.89502321303024,8.698658052645758,14.91229796366741,27.681413970589354,98.34321210359045,3.4711314348048528,86.06366110707663,59.57816631368471,1.8393880249467753,17.906963993581194,19.878802447083444,94.35110457541657,62.35753694968275,29.973107352544513,61.86236962042509,16.213013487767448,23.272716348514912,96.924184249493,59.145791800709844,18.36094453668464,23.710558804853378,85.07864704971618,50.076345693719524,10.07958510524125,8.71818113093349,50.84631282973548,20.104225517248885,30.003863080097027,58.052997522603064,2.4552684440495853,90.688526260761,54.88559032012752,64.9438335673881,79.57296885073588,60.63195135687817,26.03673214855239,98.98710874875985,85.7793514086103,6.219197221531402,59.820181185118834,80.65988762459072,75.5699622307965,42.4855278266042,41.771203275285174,38.37281627415224,27.21875933806277,8.696676577429763,27.14261131335015,93.11506202427697,36.631490305979874,80.63705962578165,19.807324976597272,98.56530572409207,55.13446884914558,46.36825933115745,32.71357280037874,34.5908649144045,66.12929252613002,60.72423982527177,69.89154264294993,38.38509064646827,74.25050457489068,45.64708249839806,75.29091812306395,74.4056324589002,53.08441806001959,69.6621091867934,7.412364031865504,44.09296077965055,12.23467507135324,20.5403118889235,81.45255694778123,98.63648468261874,57.99743281546218,54.07863105505808,52.11100846378584,96.57848113364147,82.19620605935111,88.79885971536538,42.96817096854974,74.1303564511808,52.66087524976042,89.00855346992206,53.89904883352098,50.362352640390085,19.446073356844185,56.99071652684502,71.88586693288516,96.7120601224629,59.69818081135929,99.89295550375971,11.380407028859729,25.66040021652882,51.95167160320588,4.425306221711677,12.874914290464412,94.78526564066586,95.75399459264898,66.84940114953699,49.59561793837278,59.520874488371234,37.090054826312446,17.66621492432785,73.47604644206164,20.499197135537152,48.0956345096777,3.229771754182298,61.70006746073178,12.331596522049281,52.663253758937415,38.88694868966193,67.30341597376109,68.1346506218506,58.60888818143837,40.21838677467022,2.901073134849186,77.63614502056427,74.21355809663015,10.71467813406266,34.569425369734084,20.39105917832098,62.89679084131797,56.42028541681158,15.275176412445335,26.606533931218635,72.33878864985807,79.22177833167795,96.56361582763707,69.66053557447503,69.01483744366016,4.36658786906412,29.097538090416318,10.126754958409801,23.896530249722648,76.65697756013687,98.41811170972198,79.86085317588056,84.3823300860646,84.05448131608988,83.27654339525037,32.20220587278425,17.89464188278863,42.394835963582025,44.53716046695631,97.26872684026512,28.941704647023514,47.741642032112416,85.58626059798662,73.20678974334912,87.48233867513326,11.993799533772354,61.71874898641647,6.306764099605022,2.4471609410176787,49.36413717555372,54.25100100117874,20.42108518796617,94.64532579257356,39.70724791936065,21.04471607891498,58.80348517482775,11.626112963967284,26.934018947842098,92.66756147517371,60.11551729996507,96.75567847373405,72.5005469688538,23.27676158052029,43.77449592965799,36.6821448247415,5.322318589669628,81.70532257223326,99.84066202374078,14.542984034557572,5.6815761773813644,37.34881163221425,68.68137027569155,13.295131991642462,64.84671533206235,73.79726139765472,53.830699206931264,67.55427268925399,35.22328648695962,90.22191656766991,16.20513169827046,84.01257084481388,33.98544978188617,92.09784634344813,1.3536102717886966,34.15423857645712,49.608058432897074,39.602857082346155,46.48017065213271,22.631171688052977,57.29147592545619,93.09832153986508,18.348013703285794,84.4468325825853,37.926105018355,21.524778495183394,39.76341932263316,78.34175951828219,58.24147514025887,88.69558082495547,99.93522468266923,65.08420660213208,58.14551072862587,77.22617679683532,17.076562937616114,8.646513303996429,39.663739546267784,12.495083475662316,17.250148397805233,75.26090460515,84.9682200738013,99.61692777475555,59.20508843139126,60.0364073594694,59.597875802973846,75.59626330408223,46.98916078933561,13.605101820560995,80.36208333801264,96.26067958449781,41.01608905109859,96.17063257223761,84.36204124683559,68.6392771398095,93.74186157268069,5.071456177897615,26.364152616837522,23.103411200734826,2.9381403739636713,77.33653390583429,1.6877897498453809,44.08759901104495,18.91789816271352,50.82178541437342,43.300178799946906,76.045725673119,45.49877206025293,66.87923911526623,47.12563654996935,16.619866088562784,62.20622724022654,69.18613123762681,73.69702887135603,76.59009499625178,40.95073039266194,92.530408370394,35.2405906672595,13.890933627012092,44.32043349022259,14.263824738375252,57.8982596953356,43.01007052797176,29.381771130165678,49.625452631579094,44.67509837412686,43.79216877798358,97.00443563731164,26.2026823196977,49.15895325069744,97.57473009013235,5.728046616645965,10.567301474451751,99.66623910946473,17.525015566551026,45.306915804200834,6.484831832125771,7.831006822095842,75.4879763971553,46.797036522987355,91.26518426841562,78.52384250910417,66.9917853208228,61.89253783344327,48.76498387939149,95.08323503208285,18.820084775322222,85.58652863967043,56.83058693353659,57.93811173352614,81.80865261071062,69.78264928247216,80.40524890656488,48.85186904858686,79.79160041417096,41.52810448284434,54.895288180840254,53.8367789877502,85.39012369036506,93.5168056477067,20.528024150893664,61.891391356933966,85.06765512319608,48.99211418178706,47.3269396400953,75.57851399454812,27.498659633896715,47.410588403290724,1.7982064982564272,35.97723394533426,81.2706807002275,57.63595480077088,77.07130859545369,34.752403998921324,25.589419967164307,75.70762834938408,37.83575324407734,81.53246807742894,10.077326351783377,35.401068251512136,37.0644972838853,71.98128307708826,32.942715980598535,0.2548704405121338,43.31337462541924,92.56660406565102,73.43825309480971,67.04406630013683,58.27504558826415,0.9880821523413741,31.38201946020346,61.10701124705179,11.265255742397917,40.8889682498295,34.18572854586919,86.63909682530121,46.579438326810404,69.2489199435936,49.83905094081133,36.174547854552685,13.061909043385489,37.110076708064554,15.816274003859466,72.04010276905235,18.534601577665832,7.654788210949071,41.88014004991971,99.53252114631975,88.04093282682688,80.63158647755904,72.37378376331715,26.968188488800536,85.31260931034397,47.22426896173821,84.98758067802645,8.336441615035127,22.223226927367634,79.64009717577402,94.90440442284574,55.600618889289336,36.408387287674095,62.87212308429474,74.05509451231086,13.554141273332043,40.33245969936235,74.3127458479483,88.1997086308632,34.479662013806475,92.9500371775474,82.7866894257503,37.52921902148935,10.854744970856434,14.453080162834574,63.55425104629384,8.592070771000104,38.34785376724387,78.65936609533671,66.917975398604,76.62002381420426,99.94886059104422,61.75580188781028,4.264327469954954,79.20640001572777,93.2307760012252,79.91948003055387,34.72177849228413,97.1255184665769,88.5961804822855,81.99917044484084,93.00815330809118,70.40146802234652,67.34134681193227,9.489360747449693,35.77514013359134,55.842881287059306,85.33348022141705,7.297824697746769,44.1998422038758,6.026079329698919,9.877689046333394,97.38154731084386,29.868966800641218,87.19779635105579,79.7539286102538,27.33652165361258,51.28514789937532,38.46155014899886,17.024651347415777,64.49383670751557,98.02967699983203,62.093038398083586,26.639188086854983,58.153752473997145,74.99385530215477,67.39357664190199,83.73372240125364,55.20618838960989,47.991651174985115,89.53289257019186,57.85353825378884,83.60232302016374,86.28776970072421,93.72014708867911,71.82065234085994,27.602580451347126,32.7828395854438,75.1360482797086,39.059373938525674,84.13920873220387,35.58631180680646,77.11210825723309,92.05271188872152,74.03655700307145,97.94423616001036,78.7297417613091,98.9423825430409,20.249322840812777,71.25712478054703,33.8585833462691,74.10198810564466,35.73615245091556,0.030469610904959588,51.84750519017801,57.22256825098106,45.47832524463112,70.88671193547225,30.122071766473233,17.692742008486572,67.5811568489264,68.27588301052906,57.05222587425091,3.8258337000901532,99.61908223323353,68.2734408086503,30.88429772130228,79.13760512981231,98.59905873043292,84.82157401314997,18.005711879702503,67.54642270236747,42.35616042396153,53.57453899329807,49.960145410639655,95.13882332988408,10.988812582105478,33.28209967654079,82.17061094677398,82.91682261680339,8.349314678998764,25.035243877946566,57.27323343501332,12.093169605797293,77.40998121445708,92.92357355723809,89.48032312256487,47.87225242139035,92.27971157689602,79.38225126147066,40.701129863087225,2.8597613043700676,73.71800224663049,25.97652501277874,63.236377392921526,19.2914069213999,85.4244217662115,12.619039566323876,13.780735293650414,59.6798265231625,76.62476213000097,25.500115321696093,62.626842947859565,25.156416026319317,21.612944116899957,45.744408821783,74.67270253155733,22.415654910777505,48.48844738853463,5.398536682817556,67.91562999149343,48.29848026741714,32.84289357549105,40.20909670073058,62.59294145736334,70.94203819122566,22.621263546034566,5.592868148301832,59.003682577017656,78.75510866709543,7.221758772991915,80.92047641314154,43.730741164941975,48.51116447393523,23.505293361148162,25.566583145457066,60.2918581338656,76.69791998835868,99.69944702481295,79.15178908038784,67.69928187817266,72.41233251786987,17.09437510510825,18.065119906357218,66.76995325816395,73.22575250450521,8.152534054886152,32.49067580789785,6.821709898647288,44.02549884541125,68.23321292957509,6.021625351717486,87.4941969025936,39.94402870328215,80.18138997907866,97.74955102279458,3.8561661652542822,48.97008409440501,70.14252933642481,60.82213926799369,71.36842862801988,33.662052344769556,70.538084942657,50.585862454904664,18.03574057538898,3.341176367136345,57.34845966489224,53.09778831896722,87.93035854311155,63.633864094527816,69.2668147901935,46.814429950361,15.139643058288888,79.3971170879906,27.82346802315413,11.068356614031883,25.90891537618486,70.857820022635,93.1750562760691,87.37581983338433,68.19654837074381,10.853793232176855,84.28793369255615,13.951483618984483,78.99791316648782,14.692860585069544,13.923950797029171,47.08988555713057,97.89071714055689,38.37768872897836,76.25444281433467,2.841594340741105,8.365237348221576,84.3602324960053,30.19224393122282,37.72671818143262,48.60126778956286,94.82980635828655,60.014159542835486,89.35525071657263,59.55053932415456,21.262855513026835,4.758708330913686,0.7585508144772768,34.40835841821057,64.71525153290023,62.72574274032735,60.43606090976772,28.978602648788186,43.65938526410067,36.375345906510944,27.793266055379895,45.2736596521547,59.24149952147151,83.18659742163904,51.058979196421994,48.29442498604624,85.34261337725357,91.72063176607175,8.672019483880522,5.162480616878906,12.73162311207935,88.62783516931664,80.90345995188818,77.3818552473405,90.4568464323153,27.497732114842677,85.99079652284664,76.35031592894566,5.495721539091014,42.52107676730187,39.308625379932096,20.74592589615678,86.82405740799021,52.13099656416442,93.11523778116528,47.735000967656916,17.871066386502942,23.856270425520165,44.51388890610721,76.85016073318282,18.50676881503076,94.16140369436626,46.203841818419164,93.51444017675064,50.53669235361481,86.36055988835011,42.78778587734197,25.14005083514682,43.062733984370915,40.790015198514084,78.50338720673835,99.78246128997702,16.318457848018287,90.58621815204388,7.916483689558074,80.34087855256699,81.57857579207194,49.088754935813085,72.56042727950303,97.78932584295084,37.45685964055182,81.86234275419389,89.18938301509614,45.719784012769146,68.6147931508853,2.6160434016150758,26.886429606080853,26.499766495850007,53.14488769694299,59.69859693492132,16.244722337103777,80.40832894423916,47.62980573193501,78.41836516263518,6.852201248240675,45.85075154004765,76.67229909229587,34.876031219504725,55.57786891470826,25.070699542781384,10.686058032592404,76.42760733453414,18.58657803852617,89.73244712582677,91.90436670166768,50.85621152731985,15.30885096003114,17.996172256273045,50.662046352443326,85.21647392352972,98.72694161658647,33.855470775370044,23.15452692907559,81.3486091051418,97.53102514550142,93.27500743058896,43.67291976570565,92.57521346254985,1.795234890412134,21.615939371185334,94.99689150399534,91.96475278917553,84.78993404081885,98.6849192000928,72.038807887374,3.4590249124634376,64.04324002857636,65.0292149355737,66.04863562480563,31.191339308178602,8.08646588447105,54.36981248725049,45.14925182919912,0.9037515216359426,89.05926327326134,2.885275616157079,2.4130807447518166,31.45085652408013,97.65642426753539,99.98985762943933,78.22411597568968,33.68629986104755,38.26612285362667,78.36174583052085,28.00818514992973,18.033248603920494,77.7524670805795,13.09442835941711,56.793791779041655,30.728319581260656,79.09597228659491,43.45290518504389,59.37736043881892,17.427388202892004,43.23797794114507,68.43551891634903,30.418026552176702,40.65357373456842,56.72624352742348,57.96442116242475,69.74667187139403,3.7546266502251124,91.45503422583097,62.992575515779606,35.92956088540441,90.2949496074757,64.97766426495808,46.62604955197703,38.39437503446889,89.48593487944908,73.97536826501182,45.55625954269321,93.62282876523648,27.515274195267903,71.83069039970937,29.462036464011476,82.99218389173276,37.90936695046826,33.488315568100504,19.94561998216543,43.78333734485298,58.78933576641961,89.85524509496636,13.60255328958122,65.77417267887957,95.3685075718324,43.97610946873704,78.36896068218424,19.499902577627225,92.57796445801979,49.16863336040892,65.79575906495873,77.35681971898144,58.247727112483986,21.528417392914168,44.95171218802832,3.4728860490780056,36.116768193737535,42.00358817869796,84.16064572636809,18.715520015714628,99.1745922739775,16.494888017395414,78.43386475153982,21.734911826131643,55.486920305013754,31.333741978362895,56.00668458373516,55.69795275762301,75.74302329706548,94.15136790299293,6.2354643623881545,45.97839161402732,67.17738330636858,13.730503198883293,32.735289900415076,8.897381063731569,16.129977968898512,10.334536123589476,41.82840181301673,32.57478720366469,51.5786533902603,68.17909483717405,50.54090787108936,7.8140548997868375,93.8346351227019,39.177275101340456,67.99912898803656,73.54294693574118,62.0476490999028,18.8749968191833,75.98213180931045,1.3005761290342144,91.73614252856183,21.55330876373933,23.68662264685074,24.011239748098912,48.454150449270095,65.79561265397409,75.47132396965583,52.363469157122665,54.27024807121401,53.44976682781433,62.62067571298673,51.55736078790517,71.01334467030848,96.09083597486216,99.4266180709641,51.891203441575804,1.4084550989142852,73.08559058720505,58.61206954327018,96.42969613625274,52.00781022860686,52.23277402449861,33.87292308450627,3.1268970989343225,13.651421632667027,34.974396206550054,16.6715497070821,22.789650880631985,49.11429220217508,18.355938601343237,99.54540878542227,25.329188620081922,65.54206737660255,20.459969355409903,88.36119877426157,69.25257348375875,63.098550195506796,29.929431491177617,72.0439370692436,80.9643587011509,84.81527095116265,39.31560934227454,54.66631279805956,36.53075096382137,9.466358588269419,81.73723571304475,17.6835667940724,79.64855791134609,86.3285303656443,65.13327833461861,61.1861485341203,44.509015366302386,44.807649968683414,57.239154494616585,34.7729967171946,80.3636225503355,98.66321328418557,3.805531515105476,58.67116190724757,24.763524531881696,59.011290702868976,1.4253801231459806,29.006911315034532,32.89296455521145,75.73858593224823,77.79089521703312,50.72051664890228,31.0647229278474,59.61220357346664,48.73313507256213,49.138848766266676,36.19985696798073,5.736333237833302,59.64101451615282,19.630395624888763,11.32132917501617,85.03339012896943,62.20703268308206,24.005995436645446,5.561496096538088,29.4326325986047,0.24601762549155692,54.50172579880424,15.335965456683853,58.39689139317017,71.02916012554968,18.92110072083335,17.611616371986184,59.8224020210319,26.827428214275262,84.00107242277953,54.816149019558935,42.539861598220966,36.37396850796676,5.803258947046874,18.513810684708897,48.269650469287974,39.72246581377682,46.441393328768875,73.08670166778533,61.076448575177345,91.87209398762283,8.002652188964454,52.29196414829358,62.01409896112684,47.73361750760057,19.724141451517376,32.0999766351441,21.988636296304563,31.987972690984424,52.53778018377746,17.742936859539782,53.13948021695156,22.715741924860943,68.15555940189626,4.503422329009865,68.61263352851846,7.784167055691594,11.721399920716713,32.958076076523454,30.31223913895682,55.17765507092125,34.19941189389185,47.94521922802715,60.94201447827663,84.20391053819263,49.204453755414015,97.37441377987173,56.26534527016113,25.32720898676095,88.22614214763978,89.71271527744221,13.183408027909216,36.00493692329528,8.799951176913257,58.138620642266645,90.6381459199704,24.982565312616433,90.48153862714497,43.47153026987742,26.17416385851634,10.634834052562248,61.10759839948396,41.98896231194252,28.257965819565033,2.6772911408665445,59.589451261410694,57.84522687333621,92.79928983479694,5.297345275783394,47.69023684822997,19.651234386579695,98.21162058350083,86.28904514657631,0.4325997083994726,33.20290567150893,59.105412185446106,43.346171310048575,57.30726565096339,24.35007024523732,17.62356023058317,29.925121986215853,10.921186561147845,55.67293067333069,81.55631179759494,8.25110838223646,55.38460334535247,73.06266453205156,50.91068664089676,35.172472535365664,66.8007891110774,0.2719273185330384,22.153975550618178,22.938672771236803,96.83144391664234,85.64282722494902,81.17504621032612,75.18444992807714,33.42565411766307,43.26794745103803,7.725748292649359,1.9634594964062169,98.61977089002332,70.2883976265366,86.19351871262957,75.08705792809491,59.546628624263434,63.7782322742681,93.79773927341421,4.54275607735325,4.299969767184663,45.101800378511705,90.9788209627446,76.23841873367316,32.15045701300341,50.59204852457864,14.141427438946897,84.68418025262021,37.65047352081263,3.9014993852496405,67.54452384054086,26.64252852612925,30.24505335854537,67.72655805568141,52.531783253075545,5.522627657287627,60.82028844661848,74.04974151137135,35.81237031842388,15.154628703209827,17.846365758064863,97.03885611818639,23.97993339208512,43.07779503811394,48.7669531847159,74.8081851026592,13.998024723206692,53.2354423085349,90.56491417492228,39.418646722849985,82.38725531749435,39.38141061114773,4.939816724194412,33.903854387543944,7.679234744235175,64.18197683872602,46.569666841913445,50.44438731046059,97.59230875145781,40.27002761256916,37.18991445522208,56.82355686730859,65.2568127646328,70.32092311388986,38.101347948454375,11.352406156606154,74.28747744745652,8.345312284007933,29.09926678528426,26.372543721057873,60.27727560019477,74.37120416496093,44.22830954397408,79.9735706301429,21.20492038711992,23.260408919743714,52.59951917175019,4.3961496529218325,1.4373888365876608,92.2590200087373,61.81193601123592,84.09241150053188,1.2898519692877253,55.983131790286166,57.824473102812945,81.77439261322479,77.60914598806413,35.85368703861352,61.72246958078309,94.3177489180656,11.58603515497637,68.42824139572811,34.83512209564436,97.72478698642084,43.31984614531257,48.54234640454792,26.188355426028608,56.59609019254152,44.519777917022566,93.4558711567478,52.36619309552313,91.92089581684755,49.87924341721474,42.17824730249973,10.791582933248133,83.38860311406332,47.232182917339195,83.83038336781561,59.96466483816236,55.236108464061076,44.644600486340494,94.5829672849567,52.40942093042569,12.806742901489054,82.21336827135175,88.7586811051507,3.142669031862444,21.72967150697461,90.05391829874273,64.03449282571725,47.419517183490335,25.098277582402982,45.99663101873844,87.98121661077174,84.92344675034073,40.02311828817717,36.889338937665414,46.06993436470247,27.994956353038113,67.81642468548323,90.108946329416,56.848615975046876,67.13353199547375,90.2472645268501,53.94543578802279,92.1545719298027,29.236789626574776,20.296740671313017,75.99468657726361,49.73334455787928,62.29778908900918,65.7098779691718,85.44445521030455,41.265815420582186,60.66633476277201,0.1065272867469158,30.662228867055386,28.269740512052966,49.4988926944346,44.63083808313352,38.89897712220917,83.5360885939888,64.89619309085542,92.05054740669945,90.58233124332808,17.60268300710617,98.92309793603758,72.69439062282783,53.788043624936385,23.32613743481754,39.92371884529046,44.391656888163396,23.02459439333183,71.70454555885289,48.83430254388257,77.11585351760776,19.99595793756478,67.09804511837837,49.76360302462977,63.90214285924297,74.48741345306729,0.03920629063820513,20.731147130735994,97.21486628382547,94.60136702970588,12.769384251385052,60.88511379994196,49.12273177126969,76.808732384243,51.720379789129254,39.5767756358938,71.34061474112643,85.07386710955289,50.160834804738286,42.44886505236789,63.17410535250286,18.987758180752767,98.42481201929726,38.53752119012066,53.66066477342765,49.250216585511886,74.89686063908543,18.08176763878938,5.214206612946692,21.062810922216002,30.980112971088104,37.629015809246646,0.05111845688031691,76.53288567367062,38.909810624511124,8.058345613461126,6.158839208085142,4.532644512040951,3.989282268020522,74.52097787008374,91.47278076127454,38.30761318267341,5.9209175992068985,54.58600340692254,68.63645903264806,83.46566570781957,25.254046573216225,42.74762282262062,75.6277764781958,20.909603673585366,3.3704538454333743,62.78882508288677,67.133603512269,95.20370025941676,64.9721312948131,61.74358244183003,64.65138078740463,10.170682608737014,74.89562139593738,24.802011644128154,43.386752037897814,55.28979337636879,41.67245562885405,32.52939350363968,58.04677316654572,17.30996949848492,77.18856178451054,74.36033758817236,15.928369167609723,86.77489540339491,28.048881787460722,87.44764490361419,60.65809659621992,77.25096352997606,49.823393198611484,58.38711502010558,26.635292201302452,42.38943557989572,42.447857271026216,97.35109201892739,67.24983374959041,46.59229497248328,26.85204262476696,49.97278862810567,85.39851038389924,15.207227039369975,1.4371452339652202,56.20252232757138,76.06857328151702,3.8063339336653734,15.826950752766278,25.900098267125728,51.02247473828552,3.645346073276956,85.37736636262866,58.77364992047942,11.93055162989154,14.12302051587101,25.55774582227771,58.73902028013098,53.8240866028528,72.85091307396863,39.880379271646646,38.65603185360369,79.92674096185712,81.35920414205694,55.24941739118977,27.380970355066925,43.65525540967672,86.4792749892409,26.133058499691376,54.739378451288445,57.85234340141952,55.34087897651031,44.84030502228228,54.24158654932435,55.85919793563551,25.92865137272873,33.11683081542691,90.27831852670067,45.51777674859161,62.765196974468495,23.260142414781814,98.54248633930521,65.42303608398218,59.7516855482732,8.43290259300562,13.239900539882587,91.16603843084334,90.35175966193368,46.87478067097257,39.66043299851629,28.994172532856645,91.00057676532019,29.535929008420545,84.49464612114377,62.986673856966725,72.83575307749902,29.251983421462157,18.856628455536708,67.87103985104328,22.943834874720913,95.43041682191657,0.8763244250675095,16.034358570439768,18.074372367148783,32.65336670740818,77.23195927495719,45.16371487549636,91.73505418641041,39.62616854668991,13.805308866354437,61.241881818640906,26.351260063806727,30.709234838360512,17.970974094801416,85.10595614301332,65.99835104894225,3.3666420120002094,75.2448800344825,13.705934953185817,97.65590856849394,97.21665374955057,92.723938059053,4.448138992191064,40.529102272540165,35.169944974559556,70.18457865819057,60.376536727706295,33.504842083650765,5.617768105581467,94.61340620704179,93.54495722874668,65.01844481428112,95.96414144356842,80.5565439681334,98.79579728043917,56.85638894608864,80.1626436696634,31.174600164265275,0.012061273559216268,95.48337232605499,39.642944764063074,36.40949705607329,3.1423367453713213,77.07870786976501,52.410845391681434,42.04398457388976,73.53193461227073,13.117612032809022,39.61507878556447,95.93275518486509,65.10856161872806,65.61750797388932,1.9166301718823386,97.58338521893005,21.511094631622065,83.26733690806188,49.75995236596986,39.62430083837272,11.464060869876514,95.73088776900309,63.46066791850525,24.244433617445893,27.098415847381318,54.242469325541386,28.860950133310947,4.537987349791461,9.86945513921923,85.9638975984353,66.85121549446882,18.444253455460146,3.832709940392387,92.02995348017696,53.92507690985128,48.03493010564889,33.488087716560024,55.05061104262171,38.34710248503793,51.038424105730165,6.256163693417161,61.88482548396029,72.70816878781285,1.383792243475146,24.542244810358817,34.18659197845499,87.30673027029042,10.299658829684844,26.355235032319246,68.43483383610425,30.85454967312358,77.12868546498245,61.00010847667199,36.66105790277226,70.27303568056625,68.24208496888706,90.76296651715602,79.88499221874478,83.84515186955075,16.1843446143336,63.72328752690488,86.86111693106298,96.58663586832058,67.52879359702467,53.767330874945316,72.63494458110723,90.78103648026534,3.926981273134067,94.94902030112365,98.63914904776347,81.5226953983721,28.390808824524306,88.38123380324288,41.08889478495834,4.9123376247301564,45.05279280357668,72.80425816432098,20.46556295518758,32.406404106884445,96.61974340814713,81.60906834641973,89.57481522790388,65.38835884192149,97.11797781214678,95.3698095849349,13.69828713635095,8.248405761314558,57.53243545574595,66.51018659460959,22.65621202861654,63.506456725813244,93.35298140562462,97.55763176029984,80.84133341527988,38.917971031117006,8.401393844442373,85.37511822349367,83.31795649371445,62.22759082488438,15.457922776064947,18.911414462192344,36.01518098959065,49.64037643563367,3.2189426654170017,33.431750701309795,33.64493296822866,55.553460256165046,80.89346197597153,32.35153828120365,16.345088053737346,30.843370003646886,67.99656426347829,35.905558695592546,60.5046621957853,37.23033180243366,59.28041426617696,83.53882425069968,10.103877915470393,99.15172730353305,10.091614242921022,15.646290939348473,1.5949114017848376,74.17093017840173,3.394674340931969,52.703268128601685,37.58335284745956,59.296573733535574,59.92654918812873,15.584752763271892,83.86687670758978,82.37565156060064,44.9411194741797,57.563548989404524,91.74915780872126,15.61236116024225,99.9505530258895,30.072750041745433,78.9646360069491,5.84513261194105,17.616787676847256,48.35298556793752,38.17891698679398,21.57100936947588,81.17928941525324,56.650580510075244,83.70449880410311,61.00423607930702,78.74522775844504,25.430754556494673,93.82739587025702,34.95627942774152,46.77859316897509,38.53983825846051,55.3010154873794,44.57523111388468,93.23298624428716,51.010223820130896,60.47126826598913,73.63038059518534,92.28196522689466,5.244594541144942,98.6010488974451,45.078841711614984,44.810163171846206,78.65235566023678,49.92103122878721,37.200297595546374,98.46265573885583,77.58493297806729,71.81696231720711,12.526609715472992,13.648248358568049,88.77526062908343,93.09496244518012,36.37232216627771,8.640741138171293,87.10060072376923,53.347134375618964,85.18860552440005,37.55597564823891,92.83107295208177,18.492248079394525,28.73213233057015,81.4828478634273,8.187694832531756,34.57479676928297,88.40610345092483,10.547171742493111,78.14467707931733,84.23950602771585,95.63125061730774,1.149834491235624,12.06438656367651,64.81472175365249,3.4839096762905086,71.93157879911976,97.19661597619447,30.024691078082277,4.538166134686805,97.96610817580984,25.169365317190163,49.946575657611824,2.9989831916699905,7.499953055159059,69.57599117962887,75.41677945555722,80.50465096492634,30.323917449944304,53.60817406016851,55.85329251746565,73.73106547395835,64.45542587602581,55.32528193868968,38.78645607326402,55.61964405767606,27.152126345706485,22.98858497171078,5.36954635846153,30.90468867036533,17.459809965686635,43.556971857574226,44.42158741885817,45.44790336021873,75.8131877894651,52.40747767514039,3.1292134938686322,7.248822682766165,32.571871719361525,60.73226832166916,94.1110992059017,2.481490803627595,89.65175935077507,38.02542759484213,27.52905767467485,11.720050779666158,18.126418696485956,35.25268063908303,96.5927464839909,45.397178746863666,23.315990779544816,26.396007514374098,67.54943420927674,21.594769610186848,5.0384813016814185,72.80745357735853,61.011079856991046,63.41184478748573,22.8007913018612,74.48966362304108,1.1339459974385346,56.905455226621626,22.538483355896133,9.79821268550005,52.05191382133658,66.56344569142033,49.971375984159195,55.14988405247043,59.99058472079927,92.60928290928322,31.433990505734556,15.141808223505626,5.019849393945009,33.144622067601084,62.9734401918317,70.14960016264588,12.924546875347032,95.02064194460962,92.23715328711747,28.40442424870737,12.623110553845507,4.996951514296688,20.730335765101017,84.85307242565354,21.972690415915032,17.25355230048258,72.76757574081745,62.939838334445106,48.04889302859146,87.56170021453411,97.47204255060214,89.85446477231764,40.24046497544466,96.38468740750666,39.21960698487962,14.483715331944236,96.55337849577434,47.26954562046741,12.889129774460207,93.28878414245332,28.34295760598643,81.81867400339917,68.17015459575461,34.68589847298807,37.385703546428736,6.601485021487752,17.010190493993804,17.086801210306724,98.22285441901035,91.90740039155966,19.45796833768196,22.769850489168284,0.6644860776108374,41.47050517280449,41.34826654769621,12.990374979303187,75.84203680405474,4.108701576309182,43.207132115726466,69.8618466188614,5.1329604300112575,82.54466249456709,43.025288856508006,44.963369392365834,30.813280963860233,77.15111376312286,26.625058955933845,92.94118898144453,14.742706891463886,53.03891419402799,12.283497904302498,94.74431287427451,36.53033375677388,95.11639979747775,18.016548554607958,28.067773152159813,55.918229235590076,62.470036418679406,48.09552348240439,33.11245913428257,54.39294537396637,7.572854806058871,88.50945835451111,29.07462247678415,86.40879185310874,73.77733541172738,96.66337923943742,39.82729420166893,35.357514988913586,20.705562739120566,19.168290054854975,44.77370439299278,76.13467432572627,21.049870610666865,53.387434746495735,96.33266419888713,58.46031992951835,33.948060518854405,32.5458674161557,61.1747823118104,70.62764485380752,4.10817696639183,80.95858714450127,81.00270581655136,73.45904528305216,96.21469480939385,10.241302959187603,26.039031697014735,72.21808216769378,52.8884920940535,48.748284044556776,77.20917829472917,61.32258928382286,97.6835994153426,96.44846773535049,40.59503075139178,26.758654696176343,36.76153840851999,22.61422249336468,22.419808630420924,60.54588823277793,58.19583660090147,28.268534636878652,32.42447593886651,39.85537584897643,38.53447879034917,7.718821063645242,86.63745127949373,16.272431769827843,3.0905050141550428,16.49774280049249,85.14686874748362,3.0925791558900406,51.72825225820263,8.806518045337642,1.7462136916043258,93.76989789097469,45.00565167346122,15.546879491191046,79.15394517844146,85.03673008335717,64.8104673668597,70.05427575325503,26.197247363421795,24.21781433962836,72.49428259697541,5.670054357915677,7.334333576680363,61.87908226071285,89.62455675417525,38.65164010421142,46.22847799497121,20.852270440412468,26.045070743829314,48.99362004030604,7.855288763526835,55.22124208996468,8.88189593806632,58.147025755422234,98.05274249982656,22.98371168342932,92.31205078107064,15.107645994864871,8.888698734406198,31.02860543319913,33.07784562979281,21.80962590865224,18.41317522754846,43.22707821183608,97.93601892655859,90.9567085615895,70.19352829790122,19.87697493535422,78.03299976909547,76.35684161780114,64.48570314376455,42.62013552767022,87.11887057839914,25.288895201850746,63.659459505170304,67.7628968931966,6.566669674732218,97.99833153933551,11.70971952935622,10.626686858801603,84.02508959571088,39.10272868645159,54.51411554874608,9.38517745868499,31.704117405983745,33.136171400055844,22.039867481638066,22.754612759002868,33.22519612906903,71.7870060584668,19.95220504612266,74.94184634569562,85.81739136040008,51.461875325468775,85.8564706883884,56.02020379944514,94.1974869287829,76.46876343875944,99.4274752274128,18.567617102330335,26.9621351992808,51.41753775559098,68.64827564026041,65.72942768977713,76.27458576997397,98.81923763772782,43.40047589756443,16.82275189034548,2.2949220452628594,73.91238644346468,72.25299423540858,46.24645999363914,81.0613306662803,89.48818988844576,86.42205462967749,44.72799706187607,63.9512584229375,52.92360767568973,86.56378147411021,74.30450646558491,72.69215446025859,60.48143375488336,35.79781619673514,88.03314124412096,38.92758814920948,11.908315289141136,76.22334223796236,37.980343735569264,5.91434775574049,46.34511164215549,48.68731762123917,10.24486684544591,53.4506096297135,8.748374670637048,78.88821075660714,47.21027910237209,20.731455025616498,52.62787935185842,34.5789515317525,85.35343083759457,89.48674467321949,51.50340576445798,68.0126505231134,87.40281272378422,93.63270690776574,2.486080778563926,30.264084180079653,3.1523328744007872,99.35490050002174,44.13424154945792,33.91440188327154,86.3001780146908,51.67603658131633,16.041899693530624,3.4358626881661913,12.486121307777797,84.58320125556014,9.045461662759646,85.33149499561962,81.52134816402719,71.74054530626994,7.544385191912184,2.6766056670857408,71.69071177971354,33.864949774889794,23.061452261672734,47.98629872996523,30.418808613231864,49.2992029939991,17.849112146334424,1.4314467601883152,0.789602807387757,3.9395297713039734,58.96710254459302,17.769803898916013,73.67307794234279,78.30274564472963,47.12294080281107,31.476434219560932,54.4899413963774,53.673732528244514,25.70496185292327,82.58358253519775,57.65532765436239,0.635073544053022,36.51303023048903,27.39024986424884,70.74615271390077,46.2914529997593,77.68860048692703,93.65108400597705,41.72134628794685,14.59342171711393,46.02762466569339,93.17055496105014,37.064628455508796,31.573787384002117,99.78011799574725,88.43963010041162,96.14613070592304,19.42810868284399,47.85725015453915]} diff --git a/base/special/fmod/test/fixtures/julia/subnormal_results.json b/base/special/fmod/test/fixtures/julia/subnormal_results.json new file mode 100644 index 000000000..acf07ee55 --- /dev/null +++ b/base/special/fmod/test/fixtures/julia/subnormal_results.json @@ -0,0 +1 @@ +{"expected":[2.91054089796621e-309,2.31007621842388e-309,1.99930323527566e-310,6.5282400526105e-310,1.87588963238104e-309,1.68434172805608e-309,1.315109873823404e-309,8.8234682233518e-310,3.089788034019667e-309,1.696642830606533e-309,1.304286302193854e-309,8.341638916584e-311,1.61449473398278e-309,3.052464593451424e-309,2.13471190796222e-309,1.37701237186254e-309,1.0136865023855e-310,2.4267519134534e-311,9.2583459856452e-310,1.23285818097987e-309,2.26518194307147e-309,2.772625315686317e-309,1.794456882651466e-309,3.1638020550348e-310,3.898280950054e-311,1.639417855213447e-309,6.79200958650294e-310,4.0759751111274e-310,2.568626021712757e-309,6.98048859358903e-310,3.02730165302831e-309,1.50759685267118e-309,3.05844387540917e-310,2.993205102801757e-309,1.87714646133387e-310,3.017232648629086e-309,2.934608235362482e-309,4.2394767953713e-311,2.383061874313957e-309,2.605514282779875e-309,1.943698103314215e-309,2.58120066345792e-309,2.231571210938336e-309,2.38425720875783e-309,2.48995815318782e-309,1.257871539028e-311,2.58058888132654e-309,2.94326119273398e-309,2.731087849099425e-309,2.28334971225e-311,2.806965186426086e-309,8.51933382450055e-310,1.824833498932644e-309,1.92223950662057e-309,2.02404868706955e-309,2.45783452883831e-309,1.39326004220466e-309,2.70142110772698e-309,1.701282743046935e-309,3.0514137957031e-310,1.77304841456518e-309,2.37878357977153e-309,9.6539544117576e-311,1.690403488507853e-309,2.11459188556968e-309,8.14730925965377e-310,2.714343803641565e-309,1.526347430915264e-309,1.489184806267135e-309,1.53821284070951e-309,2.527338712381314e-309,9.05241007506225e-310,2.36828633590922e-309,2.97080107980696e-309,7.77075368199644e-310,2.53768081533188e-309,2.623335463850233e-309,2.625247258724485e-309,1.35703840426294e-309,1.679065946487005e-309,1.40444301274209e-309,1.718024072999943e-309,7.67567101331453e-310,2.716935079157716e-309,1.782055692194164e-309,9.39081382011584e-310,9.66223279100615e-310,2.445381079241427e-309,1.603503727605766e-309,8.00842387248113e-310,2.865878341380983e-309,6.2196677951533e-310,7.7392076432823e-311,6.18050233851333e-310,1.748501332207117e-309,1.354292193377e-311,1.58631092561149e-309,6.1237345097412e-310,2.79099736139685e-309,7.95034231791696e-310,2.113094466090773e-309,7.72379371207946e-310,5.46184901412998e-310,6.7031596422243e-310,8.2963363519346e-310,2.755739120714927e-309,4.293695156757e-311,2.404213648577457e-309,2.83078267230923e-309,4.5015379976008e-310,6.60127589983965e-310,2.2901310001078e-310,1.2972050870456e-310,1.35135247961167e-309,1.1949544436515e-310,2.51892801310397e-309,1.2096639475933e-310,2.03422767634311e-309,1.729709282050047e-309,1.77883451874842e-309,1.377322786023484e-309,4.56010826942915e-310,1.47383417674719e-309,2.605208260076205e-309,9.89945320185844e-310,1.28211672350675e-309,2.6604774535362e-310,3.807264065943e-310,9.71125012063087e-310,2.89164089225355e-310,7.63622889813033e-310,2.704819784867e-310,2.874211162334064e-309,1.40657799245865e-309,2.21224691358802e-309,2.126976088966963e-309,8.899612627511e-311,8.7490072842427e-310,2.14614743215065e-309,1.590659878136057e-309,2.07709392469923e-310,2.411539948828357e-309,1.59933398562986e-309,1.7659271637743e-309,2.16589729539262e-309,1.48425936244241e-309,2.22870194235846e-309,1.70801600837309e-309,2.43579549218047e-309,2.649880043740105e-309,6.06648064112377e-310,1.49492056928933e-309,2.581736809043316e-309,1.351874451839638e-309,1.7117193202832e-309,2.13791256373426e-309,2.365600695294433e-309,6.448066553631e-311,2.631826959614084e-309,2.530489997282854e-309,2.57897997486736e-309,1.6145078580168e-309,2.95319049090527e-310,1.32228571660842e-309,1.6615563487979e-310,2.60119533439453e-309,2.4735859874072e-310,1.057993752711504e-309,1.260189805332193e-309,9.18393290483184e-310,2.616192570977376e-309,6.71006994397955e-310,2.85192215496488e-309,1.059299213360506e-309,9.03211803395076e-310,9.67496440373646e-310,1.01556523122667e-309,2.76457203355855e-309,2.71243781929966e-309,1.323434840216173e-309,2.72621512168745e-309,2.804400653038274e-309,6.55323038085486e-310,2.733652483756145e-309,1.3699315282698e-309,2.6659972822972e-309,1.553322981389e-310,5.32179138376645e-310,2.44139957375528e-309,4.38657637112724e-310,6.6325116266375e-310,2.7571608316589e-310,5.42950765644627e-310,2.271969302142856e-309,7.6500821878219e-310,4.35495168420905e-310,1.673032417015646e-309,2.499198271903514e-309,1.52546952893899e-309,8.4081397756493e-310,2.633659444386064e-309,2.62969117895151e-309,2.101266242770047e-309,4.89128789521624e-310,2.60382171863706e-309,1.19038919319688e-309,2.65295786379852e-309,1.11140336352824e-309,6.39843230884097e-310,1.85341662775879e-309,1.71331400576184e-309,2.26832463071454e-309,2.351000588323113e-309,1.195213548999824e-309,1.43514333232586e-309,1.420591483695585e-309,1.168843136555644e-309,2.63559286683287e-309,1.179175283980954e-309,1.908404000594723e-309,2.03625628830525e-309,2.60741474188105e-309,1.50357498275266e-309,3.70367683102994e-310,2.570369696702497e-309,6.753999288197e-310,5.3042337011533e-310,3.0451711906472e-310,9.201535877549e-311,2.431768362039585e-309,1.2098328595209e-310,1.1024707300514e-310,2.114967906251414e-309,2.4228258131327e-309,1.49653075337314e-310,4.69394818516827e-310,2.25070672974394e-309,1.8696192289147e-309,2.7155597150007e-311,6.57106417440186e-310,2.241762564007875e-309,1.642294066658604e-309,2.0540723205161e-310,5.23583403724885e-310,1.23453918383049e-309,1.153269898996687e-309,2.612044578976574e-309,5.6707165728712e-310,2.247402270626105e-309,9.16851734736776e-310,8.4683453224211e-310,4.3343277438681e-310,1.87224593548249e-309,8.81920728824755e-310,2.40926908129393e-309,1.80683261282095e-309,6.0037594999527e-311,2.05124243716666e-309,1.400035975769875e-309,2.05082295666191e-309,1.70049458729386e-309,4.6122737393926e-311,2.17884138975104e-309,1.4144390630499e-310,4.38436523904884e-310,1.85467312089515e-310,1.75581067291531e-309,1.4094215304254e-310,1.635360601084146e-309,2.65351935040135e-309,7.4992962371354e-310,2.437073753532385e-309,7.25396478817175e-310,2.47522439183114e-309,2.236430554632913e-309,1.577962148781375e-309,7.4032221053032e-310,1.494365309914024e-309,1.921762211325943e-309,1.038965061055674e-309,1.498025875485303e-309,4.06586254860334e-310,1.125750214369635e-309,1.7597358980635e-310,2.528421794069393e-309,5.7177239430006e-310,1.2908865015174e-309,1.0860535438113e-311,6.96455106697137e-310,2.16384590840128e-309,2.481613696373863e-309,1.73105943812785e-309,8.34152358354604e-310,6.716406687878e-310,1.412885002793573e-309,8.8194356714112e-310,1.05735659333633e-309,2.16874014384444e-309,2.58995794683481e-309,2.50252536193524e-309,2.044277653699155e-309,6.1508951079014e-310,1.304759886896296e-309,1.136282370381966e-309,1.708895731183043e-309,9.08875725959063e-310,8.94401554118614e-310,3.45308669347376e-310,1.9880253327903e-309,6.6310535496563e-310,2.52731429864038e-309,1.151229626622333e-309,7.35960544158817e-310,1.915999952230457e-309,1.274734851834576e-309,1.37668835007508e-309,3.08672651280155e-310,1.9994397126076e-309,2.016988035198023e-309,3.46806032181434e-310,1.29016397796382e-309,1.448457611685625e-309,1.14527077168406e-309,1.09774556272213e-310,2.377542670353886e-309,5.4750975471946e-310,1.176451008558616e-309,2.312441884271684e-309,5.21129806076977e-310,1.71789632504911e-309,1.888734419486847e-309,6.9015719918644e-310,2.360081561245787e-309,1.90892101204749e-309,3.7912448851696e-310,4.77096187685704e-310,2.215279913127227e-309,1.91190460325022e-309,4.3149056760274e-310,7.1021767000678e-310,2.62602263247087e-310,3.3302121814602e-310,3.0847004934041e-310,6.2077046315891e-310,7.8515310687152e-310,3.08116254466834e-310,1.86941218181357e-309,7.45809068174735e-310,2.34714693965681e-309,1.1285887702233e-310,1.27309918194048e-309,2.23885804085814e-309,2.30523827984113e-309,1.997181462805816e-309,2.054563586271437e-309,9.5240428350596e-311,7.0258944869275e-310,1.841786684641813e-309,1.809628994892467e-309,9.7249869355765e-310,2.502768656236265e-309,2.538647018186733e-309,8.20436054284787e-310,2.34018405236614e-309,5.99694217841654e-310,2.361758915555e-310,1.15337526601725e-310,1.228654898504204e-309,5.29040673742333e-310,6.82641851733187e-310,7.725587968223e-311,2.047629196517016e-309,1.725395485076293e-309,5.6702792862229e-310,9.1924508601727e-310,1.833724740520477e-309,1.566572329975663e-309,9.9518039158575e-310,8.44156253261646e-310,1.821798496532427e-309,2.3825349998775e-310,2.053677960312363e-309,1.13531831101413e-309,1.621761138650693e-309,1.698958708138303e-309,2.48911233219024e-309,3.110384470968e-311,1.738837850580906e-309,2.94352231772926e-310,5.1127820271069e-310,2.07736084566957e-309,1.933537174485975e-309,2.472048949688446e-309,1.145995878027184e-309,8.45726110912715e-310,4.57032593505375e-310,1.34721767279981e-309,6.18233148758766e-310,2.038676564439434e-309,6.58430143324123e-310,1.903902200911e-309,7.12877015013214e-310,1.060574217622213e-309,4.5822698196465e-310,1.99996007997811e-309,1.835467746369806e-309,2.7327833271912e-310,1.13599713855718e-309,1.44087540164972e-309,2.24367744240747e-309,8.59305125533447e-310,1.123201752671914e-309,7.30046280532584e-310,1.1083133318744e-309,1.43843355178322e-309,1.577950324102524e-309,1.85097361025358e-309,6.69271650878895e-310,1.774961461061817e-309,1.9239211171955e-309,2.008673252440804e-309,7.47541074543477e-310,2.028179108836047e-309,1.7670021139762e-309,2.70080429195496e-310,2.129052478201533e-309,1.540399612812427e-309,2.83879831557215e-310,4.32767793125583e-310,8.7495279126561e-310,6.8380246127952e-310,1.08322005144064e-309,1.760082111933725e-309,1.579955057665485e-309,1.68811910238123e-309,9.76241759682717e-310,1.72746023030203e-309,3.57720000676676e-310,1.60103840951713e-310,1.95889090910734e-309,1.75685469063093e-309,6.08826958977324e-310,1.9479522513872e-309,3.504255021465e-312,1.0330978445188e-310,9.870906949196e-312,1.388264309969394e-309,1.276451632437643e-309,1.905457349489147e-309,3.66060647863963e-310,2.2812368638801e-309,1.04377007557736e-309,2.385619820170325e-309,1.6594483965735e-309,2.127119772351667e-309,9.4192258157686e-310,2.00122632688149e-309,2.15905305488806e-309,1.850445760388005e-309,1.010512385000333e-309,1.68394547472985e-310,1.62314059560564e-309,3.1778523457317e-310,1.95503055114271e-309,1.918334324701507e-309,1.837029501793487e-309,2.172296958132467e-309,1.47656439224844e-309,2.98090883077757e-310,1.75194664552895e-309,7.885872447104e-311,1.221380549448166e-309,9.9407472860957e-310,7.302946599887e-312,1.33189391886401e-309,6.52546288845044e-310,1.34844363409638e-309,1.724196664986294e-309,1.6518743286231e-309,1.955911864932964e-309,1.967066758964123e-309,1.86349662631947e-309,3.45550249773236e-310,1.86892439572242e-309,1.75191436504336e-309,2.4488280739569e-310,1.36333833414179e-309,2.13230295742661e-309,1.4955650771873e-310,1.51921297632766e-309,2.196118850302315e-309,9.27841315861976e-310,1.92699634798827e-309,2.00820262494854e-310,7.1298386069716e-311,1.352579159048235e-309,1.696472714397927e-309,1.369893618450864e-309,1.471833181909003e-309,2.5889999999967e-310,1.029232862731656e-309,1.37609656692827e-309,1.02752999589041e-309,2.714209096177e-310,5.0817600964177e-310,2.073679109903823e-309,1.74025714039748e-309,1.6718335416657e-310,1.325005257496614e-309,1.749846941078573e-309,2.52117740286416e-310,1.717374391579873e-309,1.816981684227207e-309,7.88957640583225e-310,8.28948488538956e-310,2.228257545167626e-309,5.3652104726268e-310,1.907731194249967e-309,3.3609922310046e-310,1.213810508674096e-309,1.079852086503454e-309,2.0839076680424e-310,4.52245096604983e-310,8.44998862188697e-310,1.004452046460284e-309,1.540205613253774e-309,5.636202133541e-310,1.72754005106549e-309,5.25231734116604e-310,1.187029925460983e-309,2.001373619644563e-309,2.97019178268687e-310,1.375465565372253e-309,2.044334313504516e-309,3.5979305125569e-310,1.5709135071766e-309,9.29678250817663e-310,1.23925588904884e-310,5.7699016007023e-310,1.33186039295395e-309,5.5414757150366e-310,7.5393226116672e-310,9.0630289954042e-310,1.708181961173e-309,1.598543628185905e-309,1.57818868925961e-309,1.042246526728893e-309,1.181432869011666e-309,3.4401210375135e-310,1.06505472440575e-310,3.6895357429363e-310,9.79534827697054e-310,1.75570224707959e-309,1.42436753766434e-309,7.3519576870777e-310,5.1869471176083e-310,1.409968536946946e-309,7.72691017561785e-310,7.978583894216e-310,1.84253844261631e-309,9.02007792435233e-310,2.18778662842488e-309,1.09122423778966e-309,1.14330538378251e-309,1.92603678028082e-309,9.31306043544564e-310,1.63033800393482e-309,6.26657731304935e-310,4.6561060691053e-310,2.173677330789504e-309,1.75985622003753e-309,1.481428402135886e-309,1.837724860964836e-309,8.85202992872613e-310,4.00037177482986e-310,1.00064026102842e-309,4.67962052783045e-310,1.391080396674014e-309,1.972836105909426e-309,5.55675202562044e-310,2.093848914286997e-309,1.74839965697715e-309,1.11551970826413e-309,5.38845332329513e-310,1.898075867086525e-309,8.2952905487251e-310,1.856845871393544e-309,2.16652677222977e-309,8.47309486063225e-310,2.15021622995131e-309,1.2442769046389e-310,1.470301879822783e-309,1.79204637503173e-310,1.82189184565799e-309,3.488466870609e-311,3.1649103200082e-310,6.7525100315531e-310,1.94202006922066e-310,1.729979996973214e-309,1.895077334968453e-309,4.2932461374502e-310,6.68549327386843e-310,8.12809776722194e-310,7.8518984143273e-310,1.85377888029726e-309,9.43438877976676e-310,1.478881802702606e-309,2.0573117027793e-309,2.95919481275343e-310,3.0866975514992e-310,6.9538199811979e-310,5.38620856248137e-310,2.034222813665704e-309,9.35810105580256e-310,2.040019759128434e-309,1.12809974893034e-309,1.35627622664884e-309,1.36809337078003e-309,1.591902757920775e-309,9.3042504532209e-310,2.3219205894913e-310,1.512897657503143e-309,1.965590223882593e-309,1.22788383086295e-309,1.061648772261483e-309,1.645248720999077e-309,1.02827279169437e-309,1.576821196531247e-309,4.28019782032466e-310,3.2666154661368e-310,1.616329746867737e-309,7.62232955302616e-310,1.350070652993126e-309,6.02127282204393e-310,1.26546567124794e-309,1.84890669200825e-309,2.55516721918817e-310,7.75052470291673e-310,1.9543574752272e-309,1.6899628034801e-309,1.91142994537375e-309,5.3571978351316e-310,2.16181491223905e-310,2.009979415165403e-309,3.4088087682382e-310,2.834348792595e-310,9.9841914092512e-310,4.7398626577108e-310,6.0310212023307e-311,1.66590668494324e-309,3.5792300793152e-310,1.925711674369447e-309,3.52263180743476e-310,1.46322300985373e-309,4.919059858488e-311,3.996456636426e-311,1.13831237434808e-309,2.08068813838845e-309,1.364860850664887e-309,1.882157636193037e-309,1.553768250529837e-309,1.06441603148541e-309,4.51600092019457e-310,1.468273173337513e-309,1.46360820348203e-309,1.93412639288452e-309,1.6864122326689e-309,1.39225695786698e-309,1.6334935456934e-310,1.16295279588482e-309,1.490798288707863e-309,1.243969401201473e-309,1.31794509166166e-309,1.9825225262663e-310,1.83172591249548e-309,1.247375224807346e-309,1.23541242214344e-309,1.08959795242257e-310,7.48904458150447e-310,1.099031178831404e-309,1.36862399365897e-309,2.5566691914335e-310,1.54149282836627e-309,1.880984465201657e-309,8.2639807924866e-310,4.2388199323507e-310,1.866150634385923e-309,8.7902951352e-311,8.05934499247944e-310,1.421734056782925e-309,5.87997855811274e-310,1.78027306008302e-309,1.14425245933573e-309,1.215020338331685e-309,1.32960321047554e-309,1.488802462204683e-309,1.182991951942027e-309,7.8211467746087e-311,1.839755169314537e-309,5.7909137718252e-310,3.96538382395924e-310,1.048382555348714e-309,1.64399877591354e-309,1.16654232182932e-309,1.83793892376442e-309,8.2775251016309e-310,2.7690183209639e-310,1.596071597276253e-309,1.120588203417846e-309,1.05185364351964e-310,9.53869620944134e-310,5.05963205851617e-310,1.705391944139564e-309,3.764337585843e-312,8.0987826369356e-310,1.67892342774778e-309,6.53224472550665e-310,1.781344207219245e-309,1.004352471774174e-309,1.15795882547131e-309,7.09250012009303e-310,6.9228492402312e-310,1.6660487627623e-309,1.2065403341475e-311,1.098257540249415e-309,4.2997759832e-312,1.66258771004333e-309,7.363356193159e-310,1.558101116083604e-309,3.36900277323192e-310,1.71661014207122e-309,1.1116857130973e-309,1.28576636524764e-309,1.309156176615536e-309,7.0746274028329e-310,4.89446185841578e-310,2.58992771156914e-310,1.146928442125596e-309,1.480413953687917e-309,2.50057978535666e-310,1.876475397377366e-309,9.65439978697026e-310,7.9711563031548e-310,1.132287365396007e-309,1.632731750392276e-309,1.576963354383997e-309,6.3211487097755e-310,1.9692269710372e-310,1.34330728077634e-309,1.95713749174651e-309,2.780121576435e-310,5.05311064154037e-310,9.3510583103457e-310,1.786878397488793e-309,1.107401046764766e-309,1.78954704996822e-309,1.05702802342809e-309,7.8489443582635e-310,2.3385087641618e-310,4.29613408539327e-310,1.73462452400209e-309,7.55095311885166e-310,1.75817277791713e-310,1.468434409731667e-309,4.02578817725504e-310,1.76510126391343e-309,1.058436983737785e-309,1.20911450659713e-309,9.7878289237082e-310,1.51212857118761e-309,9.26445595076995e-310,7.7445914155448e-310,1.07807158093346e-309,3.49046069551343e-310,1.09627904432774e-310,1.5148879310229e-310,1.484973106981176e-309,1.046869008700086e-309,8.07328127535455e-310,9.0111027511714e-311,1.78563088260322e-309,1.07982172076011e-309,8.8776829940237e-310,1.148942363794497e-309,9.0774226802965e-310,1.714969042167786e-309,2.5759724419329e-310,8.4617969318533e-311,2.62336385776013e-310,1.63650427406745e-309,1.52045636640484e-309,2.32670164765528e-310,8.0416845238092e-310,9.71459721755035e-310,1.84384768229597e-309,8.69002687183024e-310,7.3630119917281e-310,3.8663304199727e-310,1.25605789919867e-309,7.1681987553988e-310,1.24206519539989e-309,1.197374201342325e-309,9.83305290061415e-310,3.631619553303e-311,1.04505727163552e-309,7.82594949908904e-310,1.735619331810653e-309,1.08810477027454e-309,6.4363156245057e-311,1.6283802309433e-310,1.816237410591724e-309,9.0494093685562e-310,7.87947049415707e-310,3.7671631393642e-310,1.81252300661323e-310,7.76700668207254e-310,2.9077430263461e-310,1.375537658383846e-309,1.01657256753799e-309,1.648022265578275e-309,9.45086516172885e-310,8.62903217212847e-310,1.06661812686764e-309,1.281800929293593e-309,5.00596952953756e-310,4.23201495686956e-310,1.309899750528656e-309,1.66887568497511e-309,1.41331471623741e-309,6.399713013804e-311,3.25015249547763e-310,8.31414223324666e-310,1.119405078976863e-309,3.65285663032614e-310,1.2322582359392e-309,5.1230966179585e-310,1.333210830514575e-309,1.542811682831977e-309,6.90574702413817e-310,6.90188235509067e-310,1.144600552852216e-309,4.4030864978761e-310,4.9826564736014e-310,1.558486482034706e-309,1.66174832574774e-309,1.632347773919247e-309,1.484645335721464e-309,1.571761371455707e-309,8.324052804024e-310,1.60631974099866e-309,3.69035443343906e-310,1.28323335318327e-309,2.93708640575583e-310,3.40619291929246e-310,7.2911480445381e-310,2.9005180585485e-310,1.77608475633486e-309,1.469444305338045e-309,2.196956875695e-310,1.054809094398035e-309,3.73237760300386e-310,1.313149298029046e-309,1.1627159670742e-309,4.0441568586201e-310,1.655259024092826e-309,9.0612074766059e-310,7.6392525181158e-310,3.57618060642725e-310,1.0786012541278e-309,1.396510535093606e-309,1.25897767455524e-309,7.6680578084915e-311,1.12531892879422e-309,1.71695404639474e-309,1.498211606412077e-309,1.233673009235916e-309,2.6212164441886e-310,1.236337757122695e-309,1.316724354274617e-309,1.60272657521308e-309,1.56699420852243e-309,1.38788059173654e-310,8.32623096864456e-310,2.42870610213935e-310,9.9376706089772e-310,1.223320083558026e-309,7.79317123864375e-310,9.20525924644034e-310,1.47316024511432e-309,5.38721566089944e-310,1.67020336892345e-309,9.5173524879659e-310,1.022749873381015e-309,1.43323549991341e-309,1.027297433001374e-309,5.4786203124078e-310,3.6833092396683e-310,7.45457934495783e-310,1.92452810407314e-310,6.205470648594e-310,9.848637178147e-311,8.65748803063087e-310,1.425295031353716e-309,1.71684840568677e-309,1.26699642158684e-309,9.2633744303073e-310,8.2048010190509e-310,1.349773296913707e-309,3.4310177146283e-310,3.3810662785737e-310,8.63959655041113e-310,8.51396993410615e-310,1.341959957576705e-309,1.96793617405767e-310,1.25830590888723e-309,5.728291067847e-311,9.6084611695973e-310,3.46832683983407e-310,4.7048707393578e-310,4.37027820703244e-310,1.19729108539271e-309,7.4966378020555e-310,3.4351962182839e-310,1.386924340519715e-309,2.248867187659e-310,2.364948313114e-311,1.58733163365517e-309,1.17353958544711e-309,1.512568524531363e-309,1.10828324188192e-309,3.0097641869e-311,1.64033778776941e-309,1.5644767507699e-309,1.0682320637844e-310,9.4698312115177e-310,1.08762096122359e-309,1.62034835548935e-310,1.59216743629654e-309,1.518800538470614e-309,5.1025483150095e-310,6.093151820647e-311,5.21758417843887e-310,2.19918753809656e-310,8.89735853542375e-310,1.02107486574353e-310,8.81041344162817e-310,1.026365564086003e-309,1.04462980339977e-309,4.4796911849686e-310,1.44834087722884e-309,1.475838757301487e-309,1.046468271984706e-309,1.605389502160674e-309,9.8428797513197e-311,9.4013579267547e-310,1.5206025910348e-310,5.79008755491113e-310,1.131645604221655e-309,7.9684754862764e-310,1.49008517212249e-309,1.187822370127093e-309,7.1840249386542e-310,1.57966985577721e-309,3.09891227139943e-310,7.80307777517937e-310,1.062706228676017e-309,2.99687981263507e-310,8.1807709496977e-311,9.31243133149734e-310,1.37083366724986e-309,4.6292772133046e-310,1.0287510257897e-310,2.8035810327841e-310,5.24727297501465e-310,2.38511546878284e-310,5.61968761178815e-310,8.0497169526914e-310,1.43027490066343e-309,4.2987088596516e-310,3.18653664583073e-310,1.57473490154044e-309,1.526231139737506e-309,5.32769999831465e-310,1.552030418338864e-309,9.69697601782297e-310,8.4085410574273e-310,1.000408431354437e-309,4.52037489089433e-310,1.14918367518259e-309,7.1603723601157e-311,6.6389773728711e-310,8.0821525917981e-310,1.572768817880216e-309,1.066313048005324e-309,8.89513449804e-310,9.15538669818943e-310,4.30690480310223e-310,6.2029807290394e-310,3.25191095973573e-310,8.4121411957877e-310,1.38684069471115e-309,5.1499553408817e-310,1.426296787249373e-309,7.48856562212746e-310,1.02155880382163e-309,9.7383048599847e-310,1.31259991573617e-309,1.073874694024967e-309,2.9842000705616e-311,1.374953027985624e-309,6.9361701059298e-310,5.79338134808466e-310,1.70176234478655e-310,1.364788941110857e-309,4.8632059438787e-310,7.04234673644345e-310,4.23263047570255e-310,3.00938777942706e-310,1.396418549336715e-309,7.65899106196773e-310,9.03695736768946e-310,7.11005050372837e-310,1.7146310727216e-310,1.1269418909737e-310,2.82299262164203e-310,1.28528310978433e-309,8.1846838265316e-311,1.064874781602143e-309,4.2859341140798e-310,4.4468028385147e-310,6.6398486945406e-310,4.63937758061947e-310,1.108113875804534e-309,1.382124805914223e-309,2.82098907788867e-310,4.9167231853165e-310,7.42047672768454e-310,1.11957295248183e-310,2.692603076051e-311,9.5374256461275e-310,8.957680900923e-311,2.5249758692378e-310,1.31390027550842e-309,5.8409843495196e-310,3.1263569202348e-310,7.38272660814645e-310,1.19311325959852e-309,7.57004052189975e-310,2.3180679644618e-310,7.32728884803316e-310,1.98763919635454e-310,1.40343125558307e-309,2.6061114188696e-310,9.69574139071167e-310,4.1272440572208e-310,3.783341911579e-310,1.05813482436481e-309,3.64124504413084e-310,1.40124274797331e-309,1.223030973453816e-309,7.91003824624226e-310,3.4703243135627e-310,9.11365051170354e-310,2.8579715031993e-310,3.22607067511716e-310,8.09261187425544e-310,1.4428023054274e-309,7.74357973641823e-310,2.2527866525573e-310,1.43793499983038e-309,8.724603599726e-311,1.9717974198918e-310,2.6456282816961e-310,1.129970225746747e-309,3.599587980555e-311,9.683924516372e-310,1.403940491792817e-309,6.47982367660542e-310,3.84686976811664e-310,1.389079242238866e-309,1.26032312065395e-309,9.33262384539833e-310,1.09260665346946e-309,8.30100894047287e-310,6.96795901825753e-310,2.7796816594334e-310,3.90878403779966e-310,1.217163366606313e-309,3.18510905707894e-310,5.082688250999e-311,8.15428178193393e-310,1.112415811021623e-309,1.38408609167113e-309,1.228951179104584e-309,9.37904837004e-311,1.125282809318633e-309,7.7120413003818e-310,1.39572971522975e-309,5.89841858105603e-310,4.5591415189436e-310,4.4311220237998e-310,6.9965896529371e-310,8.14302864226205e-310,9.77105507565675e-310,2.23283069839775e-310,5.48046457908764e-310,1.51235781557395e-310,1.351166035412186e-309,2.0237855368847e-311,1.02199495100843e-310,5.69457117066823e-310,1.082207909097356e-309,9.99480126575603e-310,5.04472739397353e-310,7.97580817389177e-310,6.8092933192941e-310,3.3208037949927e-310,7.9208573019564e-310,8.89528185235866e-310,2.1651162483461e-310,1.291909529114394e-309,4.1487255786083e-310,1.17211616824643e-309,3.99373792185733e-310,1.10184205541209e-309,5.9492035985484e-310,8.4306195729313e-310,1.315874340059455e-309,7.55062549466953e-310,8.4552444536511e-310,8.2804264343288e-310,6.6092294345894e-310,9.09623566117854e-310,1.269350480065077e-309,1.076552450139955e-309,4.98206175937844e-310,6.61446811804246e-310,5.02077166187485e-310,1.02363106391751e-309,7.84804622459836e-310,8.02017303381986e-310,1.159580479736264e-309,3.5713145665436e-310,1.05360915579193e-310,5.98696406479523e-310,5.2671756666099e-310,5.7677312766113e-310,1.174469014431026e-309,7.5534281126708e-310,1.11813001951133e-310,1.4954671151626e-310,5.2323456800793e-310,1.10620306061679e-309,7.98871059011475e-310,1.10018100357103e-309,9.3627490762172e-310,3.8312633727177e-310,1.24885091377181e-309,8.9435909019775e-310,1.5306029309673e-310,7.55655206733485e-310,7.4642186519436e-310,1.30311508878286e-309,4.5952394733573e-310,1.262111867030436e-309,6.16417061096392e-310,1.14181246965909e-309,1.214074039465905e-309,7.12095503756095e-310,1.132866529379365e-309,3.21151207279806e-310,1.214395081073665e-309,1.254835695284897e-309,3.85347147132313e-310,5.13585439369056e-310,9.09520531179595e-310,5.1342386548407e-310,1.069889887147706e-309,9.7161817096963e-311,9.7025075209716e-310,6.41509303016323e-310,5.753274689188e-311,7.0656969700499e-310,1.283149575396518e-309,3.06094594436545e-310,7.0293417133303e-310,8.49697205713693e-310,5.166191508501e-310,5.3315453683231e-310,1.05759067982815e-309,9.53979156719e-311,7.6094347321724e-311,7.8532097796055e-310,1.24405015445923e-309,4.74086149397716e-310,7.28891376827796e-310,1.2714814791783e-311,8.11868213447685e-310,1.23371338901547e-309,2.090066718742e-310,5.5637469105694e-310,9.83958961800623e-310,5.570505607396e-312,6.5709425994781e-310,2.20169075115906e-310,7.0980359688572e-310,1.07830461997671e-309,5.24442344737463e-310,9.60754331230256e-310,8.62484303097107e-310,5.3611081114291e-310,2.4353321807474e-310,4.679485846525e-311,5.58802069310474e-310,6.1771752874085e-310,1.007776216255635e-309,1.15588459294287e-310,1.21292637109469e-309,5.9387413359049e-310,5.8288924037221e-310,1.0992509365599e-310,4.7933945491483e-310,5.2504835099124e-310,2.276351706783e-311,9.26565973561245e-310,1.122455068792706e-309,5.3218664807817e-310,1.095499087806327e-309,7.7542263555625e-310,4.90334467886714e-310,6.1132376803584e-311,6.04588940561424e-310,6.88237484981984e-310,2.5254563067571e-310,7.59890473363286e-310,8.27923838659584e-310,6.6780595317584e-310,7.73959296460154e-310,8.20242396415147e-310,8.9206517788116e-310,1.06001445368406e-309,2.20213110770453e-310,5.01999503708623e-310,3.0095163562806e-310,6.045985375649e-310,2.7073131060873e-310,1.03101847271216e-309,4.9480520089214e-310,1.167857833722414e-309,7.38219610576377e-310,8.8380820985896e-310,1.02086184270603e-309,6.40096825448447e-310,3.82982674025755e-310,8.2112953278276e-310,1.155972792505266e-309,4.27712377214015e-310,1.038362514962065e-309,5.37372202178677e-310,4.033808001999e-310,3.928856078587e-311,1.02763812055659e-309,9.25841147017707e-310,1.7723798379307e-310,2.67471947011405e-310,6.73017104544853e-310,2.04168000364734e-310,2.41526444635645e-310,7.42697615375873e-310,2.33074665818476e-310,7.8415645124381e-310,4.52465376354277e-310,3.792018941059e-310,4.17371999169007e-310,5.1595007924745e-311,5.2812641566778e-310,8.11293170276696e-310,1.10919424990419e-309,9.72852900476557e-310,1.131092707890713e-309,9.970389236491e-310,1.84853779881237e-310,6.2110397929433e-311,1.041519672749907e-309,9.09373043233857e-310,1.084457615449896e-309,9.49521032076476e-310,7.22942957487247e-310,8.74514933633606e-310,4.0109232859409e-310,5.3033194747677e-310,2.16179268313055e-310,8.9437039677536e-310,1.04706694585905e-309,9.1848727901704e-310,6.61355895605185e-310,9.53848949143734e-310,6.7479409134769e-310,5.1839971346627e-310,4.15224434983326e-310,6.0969012467663e-310,3.985938299572e-310,8.89978778187973e-310,6.4341267332552e-310,9.87652801113186e-310,3.61473738030867e-310,1.39508991607e-312,6.1771728186638e-310,2.0276353881958e-310,7.5661147166646e-310,3.1415829372888e-310,5.59790817405083e-310,1.7050334533075e-310,1.50944792583416e-310,2.13242956445323e-310,9.55087995724323e-310,7.458469805669e-311,2.62691614625e-311,1.97343942320163e-310,4.46348301982066e-310,1.66535591027605e-310,4.9820594240923e-310,2.9862910255504e-310,2.7111477016109e-310,8.3269511667228e-310,5.21002500737116e-310,8.4426467562379e-310,9.5145296658202e-310,6.57015765133015e-310,6.09748701507e-310,1.80143771235155e-310,4.291391983682e-311,6.77570882354853e-310,6.2372850872624e-311,1.95142146049994e-310,8.50395519144554e-310,2.51448143637454e-310,5.83320801560224e-310,1.21748320514725e-310,1.038143055633287e-309,9.3937512010093e-310,1.72300878965325e-310,9.980802746325e-312,3.24306359687593e-310,9.99028057107784e-310,4.92788714629025e-310,4.5772163269608e-310,3.4154683862065e-310,3.1654880602086e-310,1.39269556605365e-310,4.69396528589425e-310,1.1705504075635e-310,8.4385881174984e-310,2.6692635841224e-310,7.81175046377926e-310,4.27115320858226e-310,6.8693509964683e-311,8.72765877352056e-310,4.670353821362e-310,8.2077151217489e-310,7.48487325105383e-310,6.4604449196802e-310,7.65140532394756e-310,2.697563439426e-311,5.3003249820165e-310,6.1615895264466e-310,8.56057365286243e-310,4.12815005891746e-310,2.4993939247059e-310,2.6123313691438e-310,9.5191502501297e-311,7.26457949648455e-310,1.9844715281205e-310,8.41333766777157e-310,6.76285907662264e-310,6.39387967593924e-310,6.5488530445251e-310,7.95420052811956e-310,4.1113598828852e-310,7.8184445637623e-310,4.45460317366246e-310,5.56058903421955e-310,2.52105072474077e-310,6.12978603978134e-310,5.87236244381e-311,1.570130753344e-312,6.8529484841974e-310,9.20527547037306e-310,7.91257186758357e-310,8.50712829192306e-310,9.4980076588043e-310,2.5184480802734e-311,6.49879423553853e-310,2.036148925476e-311,9.2537043100854e-310,5.64826778595526e-310,9.50100595702475e-310,8.9164389286092e-310,1.94567534260843e-310,7.31634243374114e-310,2.9622200615404e-310,2.3264322454056e-310,6.9417816538066e-311,6.8560734908574e-310,9.24585104011274e-310,7.14745343913277e-310,6.6588423513352e-310,1.4895179300845e-310,9.08010653357157e-310,7.103064536697e-310,2.3058959901228e-310,3.8769992135214e-310,1.2692145141736e-310,9.772203655696e-311,2.50044948210836e-310,5.034403142398e-310,8.1598996974198e-310,7.65653899307783e-310,8.7697369674591e-310,3.1960346242314e-310,5.4306513804262e-310,8.1990802599373e-310,5.35781888563654e-310,8.49003077503106e-310,8.05752954251065e-310,1.0238638637458e-310,6.5874037773714e-310,7.7908750026164e-310,1.54698512705283e-310,6.04706018448576e-310,2.295832245264e-312,5.8658592588131e-310,8.33082885773113e-310,6.89891366412947e-310,8.10554067585246e-310,1.31352312028325e-310,1.1766307458803e-310,3.950421433973e-311,8.50141853531015e-310,6.9658282522387e-310,4.5824144173191e-310,2.1891014779069e-310,6.4071001755524e-310,5.97422479858797e-310,1.61092848567473e-310,4.90030124262246e-310,2.3184478694402e-310,3.778330190931e-310,5.1492693965518e-310,2.979358337264e-310,3.62088087076335e-310,2.14783304810193e-310,7.00446634319255e-310,6.9309469220956e-310,2.13735224034507e-310,4.0211731459385e-310,7.29234610060385e-310,5.79814903301e-311,1.80357393508694e-310,7.89363431288664e-310,2.47169285463923e-310,3.5793550361105e-310,1.44753367653075e-310,7.85611890814857e-310,3.45385879298865e-310,7.4558129893937e-311,3.30487286866084e-310,4.94376021164167e-310,1.6588109977988e-310,6.195652916002e-311,5.435368767865e-310,2.92670140269513e-310,3.18969316151033e-310,3.69130440794383e-310,5.2398169587247e-310,2.8804623333206e-310,7.2531584567154e-310,3.57450183392137e-310,9.44048637457e-312,1.91299046817625e-310,6.3954402756843e-310,1.22066282170563e-310,5.31792777528175e-310,2.80728945934653e-310,3.7853073613789e-310,1.9474012900589e-310,3.829281551041e-311,4.014989898286e-311,1.3853774579993e-310,5.59492141527803e-310,7.3381654351881e-310,7.44825447984837e-310,4.3619214141038e-310,5.436842113449e-310,7.43460570448006e-310,5.00410721230403e-310,2.9152964834262e-310,6.01951926617446e-310,2.87724908094852e-310,4.99471587193464e-310,6.0882491360638e-310,3.4925153433087e-310,4.92864211642993e-310,4.7868225387653e-310,4.434243948018e-311,7.4463578001566e-310,5.7047225195558e-310,6.71220915161753e-310,5.9122983154356e-310,7.343436564644e-311,7.09414908750004e-310,2.8534737954972e-310,1.1183552291298e-310,3.84303202763595e-310,6.5232207038549e-310,2.28499382868933e-310,4.9249754613606e-311,7.5726297080332e-310,4.2976950645224e-310,2.8107915543341e-310,2.2035758391157e-310,4.86029708783597e-310,5.81857342546103e-310,5.2713170877278e-310,3.5297678934377e-310,5.71163394124983e-310,5.9249117004996e-310,1.9811779590167e-310,6.65810276340424e-310,8.3432335231685e-311,3.8076732963775e-310,2.16182449240853e-310,4.04953440855495e-310,5.67184766500194e-310,7.6677751742374e-311,1.967741152957e-312,2.45859094638946e-310,3.61492638748747e-310,2.8854309347702e-310,4.22014601376697e-310,6.49518446926577e-310,7.11344162066637e-310,4.5126828437424e-311,4.43550851086e-312,1.9148003464426e-311,4.3803448551073e-310,1.4083827553297e-310,6.94872952747053e-310,2.1463998600866e-310,4.4395051609374e-310,6.3664475966138e-310,6.4184299459398e-310,2.52361510978707e-310,2.35019695676134e-310,4.1462547487951e-310,4.50014572272235e-310,3.07091793770756e-310,3.84718970220533e-310,3.69810075781624e-310,2.81921232650827e-310,4.2042445585107e-310,3.1621122908402e-310,1.66804777011416e-310,4.48382485117946e-310,8.3884263373513e-311,7.46386702977e-312,3.1169093742299e-310,3.6940487348161e-310,5.04600979355723e-310,1.07539677854277e-310,2.09301424699143e-310,3.15852902639187e-310,4.4067480589444e-310,2.0557238049423e-310,1.98044813019585e-310,4.1292480735791e-310,1.7988340586973e-310,2.9246050311436e-310,2.2712907484343e-310,4.05969616261165e-310,5.824821040563e-310,3.59538840462324e-310,2.3964179381317e-310,7.784909771628e-311,4.40607497113417e-310,1.7292928336663e-310,5.30948252352e-310,4.79674273441724e-310,4.7225920444525e-310,5.15693203751057e-310,5.82903022054264e-310,2.23992884134983e-310,3.3635540491203e-310,2.00868207490275e-310,6.610749982286e-312,1.30851699521684e-310,1.2451541369134e-310,6.2970080854542e-310,4.9379212639221e-310,2.737401634309e-310,2.534501196309e-311,2.0790072706567e-310,2.5726716601481e-310,5.2790435564755e-310,2.9750524269703e-310,9.9121439424367e-311,1.37649627360194e-310,1.29251601391777e-310,1.11993243070255e-310,3.699619358406e-310,4.161680136832e-311,2.98412712124606e-310,3.2337161485695e-310,1.97641478934756e-310,2.0198745151903e-310,3.6085878751086e-310,2.8551521626945e-310,8.4803263390645e-311,3.7092479435565e-310,3.09513625038705e-310,2.5870402570902e-310,4.7973595034332e-310,5.9314454910636e-310,4.0587910477676e-310,1.8360233234304e-310,4.74556071651494e-310,3.8322771739113e-310,3.53015583076245e-310,1.4814453419443e-310,2.67003908633225e-310,3.72228100881957e-310,1.20669103131353e-310,1.4814117243915e-311,3.40294902226804e-310,1.566391348147e-311,1.60806432881043e-310,2.6388207718164e-310,4.4676624290262e-310,5.6819986248817e-311,3.5735585205258e-310,2.74433745193827e-310,1.3171989600642e-310,2.8661175987339e-310,1.49847697102325e-310,5.4946406088234e-310,2.6860725585962e-310,3.85513953748215e-310,1.53644922719913e-310,4.21666495693254e-310,6.261833712448e-311,4.69578995094e-311,2.1237823615251e-310,1.6425721634759e-310,2.33245506138754e-310,5.41936630056826e-310,1.73247606018917e-310,2.78999446443813e-310,1.79950790549566e-310,4.3122697727889e-310,1.4650832017198e-310,3.4638263770332e-310,4.5645309181755e-311,5.2079448252668e-310,3.78564698383605e-310,1.69014988788454e-310,3.74606311675155e-310,1.7318695055111e-310,4.15043639585685e-310,2.8838073714287e-310,5.19840396560465e-310,3.47862673228747e-310,2.5030014899944e-310,4.1259079546633e-310,3.9917235118786e-310,1.2700749828367e-310,4.3398507845078e-310,3.5260422586046e-310,4.59718381827497e-310,5.0752456060283e-310,3.3486489769263e-310,3.66857056301344e-310,1.42216120871854e-310,9.711223196e-314,3.5150040536049e-310,1.68406456442666e-310,1.2388606245906e-310,1.7675121362108e-310,1.7568612334151e-310,7.043747207066e-311,4.31774999746307e-310,5.363616159333e-311,2.9511708482139e-310,4.56225102898905e-310,2.399271919359e-311,3.68645048858806e-310,2.0196933421182e-310,1.83395890961844e-310,2.2242483793837e-311,3.07585323317195e-310,2.51287656552117e-310,2.93840840497045e-310,6.10938670762e-311,7.899620730715e-311,2.086016957972e-311,9.3873844875524e-311,3.73771915306654e-310,9.7898097341905e-311,2.67152409917894e-310,3.54300201736385e-310,2.2671745358761e-310,1.552163274436e-311,1.77071058368408e-310,2.3657386678731e-310,4.38946883535585e-310,5.4191463215157e-311,3.984518450193e-310,3.03805888355597e-310,3.1152301734982e-310,1.41071557223784e-310,2.8934244652645e-310,1.4300389043413e-311,4.23749759746247e-310,3.4865604285193e-310,2.9006498674721e-310,1.6349978329843e-310,1.20286485562207e-310,2.4237088077073e-310,2.30990771650976e-310,5.147959996451e-311,1.2701493920706e-310,1.0550229922375e-311,7.1484264112663e-311,3.03774610282173e-310,3.05498123713836e-310,3.6796133712218e-310,2.8196442153588e-310,3.12591643978174e-310,2.46417183600626e-310,8.70794779948e-312,3.5149228114066e-310,1.3197512763666e-310,6.3450049070675e-311,1.23055675093976e-310,3.27547423655473e-310,4.87900254406e-313,6.6043617111516e-311,1.07100225396216e-310,6.4425717089994e-311,2.69353775550427e-310,3.58827410518995e-310,2.2866140768992e-310,3.46693021785274e-310,3.72224482379816e-310,2.3182701444817e-310,1.9260853738426e-311,2.80845251402796e-310,1.4900485749258e-310,1.97319531215997e-310,2.6561910646055e-311,3.34157698232577e-310,3.7492073932907e-310,3.28213634654514e-310,2.0743107881184e-310,2.83547426837956e-310,4.0140398018744e-311,2.03486169702896e-310,2.3933726595624e-310,1.0415240941774e-310,3.52311940753154e-310,1.9142208824827e-311,3.4195760608789e-310,1.80219338147726e-310,2.2890238976354e-310,4.798737430675e-311,1.48027718027484e-310,2.6628098576415e-310,2.2433849506871e-310,1.4612078255184e-311,2.924616479839e-311,1.28159409440246e-310,1.74319937258276e-310,2.77778249780213e-310,1.635396990084e-312,2.777113707798e-310,3.665428878081e-311,1.28522987368997e-310,2.56424742264465e-310,1.1372741484522e-310,3.20809797814003e-310,5.307068953035e-311,1.89768897980113e-310,2.29262275562057e-310,1.08599318278623e-310,2.2442996751736e-310,2.14615676542915e-310,2.83578391171917e-310,1.8103052971605e-310,2.8988289111604e-310,1.4443380721897e-310,2.8809708032616e-310,2.83641596888514e-310,2.03656146457927e-310,3.09967755092457e-310,3.4494951648465e-311,2.55979836326746e-310,7.170423806437e-311,5.14630082097e-311,2.9433162119909e-310,1.04304226194805e-310,1.95745191538226e-310,8.943086075933e-312,7.9148428347736e-311,1.9526285612501e-310,4.9608324275357e-311,2.5645687195747e-310,6.2127200594974e-311,2.5192686207953e-310,1.6883098002596e-310,1.2280350194541e-310,1.3348299775711e-310,1.75789904353283e-310,3.4756751685856e-311,1.0395502264161e-310,7.701234709537e-311,4.4035718107087e-311,1.02669433802956e-310,4.0224603767e-312,1.9084141722219e-310,1.13625594026405e-310,9.161617528612e-311,1.0009468728306e-310,1.36959183061154e-310,3.278100107767e-311,2.44736103172004e-310,1.218651216704e-311,7.9214417761627e-311,8.563854815624e-312,1.5462855509029e-310,2.1945587798959e-310,9.187710211017e-311,8.753488932145e-311,1.64710275663457e-310,1.9857148141996e-310,7.632010166214e-311,6.6316563721933e-311,1.45509974047172e-310,1.7703783667662e-310,9.63953904768e-312,1.05083953505965e-310,5.5631641701063e-311,3.4072868483697e-311,1.38972183839477e-310,1.13811344981504e-310,6.964690733586e-311,8.364996111966e-311,2.15281259959264e-310,5.865307651897e-311,1.3913212893516e-310,9.610304064809e-311,1.41879312384754e-310,1.55786777601606e-310,8.874155270778e-311,1.05265125756525e-310,3.285493140441e-311,2.01028208836815e-310,6.471452745341e-311,1.8803647366641e-310,1.77259591170866e-310,8.401505115795e-311,1.0229121343544e-310,4.227603667173e-311,4.954252632561e-311,1.504231346247e-311,1.1273921245536e-310,9.5591896692566e-311,1.29416484142313e-310,1.046560226989e-310,1.6656600719426e-310,5.771221851228e-311,1.4239998965079e-310,6.2924743306363e-311,3.324456893926e-311,6.2921910500727e-311,2.7986633759217e-311,6.88085583349e-311,1.61220459264627e-310,3.2242889375295e-311,1.5006555764651e-310,1.43539315215794e-310,5.49619428819e-312,6.835478583668e-311,1.7371145800394e-310,1.64313956658326e-310,5.5355937098173e-311,5.026839279586e-312,4.8410554158026e-311,4.2705630697674e-311,3.6815595503347e-311,5.301227314683e-311,1.1666049099122e-310,1.440035722184e-312,1.19470678979435e-310,5.24100068679e-312,6.002604107543e-311,4.674449533098e-311,1.0645040798129e-310,1.29865654648523e-310,9.9393370899203e-311,8.95799685411e-312,8.2693013022457e-311,4.987265344288e-311,8.412575478389e-311,8.932315477655e-311,1.220111415267e-311,5.9881388512937e-311,7.553202662112e-311,1.26213037583996e-310,1.4465797665e-311,6.5494882859237e-311,9.776988131081e-311,5.4479840167183e-311,7.154580220803e-311,3.1471101769236e-311,6.5113490647e-312,6.0255669466124e-311,1.06657004421543e-310,5.9554625000544e-311,6.2416405079536e-311,1.00166565823636e-310,3.173667743767e-311,2.546854785455e-311,8.309109960752e-311,6.197779068989e-311,1.932821097131e-311,8.0912822532166e-311,7.078718125771e-311,8.024264073314e-311,7.396670390821e-311,3.6850487877353e-311,5.896577834935e-311,4.340667453308e-311,5.26945847695e-311,5.5465032539924e-311,6.01598738658e-312,6.1161228542725e-311,7.9526175532645e-311,5.380269408453e-311,1.75828573381e-311,4.4703696180235e-311,6.2267891008844e-311,4.8748315983875e-311,5.3302809843997e-311,2.77533067337e-311,3.480588608938e-311,3.0212088873277e-311,7.238644891479e-311,3.26382447176e-312,1.329063330602e-311,4.3414609442264e-311,2.4988984507997e-311,3.7688066518726e-311,3.999735907357e-311,5.787015909627e-311,1.4189760960484e-311,1.398223307106e-312,3.51119647737e-312,9.332206274834e-312,3.1284330544492e-311,1.8610465309286e-311,2.88949178624e-312,3.2894920996433e-311,4.511191817027e-311,3.197951791533e-311,1.915436035069e-311,2.062824195463e-311,5.551235248286e-312,1.837866327906e-311,6.43480529189e-312,2.287720419996e-311,3.4300492641567e-311,3.641877873e-312,2.406654239842e-311,1.269520713379e-311,2.039283796307e-311,1.3689729170233e-311,2.498102298995e-311,1.219147438743e-311,1.2404812530826e-311,1.50598287084e-312,1.6800310792653e-311,3.84000231364e-312,2.54605906357e-313,2.16267869763e-313,5.360932788236e-312,8.940996348353e-312,9.000038957887e-312,7.796343583706e-312,5.15877095642e-312,4.517402906966e-312,2.026897093577e-312,1.91630050328e-312],"x":[3.14e-52,3.1384457e-52,3.1368914000000002e-52,3.1353371e-52,3.1337828e-52,3.1322285e-52,3.1306742e-52,3.1291199e-52,3.1275656e-52,3.1260113e-52,3.124457e-52,3.1229027000000002e-52,3.1213484e-52,3.1197941e-52,3.1182398e-52,3.1166855e-52,3.1151312e-52,3.1135769e-52,3.1120226e-52,3.1104683e-52,3.1089140000000002e-52,3.1073597e-52,3.1058054e-52,3.1042511e-52,3.1026968e-52,3.1011425e-52,3.0995882e-52,3.0980339e-52,3.0964796e-52,3.0949253000000002e-52,3.093371e-52,3.0918167e-52,3.0902624e-52,3.0887081e-52,3.0871538e-52,3.0855995e-52,3.0840452e-52,3.0824909e-52,3.0809366e-52,3.0793823e-52,3.077828e-52,3.0762737e-52,3.0747194000000002e-52,3.0731651e-52,3.0716108e-52,3.0700565e-52,3.0685022e-52,3.0669479e-52,3.0653936e-52,3.0638393e-52,3.062285e-52,3.0607307000000002e-52,3.0591764e-52,3.0576221e-52,3.0560678e-52,3.0545135e-52,3.0529592e-52,3.0514049e-52,3.0498506e-52,3.0482963e-52,3.0467420000000002e-52,3.0451877e-52,3.0436334e-52,3.0420791e-52,3.0405248e-52,3.0389705e-52,3.0374162e-52,3.0358619e-52,3.0343076e-52,3.0327533000000002e-52,3.031199e-52,3.0296447e-52,3.0280904e-52,3.0265361e-52,3.0249818e-52,3.0234275e-52,3.0218732e-52,3.0203189e-52,3.0187646000000002e-52,3.0172103e-52,3.015656e-52,3.0141017e-52,3.0125474e-52,3.0109931e-52,3.0094388e-52,3.0078845e-52,3.0063302e-52,3.0047759000000002e-52,3.0032216e-52,3.0016673e-52,3.000113e-52,2.9985587e-52,2.9970044e-52,2.9954501e-52,2.9938958e-52,2.9923415e-52,2.9907872e-52,2.9892329e-52,2.9876786e-52,2.9861243e-52,2.98457e-52,2.9830157e-52,2.9814614e-52,2.9799071e-52,2.9783528e-52,2.9767985e-52,2.9752442e-52,2.9736899e-52,2.9721356e-52,2.9705813000000002e-52,2.969027e-52,2.9674727e-52,2.9659184e-52,2.9643641e-52,2.9628098e-52,2.9612555e-52,2.9597012e-52,2.9581469e-52,2.9565926000000002e-52,2.9550383e-52,2.953484e-52,2.9519297e-52,2.9503754e-52,2.9488211e-52,2.9472668e-52,2.9457125e-52,2.9441582e-52,2.9426039000000002e-52,2.9410496e-52,2.9394953e-52,2.937941e-52,2.9363867e-52,2.9348324e-52,2.9332781e-52,2.9317238e-52,2.9301695e-52,2.9286152000000002e-52,2.9270609e-52,2.9255066e-52,2.9239523e-52,2.922398e-52,2.9208437e-52,2.9192894e-52,2.9177351e-52,2.9161808e-52,2.9146265000000002e-52,2.9130722e-52,2.9115179e-52,2.9099636e-52,2.9084093e-52,2.906855e-52,2.9053007e-52,2.9037464e-52,2.9021921e-52,2.9006378000000002e-52,2.8990835e-52,2.8975292e-52,2.8959749e-52,2.8944206e-52,2.8928663e-52,2.891312e-52,2.8897577e-52,2.8882034e-52,2.8866491e-52,2.8850948e-52,2.8835405e-52,2.8819862e-52,2.8804319000000002e-52,2.8788776e-52,2.8773233e-52,2.875769e-52,2.8742147e-52,2.8726604e-52,2.8711061e-52,2.8695518e-52,2.8679975e-52,2.8664432000000002e-52,2.8648889e-52,2.8633346e-52,2.8617803e-52,2.860226e-52,2.8586717e-52,2.8571174e-52,2.8555631e-52,2.8540088e-52,2.8524545000000002e-52,2.8509002e-52,2.8493459e-52,2.8477916e-52,2.8462373e-52,2.844683e-52,2.8431287e-52,2.8415744e-52,2.8400201e-52,2.8384658000000002e-52,2.8369115e-52,2.8353572e-52,2.8338029e-52,2.8322486e-52,2.8306943e-52,2.82914e-52,2.8275857e-52,2.8260314e-52,2.8244771000000002e-52,2.8229228e-52,2.8213685e-52,2.8198142e-52,2.8182599e-52,2.8167056e-52,2.8151513e-52,2.813597e-52,2.8120427e-52,2.8104884000000002e-52,2.8089341e-52,2.8073798e-52,2.8058255e-52,2.8042712e-52,2.8027169e-52,2.8011626e-52,2.7996083e-52,2.798054e-52,2.7964997e-52,2.7949454e-52,2.7933911e-52,2.7918368e-52,2.7902825e-52,2.7887282e-52,2.7871739e-52,2.7856196e-52,2.7840653e-52,2.782511e-52,2.7809567e-52,2.7794024e-52,2.7778481e-52,2.7762938000000002e-52,2.7747395e-52,2.7731852e-52,2.7716309e-52,2.7700766e-52,2.7685223e-52,2.766968e-52,2.7654137e-52,2.7638594e-52,2.7623051000000002e-52,2.7607508e-52,2.7591965e-52,2.7576422e-52,2.7560879e-52,2.7545336e-52,2.7529793e-52,2.751425e-52,2.7498707e-52,2.7483164000000002e-52,2.7467621e-52,2.7452078e-52,2.7436535e-52,2.7420992e-52,2.7405449e-52,2.7389906e-52,2.7374363e-52,2.735882e-52,2.7343277000000002e-52,2.7327734e-52,2.7312191e-52,2.7296648e-52,2.7281105e-52,2.7265562e-52,2.7250019e-52,2.7234476e-52,2.7218933e-52,2.7203390000000002e-52,2.7187847e-52,2.7172304e-52,2.7156761e-52,2.7141218e-52,2.7125675e-52,2.7110132e-52,2.7094589e-52,2.7079046e-52,2.7063503000000002e-52,2.704796e-52,2.7032417e-52,2.7016874e-52,2.7001331e-52,2.6985788e-52,2.6970245e-52,2.6954702e-52,2.6939159e-52,2.6923616e-52,2.6908073e-52,2.689253e-52,2.6876987e-52,2.6861444e-52,2.6845901e-52,2.6830358e-52,2.6814815e-52,2.6799272e-52,2.6783729e-52,2.6768186e-52,2.6752643e-52,2.67371e-52,2.6721557000000002e-52,2.6706014e-52,2.6690471e-52,2.6674928e-52,2.6659385e-52,2.6643842e-52,2.6628299e-52,2.6612756e-52,2.6597213e-52,2.6581670000000002e-52,2.6566127e-52,2.6550584e-52,2.6535041e-52,2.6519498e-52,2.6503955e-52,2.6488412e-52,2.6472869e-52,2.6457326e-52,2.6441783000000002e-52,2.642624e-52,2.6410697e-52,2.6395154e-52,2.6379611e-52,2.6364068e-52,2.6348525e-52,2.6332982e-52,2.6317439e-52,2.6301896000000002e-52,2.6286353e-52,2.627081e-52,2.6255267e-52,2.6239724e-52,2.6224181e-52,2.6208638e-52,2.6193095e-52,2.6177552e-52,2.6162009000000002e-52,2.6146466e-52,2.6130923e-52,2.611538e-52,2.6099837e-52,2.6084294e-52,2.6068751e-52,2.6053208e-52,2.6037665e-52,2.6022122e-52,2.6006579e-52,2.5991036e-52,2.5975493e-52,2.595995e-52,2.5944407e-52,2.5928864e-52,2.5913321e-52,2.5897778e-52,2.5882235e-52,2.5866692e-52,2.5851149e-52,2.5835606e-52,2.5820063000000002e-52,2.580452e-52,2.5788977e-52,2.5773434e-52,2.5757891e-52,2.5742348e-52,2.5726805e-52,2.5711262e-52,2.5695719e-52,2.5680176000000002e-52,2.5664633e-52,2.564909e-52,2.5633547e-52,2.5618004e-52,2.5602461e-52,2.5586918e-52,2.5571375e-52,2.5555832e-52,2.5540289000000002e-52,2.5524746e-52,2.5509203e-52,2.549366e-52,2.5478117e-52,2.5462574e-52,2.5447031e-52,2.5431488e-52,2.5415945e-52,2.5400402000000002e-52,2.5384859e-52,2.5369316e-52,2.5353773e-52,2.533823e-52,2.5322687e-52,2.5307144e-52,2.5291601e-52,2.5276058e-52,2.5260515000000002e-52,2.5244972e-52,2.5229429e-52,2.5213886e-52,2.5198343e-52,2.51828e-52,2.5167257e-52,2.5151714e-52,2.5136171e-52,2.5120628000000002e-52,2.5105085e-52,2.5089542e-52,2.5073999e-52,2.5058456e-52,2.5042913e-52,2.502737e-52,2.5011827e-52,2.4996284e-52,2.4980741e-52,2.4965198e-52,2.4949655e-52,2.4934112e-52,2.4918569e-52,2.4903026e-52,2.4887483e-52,2.487194e-52,2.4856397e-52,2.4840854e-52,2.4825311e-52,2.4809768e-52,2.4794225e-52,2.4778682000000002e-52,2.4763139e-52,2.4747596e-52,2.4732053e-52,2.471651e-52,2.4700967e-52,2.4685424e-52,2.4669881e-52,2.4654338e-52,2.4638795000000002e-52,2.4623252e-52,2.4607709e-52,2.4592166e-52,2.4576623e-52,2.456108e-52,2.4545537e-52,2.4529994e-52,2.4514451e-52,2.4498908000000002e-52,2.4483365e-52,2.4467822e-52,2.4452279e-52,2.4436736e-52,2.4421193e-52,2.440565e-52,2.4390107e-52,2.4374564e-52,2.4359021000000002e-52,2.4343478e-52,2.4327935e-52,2.4312392e-52,2.4296849e-52,2.4281306e-52,2.4265763e-52,2.425022e-52,2.4234677e-52,2.4219134000000002e-52,2.4203591e-52,2.4188048e-52,2.4172505e-52,2.4156962e-52,2.4141419e-52,2.4125876e-52,2.4110333e-52,2.409479e-52,2.4079247e-52,2.4063704e-52,2.4048161e-52,2.4032618e-52,2.4017075e-52,2.4001532e-52,2.3985989e-52,2.3970446e-52,2.3954903e-52,2.393936e-52,2.3923817e-52,2.3908274e-52,2.3892731e-52,2.3877188e-52,2.3861645e-52,2.3846102e-52,2.3830559e-52,2.3815016e-52,2.3799473e-52,2.378393e-52,2.3768387e-52,2.3752844e-52,2.3737301000000002e-52,2.3721758e-52,2.3706215e-52,2.3690672e-52,2.3675129e-52,2.3659586e-52,2.3644043e-52,2.36285e-52,2.3612957e-52,2.3597414000000002e-52,2.3581871e-52,2.3566328e-52,2.3550785e-52,2.3535242e-52,2.3519699e-52,2.3504156e-52,2.3488613e-52,2.347307e-52,2.3457527000000002e-52,2.3441984e-52,2.3426441e-52,2.3410898e-52,2.3395355e-52,2.3379812e-52,2.3364269e-52,2.3348726e-52,2.3333183e-52,2.3317640000000002e-52,2.3302097e-52,2.3286554e-52,2.3271011e-52,2.3255468e-52,2.3239925e-52,2.3224382e-52,2.3208839e-52,2.3193296e-52,2.3177753000000002e-52,2.316221e-52,2.3146667e-52,2.3131124e-52,2.3115581e-52,2.3100038e-52,2.3084495e-52,2.3068952e-52,2.3053409e-52,2.3037866e-52,2.3022323e-52,2.300678e-52,2.2991237e-52,2.2975694e-52,2.2960151e-52,2.2944608e-52,2.2929065e-52,2.2913522e-52,2.2897979e-52,2.2882436e-52,2.2866893e-52,2.285135e-52,2.2835807e-52,2.2820264e-52,2.2804721e-52,2.2789178e-52,2.2773635e-52,2.2758092e-52,2.2742549e-52,2.2727006e-52,2.2711463e-52,2.2695920000000002e-52,2.2680377e-52,2.2664834e-52,2.2649291e-52,2.2633748e-52,2.2618205e-52,2.2602662e-52,2.2587119e-52,2.2571576e-52,2.2556033000000002e-52,2.254049e-52,2.2524947e-52,2.2509404e-52,2.2493861e-52,2.2478318e-52,2.2462775e-52,2.2447232e-52,2.2431689e-52,2.2416146000000002e-52,2.2400603e-52,2.238506e-52,2.2369517e-52,2.2353974e-52,2.2338431e-52,2.2322888e-52,2.2307345e-52,2.2291802e-52,2.2276259000000002e-52,2.2260716e-52,2.2245173e-52,2.222963e-52,2.2214087e-52,2.2198544e-52,2.2183001e-52,2.2167458e-52,2.2151915e-52,2.2136372000000002e-52,2.2120829e-52,2.2105286e-52,2.2089743e-52,2.20742e-52,2.2058657e-52,2.2043114e-52,2.2027571e-52,2.2012028e-52,2.1996485e-52,2.1980942e-52,2.1965399e-52,2.1949856e-52,2.1934313e-52,2.191877e-52,2.1903227e-52,2.1887684e-52,2.1872141e-52,2.1856598e-52,2.1841055e-52,2.1825512e-52,2.1809969e-52,2.1794426000000002e-52,2.1778883e-52,2.176334e-52,2.1747797e-52,2.1732254e-52,2.1716711e-52,2.1701168e-52,2.1685625e-52,2.1670082e-52,2.1654539000000002e-52,2.1638996e-52,2.1623453e-52,2.160791e-52,2.1592367e-52,2.1576824e-52,2.1561281e-52,2.1545738e-52,2.1530195e-52,2.1514652000000002e-52,2.1499109e-52,2.1483566e-52,2.1468023e-52,2.145248e-52,2.1436937e-52,2.1421394e-52,2.1405851e-52,2.1390308e-52,2.1374765000000002e-52,2.1359222e-52,2.1343679e-52,2.1328136e-52,2.1312593e-52,2.129705e-52,2.1281507e-52,2.1265964e-52,2.1250421e-52,2.1234878000000002e-52,2.1219335e-52,2.1203792e-52,2.1188249e-52,2.1172706e-52,2.1157163e-52,2.114162e-52,2.1126077e-52,2.1110534e-52,2.1094991e-52,2.1079448e-52,2.1063905e-52,2.1048362e-52,2.1032819e-52,2.1017276e-52,2.1001733e-52,2.098619e-52,2.0970647e-52,2.0955104e-52,2.0939561e-52,2.0924018e-52,2.0908475e-52,2.0892932e-52,2.0877389e-52,2.0861846e-52,2.0846303e-52,2.083076e-52,2.0815217e-52,2.0799674e-52,2.0784131e-52,2.0768588e-52,2.0753045000000002e-52,2.0737502e-52,2.0721959e-52,2.0706416e-52,2.0690873e-52,2.067533e-52,2.0659787e-52,2.0644244e-52,2.0628701e-52,2.0613158000000002e-52,2.0597615e-52,2.0582072e-52,2.0566529e-52,2.0550986e-52,2.0535443e-52,2.05199e-52,2.0504357e-52,2.0488814e-52,2.0473271000000002e-52,2.0457728e-52,2.0442185e-52,2.0426642e-52,2.0411099e-52,2.0395556e-52,2.0380013e-52,2.036447e-52,2.0348927e-52,2.0333384000000002e-52,2.0317841e-52,2.0302298e-52,2.0286755e-52,2.0271212e-52,2.0255669e-52,2.0240126e-52,2.0224583e-52,2.020904e-52,2.0193497000000002e-52,2.0177954e-52,2.0162411e-52,2.0146868e-52,2.0131325e-52,2.0115782e-52,2.0100239e-52,2.0084696e-52,2.0069153e-52,2.005361e-52,2.0038067e-52,2.0022524e-52,2.0006981e-52,1.9991438e-52,1.9975895e-52,1.9960352e-52,1.9944809e-52,1.9929266e-52,1.9913723e-52,1.989818e-52,1.9882637e-52,1.9867094e-52,1.9851551e-52,1.9836008e-52,1.9820465e-52,1.9804922e-52,1.9789379e-52,1.9773836e-52,1.9758293e-52,1.974275e-52,1.9727207e-52,1.9711664000000002e-52,1.9696121e-52,1.9680578e-52,1.9665035e-52,1.9649492e-52,1.9633949e-52,1.9618406e-52,1.9602863e-52,1.958732e-52,1.9571777000000002e-52,1.9556234e-52,1.9540691e-52,1.9525148e-52,1.9509605e-52,1.9494062e-52,1.9478519e-52,1.9462976e-52,1.9447433e-52,1.9431890000000002e-52,1.9416347e-52,1.9400804e-52,1.9385261e-52,1.9369718e-52,1.9354175e-52,1.9338632e-52,1.9323089e-52,1.9307546e-52,1.9292003000000002e-52,1.927646e-52,1.9260917e-52,1.9245374e-52,1.9229831e-52,1.9214288e-52,1.9198745e-52,1.9183202e-52,1.9167659e-52,1.9152116e-52,1.9136573e-52,1.912103e-52,1.9105487e-52,1.9089944e-52,1.9074401e-52,1.9058858e-52,1.9043315e-52,1.9027772e-52,1.9012229e-52,1.8996686e-52,1.8981143e-52,1.89656e-52,1.8950057e-52,1.8934514e-52,1.8918971e-52,1.8903428e-52,1.8887885e-52,1.8872342e-52,1.8856799e-52,1.8841256e-52,1.8825713e-52,1.881017e-52,1.8794627e-52,1.8779084e-52,1.8763541e-52,1.8747998e-52,1.8732455e-52,1.8716912e-52,1.8701369e-52,1.8685826e-52,1.8670283000000002e-52,1.865474e-52,1.8639197e-52,1.8623654e-52,1.8608111e-52,1.8592568e-52,1.8577025e-52,1.8561482e-52,1.8545939e-52,1.8530396000000002e-52,1.8514853e-52,1.849931e-52,1.8483767e-52,1.8468224e-52,1.8452681e-52,1.8437138e-52,1.8421595e-52,1.8406052e-52,1.8390509000000002e-52,1.8374966e-52,1.8359423e-52,1.834388e-52,1.8328337e-52,1.8312794e-52,1.8297251e-52,1.8281708e-52,1.8266165e-52,1.8250622000000002e-52,1.8235079e-52,1.8219536e-52,1.8203993e-52,1.818845e-52,1.8172907e-52,1.8157364e-52,1.8141821e-52,1.8126278e-52,1.8110735e-52,1.8095192e-52,1.8079649e-52,1.8064106e-52,1.8048563e-52,1.803302e-52,1.8017477e-52,1.8001934e-52,1.7986391e-52,1.7970848e-52,1.7955305e-52,1.7939762e-52,1.7924219e-52,1.7908676e-52,1.7893133e-52,1.787759e-52,1.7862047e-52,1.7846504e-52,1.7830961e-52,1.7815418e-52,1.7799875e-52,1.7784332e-52,1.7768789000000002e-52,1.7753246e-52,1.7737703e-52,1.772216e-52,1.7706617e-52,1.7691074e-52,1.7675531e-52,1.7659988e-52,1.7644445e-52,1.7628902000000002e-52,1.7613359e-52,1.7597816e-52,1.7582273e-52,1.756673e-52,1.7551187e-52,1.7535644e-52,1.7520101e-52,1.7504558e-52,1.7489015000000002e-52,1.7473472e-52,1.7457929e-52,1.7442386e-52,1.7426843e-52,1.74113e-52,1.7395757e-52,1.7380214e-52,1.7364671e-52,1.7349128000000002e-52,1.7333585e-52,1.7318042e-52,1.7302499e-52,1.7286956e-52,1.7271413e-52,1.725587e-52,1.7240327e-52,1.7224784e-52,1.7209241e-52,1.7193698e-52,1.7178155e-52,1.7162612e-52,1.7147069e-52,1.7131526e-52,1.7115983e-52,1.710044e-52,1.7084897e-52,1.7069354e-52,1.7053811e-52,1.7038268e-52,1.7022725e-52,1.7007182e-52,1.6991639e-52,1.6976096e-52,1.6960553e-52,1.694501e-52,1.6929467e-52,1.6913924e-52,1.6898381e-52,1.6882838e-52,1.6867295e-52,1.6851752e-52,1.6836209e-52,1.6820666e-52,1.6805123e-52,1.678958e-52,1.6774037e-52,1.6758494e-52,1.6742951e-52,1.6727408000000002e-52,1.6711865e-52,1.6696322e-52,1.6680779e-52,1.6665236e-52,1.6649693e-52,1.663415e-52,1.6618607e-52,1.6603064000000001e-52,1.6587521e-52,1.6571978e-52,1.6556435e-52,1.6540892e-52,1.6525349e-52,1.6509806e-52,1.6494263e-52,1.647872e-52,1.6463177e-52,1.6447634e-52,1.6432091000000001e-52,1.6416548e-52,1.6401005e-52,1.6385462e-52,1.6369919e-52,1.6354376e-52,1.6338833e-52,1.632329e-52,1.6307747e-52,1.6292204000000001e-52,1.6276661e-52,1.6261118e-52,1.6245575e-52,1.6230032e-52,1.6214489e-52,1.6198946e-52,1.6183403e-52,1.616786e-52,1.6152317000000001e-52,1.6136774e-52,1.6121231e-52,1.6105688e-52,1.6090145e-52,1.6074602e-52,1.6059059e-52,1.6043516e-52,1.6027973e-52,1.601243e-52,1.5996887e-52,1.5981344000000001e-52,1.5965801e-52,1.5950258e-52,1.5934715e-52,1.5919172e-52,1.5903629e-52,1.5888086e-52,1.5872543e-52,1.5857e-52,1.5841457000000001e-52,1.5825914e-52,1.5810371e-52,1.5794828e-52,1.5779285e-52,1.5763742e-52,1.5748199e-52,1.5732656e-52,1.5717113e-52,1.5701570000000001e-52,1.5686027e-52,1.5670484e-52,1.5654941e-52,1.5639398e-52,1.5623855e-52,1.5608312e-52,1.5592769e-52,1.5577226e-52,1.5561683000000001e-52,1.554614e-52,1.5530597000000001e-52,1.5515054e-52,1.5499511e-52,1.5483968e-52,1.5468425e-52,1.5452882e-52,1.5437339e-52,1.5421796e-52,1.5406253e-52,1.5390710000000001e-52,1.5375167e-52,1.5359624e-52,1.5344081e-52,1.5328538e-52,1.5312995e-52,1.5297452e-52,1.5281909e-52,1.5266366e-52,1.5250823000000001e-52,1.523528e-52,1.5219737e-52,1.5204194e-52,1.5188651e-52,1.5173108e-52,1.5157565e-52,1.5142022e-52,1.5126479e-52,1.5110936000000001e-52,1.5095393e-52,1.507985e-52,1.5064307e-52,1.5048764e-52,1.5033221e-52,1.5017678e-52,1.5002135e-52,1.4986592e-52,1.4971049e-52,1.4955506e-52,1.4939963000000001e-52,1.492442e-52,1.4908877e-52,1.4893334e-52,1.4877791e-52,1.4862248e-52,1.4846705e-52,1.4831162e-52,1.4815619e-52,1.4800076000000001e-52,1.4784533e-52,1.476899e-52,1.4753447e-52,1.4737904e-52,1.4722361e-52,1.4706818e-52,1.4691275e-52,1.4675732e-52,1.4660189000000001e-52,1.4644646e-52,1.4629103e-52,1.461356e-52,1.4598017e-52,1.4582474e-52,1.4566931e-52,1.4551388e-52,1.4535845e-52,1.4520302e-52,1.4504759e-52,1.4489216000000001e-52,1.4473673e-52,1.445813e-52,1.4442587e-52,1.4427044e-52,1.4411501e-52,1.4395958e-52,1.4380415e-52,1.4364872e-52,1.4349329000000001e-52,1.4333786e-52,1.4318243e-52,1.43027e-52,1.4287157e-52,1.4271614e-52,1.4256071e-52,1.4240528e-52,1.4224985e-52,1.4209442000000001e-52,1.4193899e-52,1.4178356e-52,1.4162813e-52,1.414727e-52,1.4131727e-52,1.4116184e-52,1.4100641e-52,1.4085098e-52,1.4069555e-52,1.4054012e-52,1.4038469e-52,1.4022926e-52,1.4007383e-52,1.399184e-52,1.3976297e-52,1.3960754e-52,1.3945211e-52,1.3929668e-52,1.3914125e-52,1.3898582000000001e-52,1.3883039e-52,1.3867496e-52,1.3851953e-52,1.383641e-52,1.3820867e-52,1.3805324e-52,1.3789781e-52,1.3774238e-52,1.3758695000000001e-52,1.3743152e-52,1.3727609e-52,1.3712066e-52,1.3696523e-52,1.368098e-52,1.3665437e-52,1.3649894e-52,1.3634351e-52,1.3618808000000001e-52,1.3603265e-52,1.3587722e-52,1.3572179e-52,1.3556636e-52,1.3541093e-52,1.352555e-52,1.3510007e-52,1.3494464e-52,1.3478921e-52,1.3463378e-52,1.3447835000000001e-52,1.3432292e-52,1.3416749e-52,1.3401206e-52,1.3385663e-52,1.337012e-52,1.3354577e-52,1.3339034e-52,1.3323491e-52,1.3307948000000001e-52,1.3292405e-52,1.3276862e-52,1.3261319e-52,1.3245776e-52,1.3230233e-52,1.321469e-52,1.3199147e-52,1.3183604e-52,1.3168061000000001e-52,1.3152518e-52,1.3136975e-52,1.3121432e-52,1.3105889e-52,1.3090346e-52,1.3074803e-52,1.305926e-52,1.3043717e-52,1.3028174e-52,1.3012631e-52,1.2997088000000001e-52,1.2981545e-52,1.2966002e-52,1.2950459e-52,1.2934916e-52,1.2919373e-52,1.290383e-52,1.2888287e-52,1.2872744e-52,1.2857201000000001e-52,1.2841658e-52,1.2826115e-52,1.2810572e-52,1.2795029e-52,1.2779486e-52,1.2763943e-52,1.27484e-52,1.2732857e-52,1.2717314000000001e-52,1.2701771e-52,1.2686228e-52,1.2670685e-52,1.2655142e-52,1.2639599e-52,1.2624056e-52,1.2608513e-52,1.259297e-52,1.2577427e-52,1.2561884e-52,1.2546341e-52,1.2530798e-52,1.2515255e-52,1.2499712e-52,1.2484169e-52,1.2468626e-52,1.2453083e-52,1.243754e-52,1.2421997e-52,1.2406454000000001e-52,1.2390911e-52,1.2375368e-52,1.2359825e-52,1.2344282e-52,1.2328739e-52,1.2313196e-52,1.2297653e-52,1.228211e-52,1.2266567000000001e-52,1.2251024e-52,1.2235481e-52,1.2219938e-52,1.2204395e-52,1.2188852e-52,1.2173309e-52,1.2157766e-52,1.2142223e-52,1.212668e-52,1.2111137e-52,1.2095594e-52,1.2080051e-52,1.2064508e-52,1.2048965e-52,1.2033422e-52,1.2017879e-52,1.2002336e-52,1.1986793e-52,1.197125e-52,1.1955707000000001e-52,1.1940164e-52,1.1924621e-52,1.1909078e-52,1.1893535e-52,1.1877992e-52,1.1862449e-52,1.1846906e-52,1.1831363e-52,1.1815820000000001e-52,1.1800277e-52,1.1784734e-52,1.1769191e-52,1.1753648e-52,1.1738105e-52,1.1722562e-52,1.1707019e-52,1.1691476e-52,1.1675933000000001e-52,1.166039e-52,1.1644847e-52,1.1629304e-52,1.1613761e-52,1.1598218e-52,1.1582675e-52,1.1567132e-52,1.1551589e-52,1.1536046e-52,1.1520503e-52,1.1504960000000001e-52,1.1489417e-52,1.1473874e-52,1.1458331e-52,1.1442788e-52,1.1427245e-52,1.1411702e-52,1.1396159e-52,1.1380616e-52,1.1365073000000001e-52,1.134953e-52,1.1333987e-52,1.1318444e-52,1.1302901e-52,1.1287358e-52,1.1271815e-52,1.1256272e-52,1.1240729e-52,1.1225186000000001e-52,1.1209643e-52,1.11941e-52,1.1178557e-52,1.1163014e-52,1.1147471e-52,1.1131928e-52,1.1116385e-52,1.1100842e-52,1.1085299e-52,1.1069756e-52,1.1054213e-52,1.103867e-52,1.1023127e-52,1.1007584e-52,1.0992041e-52,1.0976498e-52,1.0960955e-52,1.0945412e-52,1.0929869e-52,1.0914326000000001e-52,1.0898783e-52,1.088324e-52,1.0867697e-52,1.0852154e-52,1.0836611e-52,1.0821068e-52,1.0805525e-52,1.0789982e-52,1.0774439000000001e-52,1.0758896e-52,1.0743353e-52,1.072781e-52,1.0712267e-52,1.0696724e-52,1.0681181e-52,1.0665638e-52,1.0650095e-52,1.0634552e-52,1.0619009e-52,1.0603466e-52,1.0587923e-52,1.057238e-52,1.0556837e-52,1.0541294e-52,1.0525751e-52,1.0510208e-52,1.0494665e-52,1.0479122e-52,1.0463579000000001e-52,1.0448036e-52,1.0432493e-52,1.041695e-52,1.0401407e-52,1.0385864e-52,1.0370321e-52,1.0354778e-52,1.0339235e-52,1.0323692000000001e-52,1.0308149e-52,1.0292606e-52,1.0277063e-52,1.026152e-52,1.0245977e-52,1.0230434e-52,1.0214891e-52,1.0199348e-52,1.0183805000000001e-52,1.0168262e-52,1.0152719e-52,1.0137176e-52,1.0121633e-52,1.010609e-52,1.0090547e-52,1.0075004e-52,1.0059461e-52,1.0043918e-52,1.0028375e-52,1.0012832000000001e-52,9.997289e-53,9.981746e-53,9.966203e-53,9.95066e-53,9.935117e-53,9.919574e-53,9.904031e-53,9.888488e-53,9.872945000000001e-53,9.857402e-53,9.841859e-53,9.826316e-53,9.810773e-53,9.79523e-53,9.779687e-53,9.764144e-53,9.748601e-53,9.733058000000001e-53,9.717515e-53,9.701972e-53,9.686429e-53,9.670886e-53,9.655343e-53,9.6398e-53,9.624257e-53,9.608714e-53,9.593171e-53,9.577628e-53,9.562085e-53,9.546542e-53,9.530999e-53,9.515456e-53,9.499913e-53,9.48437e-53,9.468827e-53,9.453284e-53,9.437741e-53,9.422198000000001e-53,9.406655e-53,9.391112e-53,9.375569e-53,9.360026e-53,9.344483e-53,9.32894e-53,9.313397e-53,9.297854e-53,9.282311000000001e-53,9.266768e-53,9.251225e-53,9.235682e-53,9.220139e-53,9.204596e-53,9.189053e-53,9.17351e-53,9.157967e-53,9.142424e-53,9.126881e-53,9.111338e-53,9.095795e-53,9.080252e-53,9.064709e-53,9.049166e-53,9.033623e-53,9.01808e-53,9.002537e-53,8.986994e-53,8.971451000000001e-53,8.955908e-53,8.940365e-53,8.924822e-53,8.909279e-53,8.893736e-53,8.878193e-53,8.86265e-53,8.847107e-53,8.831564000000001e-53,8.816021e-53,8.800478e-53,8.784935e-53,8.769392e-53,8.753849e-53,8.738306e-53,8.722763e-53,8.70722e-53,8.691677e-53,8.676134e-53,8.660591e-53,8.645048e-53,8.629505e-53,8.613962e-53,8.598419e-53,8.582876e-53,8.567333e-53,8.55179e-53,8.536247e-53,8.520704e-53,8.505161e-53,8.489618e-53,8.474075e-53,8.458532e-53,8.442989e-53,8.427446e-53,8.411903e-53,8.39636e-53,8.380817000000001e-53,8.365274e-53,8.349731e-53,8.334188e-53,8.318645e-53,8.3031020000000005e-53,8.287559e-53,8.272016e-53,8.256473e-53,8.24093e-53,8.225387e-53,8.209844e-53,8.194301e-53,8.178758e-53,8.163215000000001e-53,8.147672e-53,8.132129e-53,8.116586e-53,8.101043e-53,8.0855e-53,8.069957e-53,8.054414e-53,8.038871e-53,8.023328e-53,8.0077850000000005e-53,7.992242e-53,7.976699e-53,7.961156e-53,7.945613e-53,7.93007e-53,7.914527e-53,7.898984e-53,7.883441e-53,7.867898000000001e-53,7.8523550000000005e-53,7.836812e-53,7.821269e-53,7.805726e-53,7.790183e-53,7.77464e-53,7.759097e-53,7.743554e-53,7.728011e-53,7.7124680000000005e-53,7.696925e-53,7.681382e-53,7.665839e-53,7.650296e-53,7.634753e-53,7.61921e-53,7.603667e-53,7.588124e-53,7.572581e-53,7.5570380000000005e-53,7.541495e-53,7.525952e-53,7.510409e-53,7.494866e-53,7.479323e-53,7.46378e-53,7.448237e-53,7.432694e-53,7.417151000000001e-53,7.401608e-53,7.386065e-53,7.370522e-53,7.354979e-53,7.339436e-53,7.323893e-53,7.30835e-53,7.292807e-53,7.277264e-53,7.2617210000000005e-53,7.246178e-53,7.230635e-53,7.215092e-53,7.199549e-53,7.184006e-53,7.168463e-53,7.15292e-53,7.137377e-53,7.121834e-53,7.1062910000000005e-53,7.090748e-53,7.075205e-53,7.059662e-53,7.044119e-53,7.028576e-53,7.013033e-53,6.99749e-53,6.981947e-53,6.9664040000000005e-53,6.950861e-53,6.935318e-53,6.919775e-53,6.904232e-53,6.888689e-53,6.873146e-53,6.857603e-53,6.84206e-53,6.826517e-53,6.8109740000000005e-53,6.795431e-53,6.779888e-53,6.764345e-53,6.748802e-53,6.733259e-53,6.717716e-53,6.702173e-53,6.68663e-53,6.671087000000001e-53,6.655544e-53,6.640001e-53,6.624458e-53,6.608915e-53,6.593372e-53,6.577829e-53,6.562286e-53,6.546743e-53,6.5312e-53,6.5156570000000005e-53,6.500114e-53,6.484571e-53,6.469028e-53,6.453485e-53,6.437942e-53,6.422399e-53,6.406856e-53,6.391313e-53,6.37577e-53,6.3602270000000005e-53,6.344684e-53,6.329141e-53,6.313598e-53,6.298055e-53,6.282512e-53,6.266969e-53,6.251426e-53,6.235883e-53,6.2203400000000005e-53,6.204797e-53,6.189254e-53,6.173711e-53,6.158168e-53,6.142625e-53,6.127082e-53,6.111539e-53,6.095996e-53,6.080453e-53,6.0649100000000005e-53,6.049367e-53,6.033824e-53,6.018281e-53,6.002738e-53,5.987195e-53,5.971652e-53,5.956109e-53,5.940566e-53,5.925023000000001e-53,5.90948e-53,5.893937e-53,5.878394e-53,5.862851e-53,5.847308e-53,5.831765e-53,5.816222e-53,5.800679e-53,5.785136e-53,5.7695930000000005e-53,5.75405e-53,5.738507e-53,5.722964e-53,5.707421e-53,5.691878e-53,5.676335e-53,5.660792e-53,5.645249e-53,5.629706e-53,5.6141630000000005e-53,5.59862e-53,5.583077e-53,5.567534e-53,5.551991e-53,5.536448e-53,5.520905e-53,5.505362e-53,5.489819e-53,5.4742760000000005e-53,5.458733e-53,5.44319e-53,5.427647e-53,5.412104e-53,5.396561e-53,5.381018e-53,5.365475e-53,5.349932e-53,5.334389e-53,5.3188460000000005e-53,5.303303e-53,5.28776e-53,5.272217e-53,5.256674e-53,5.241131e-53,5.225588e-53,5.210045e-53,5.194502e-53,5.178959000000001e-53,5.163416e-53,5.147873e-53,5.13233e-53,5.116787e-53,5.101244e-53,5.085701e-53,5.070158e-53,5.054615e-53,5.039072e-53,5.0235290000000005e-53,5.007986e-53,4.992443e-53,4.9769e-53,4.961357e-53,4.945814e-53,4.930271e-53,4.914728e-53,4.899185e-53,4.883642e-53,4.8680990000000005e-53,4.852556e-53,4.837013e-53,4.82147e-53,4.805927e-53,4.790384e-53,4.774841e-53,4.759298e-53,4.743755e-53,4.7282120000000005e-53,4.712669e-53,4.697126e-53,4.681583e-53,4.66604e-53,4.650497e-53,4.634954e-53,4.619411e-53,4.603868e-53,4.588325e-53,4.5727820000000005e-53,4.557239e-53,4.541696e-53,4.526153e-53,4.51061e-53,4.495067e-53,4.479524e-53,4.463981e-53,4.448438e-53,4.432895e-53,4.417352e-53,4.401809e-53,4.386266e-53,4.370723e-53,4.35518e-53,4.339637e-53,4.324094e-53,4.308551e-53,4.293008e-53,4.2774650000000005e-53,4.261922e-53,4.246379e-53,4.230836e-53,4.215293e-53,4.19975e-53,4.184207e-53,4.1686640000000003e-53,4.153121e-53,4.137578e-53,4.122035e-53,4.106492e-53,4.0909490000000003e-53,4.075406e-53,4.059863e-53,4.04432e-53,4.028777e-53,4.0132340000000003e-53,3.997691e-53,3.982148e-53,3.966605e-53,3.951062e-53,3.935519e-53,3.919976e-53,3.904433e-53,3.88889e-53,3.873347e-53,3.857804e-53,3.842261e-53,3.826718e-53,3.811175e-53,3.7956320000000003e-53,3.780089e-53,3.764546e-53,3.749003e-53,3.73346e-53,3.7179170000000003e-53,3.702374e-53,3.686831e-53,3.671288e-53,3.655745e-53,3.6402020000000002e-53,3.624659e-53,3.609116e-53,3.593573e-53,3.57803e-53,3.562487e-53,3.546944e-53,3.531401e-53,3.515858e-53,3.500315e-53,3.484772e-53,3.469229e-53,3.453686e-53,3.438143e-53,3.4226000000000003e-53,3.407057e-53,3.391514e-53,3.375971e-53,3.360428e-53,3.3448850000000003e-53,3.329342e-53,3.313799e-53,3.298256e-53,3.282713e-53,3.2671700000000002e-53,3.251627e-53,3.236084e-53,3.220541e-53,3.204998e-53,3.189455e-53,3.173912e-53,3.158369e-53,3.142826e-53,3.127283e-53,3.11174e-53,3.096197e-53,3.080654e-53,3.065111e-53,3.0495680000000003e-53,3.034025e-53,3.018482e-53,3.002939e-53,2.987396e-53,2.9718530000000003e-53,2.95631e-53,2.940767e-53,2.925224e-53,2.909681e-53,2.8941380000000002e-53,2.878595e-53,2.863052e-53,2.847509e-53,2.831966e-53,2.816423e-53,2.80088e-53,2.785337e-53,2.769794e-53,2.754251e-53,2.738708e-53,2.723165e-53,2.707622e-53,2.692079e-53,2.676536e-53,2.660993e-53,2.64545e-53,2.629907e-53,2.614364e-53,2.5988210000000003e-53,2.583278e-53,2.567735e-53,2.552192e-53,2.536649e-53,2.5211060000000002e-53,2.505563e-53,2.49002e-53,2.474477e-53,2.458934e-53,2.443391e-53,2.427848e-53,2.412305e-53,2.396762e-53,2.381219e-53,2.365676e-53,2.350133e-53,2.33459e-53,2.319047e-53,2.303504e-53,2.287961e-53,2.272418e-53,2.256875e-53,2.241332e-53,2.2257890000000003e-53,2.210246e-53,2.194703e-53,2.17916e-53,2.163617e-53,2.1480740000000002e-53,2.132531e-53,2.116988e-53,2.101445e-53,2.085902e-53,2.070359e-53,2.0548160000000001e-53,2.039273e-53,2.02373e-53,2.008187e-53,1.992644e-53,1.977101e-53,1.961558e-53,1.9460150000000001e-53,1.930472e-53,1.914929e-53,1.899386e-53,1.883843e-53,1.8683000000000001e-53,1.852757e-53,1.837214e-53,1.821671e-53,1.806128e-53,1.790585e-53,1.775042e-53,1.7594990000000001e-53,1.743956e-53,1.728413e-53,1.71287e-53,1.697327e-53,1.6817840000000001e-53,1.666241e-53,1.650698e-53,1.635155e-53,1.619612e-53,1.604069e-53,1.588526e-53,1.5729830000000001e-53,1.55744e-53,1.541897e-53,1.526354e-53,1.510811e-53,1.4952680000000001e-53,1.479725e-53,1.464182e-53,1.448639e-53,1.433096e-53,1.417553e-53,1.40201e-53,1.3864670000000001e-53,1.370924e-53,1.355381e-53,1.339838e-53,1.324295e-53,1.3087520000000001e-53,1.293209e-53,1.277666e-53,1.262123e-53,1.24658e-53,1.231037e-53,1.215494e-53,1.1999510000000001e-53,1.184408e-53,1.168865e-53,1.153322e-53,1.137779e-53,1.1222360000000001e-53,1.106693e-53,1.09115e-53,1.075607e-53,1.060064e-53,1.044521e-53,1.028978e-53,1.013435e-53,9.97892e-54,9.823490000000001e-54,9.668060000000001e-54,9.51263e-54,9.3572e-54,9.20177e-54,9.04634e-54,8.890910000000001e-54,8.735480000000001e-54,8.58005e-54,8.42462e-54,8.26919e-54,8.11376e-54,7.958330000000001e-54,7.802900000000001e-54,7.64747e-54,7.49204e-54,7.33661e-54,7.18118e-54,7.025750000000001e-54,6.870320000000001e-54,6.71489e-54,6.55946e-54,6.40403e-54,6.2486e-54,6.093170000000001e-54,5.937740000000001e-54,5.78231e-54,5.62688e-54,5.47145e-54,5.31602e-54,5.16059e-54,5.00516e-54,4.8497300000000004e-54,4.6943e-54,4.53887e-54,4.3834400000000004e-54,4.22801e-54,4.07258e-54,3.9171500000000004e-54,3.76172e-54,3.60629e-54,3.4508600000000004e-54,3.29543e-54,3.14e-54],"y":[3.14e-309,3.138431569999997e-309,3.136863139999996e-309,3.135294709999995e-309,3.133726279999994e-309,3.132157849999993e-309,3.13058941999999e-309,3.12902098999999e-309,3.12745255999999e-309,3.12588412999999e-309,3.12431569999999e-309,3.122747269999987e-309,3.121178839999986e-309,3.119610409999985e-309,3.118041979999983e-309,3.11647354999998e-309,3.11490511999998e-309,3.11333668999998e-309,3.11176825999998e-309,3.11019982999998e-309,3.108631399999977e-309,3.107062969999976e-309,3.105494539999975e-309,3.103926109999974e-309,3.102357679999973e-309,3.10078924999997e-309,3.09922081999997e-309,3.09765238999997e-309,3.09608395999997e-309,3.09451552999997e-309,3.092947099999966e-309,3.091378669999965e-309,3.089810239999964e-309,3.088241809999963e-309,3.08667337999996e-309,3.08510494999996e-309,3.08353651999996e-309,3.08196808999996e-309,3.08039965999996e-309,3.078831229999957e-309,3.077262799999956e-309,3.075694369999955e-309,3.074125939999954e-309,3.072557509999953e-309,3.07098907999995e-309,3.06942064999995e-309,3.06785221999995e-309,3.06628378999995e-309,3.064715359999947e-309,3.063146929999946e-309,3.061578499999945e-309,3.060010069999944e-309,3.058441639999943e-309,3.05687320999994e-309,3.05530477999994e-309,3.05373634999994e-309,3.05216791999994e-309,3.05059948999994e-309,3.049031059999937e-309,3.047462629999936e-309,3.045894199999935e-309,3.044325769999934e-309,3.042757339999933e-309,3.04118890999993e-309,3.03962047999993e-309,3.03805204999993e-309,3.03648361999993e-309,3.034915189999927e-309,3.033346759999926e-309,3.031778329999925e-309,3.030209899999924e-309,3.028641469999923e-309,3.02707303999992e-309,3.02550460999992e-309,3.02393617999992e-309,3.02236774999992e-309,3.02079931999992e-309,3.019230889999917e-309,3.017662459999916e-309,3.016094029999914e-309,3.014525599999913e-309,3.01295716999991e-309,3.01138873999991e-309,3.00982030999991e-309,3.00825187999991e-309,3.00668344999991e-309,3.005115019999907e-309,3.003546589999906e-309,3.001978159999905e-309,3.000409729999904e-309,2.998841299999903e-309,2.9972728699999e-309,2.9957044399999e-309,2.9941360099999e-309,2.9925675799999e-309,2.990999149999897e-309,2.989430719999896e-309,2.987862289999895e-309,2.986293859999894e-309,2.984725429999893e-309,2.98315699999989e-309,2.98158856999989e-309,2.98002013999989e-309,2.97845170999989e-309,2.97688327999989e-309,2.975314849999887e-309,2.973746419999886e-309,2.972177989999885e-309,2.970609559999884e-309,2.969041129999883e-309,2.96747269999988e-309,2.96590426999988e-309,2.96433583999988e-309,2.96276740999988e-309,2.961198979999877e-309,2.959630549999876e-309,2.958062119999875e-309,2.956493689999874e-309,2.954925259999873e-309,2.95335682999987e-309,2.95178839999987e-309,2.95021996999987e-309,2.94865153999987e-309,2.94708310999987e-309,2.945514679999867e-309,2.943946249999866e-309,2.942377819999865e-309,2.940809389999864e-309,2.93924095999986e-309,2.93767252999986e-309,2.93610409999986e-309,2.93453566999986e-309,2.93296723999986e-309,2.931398809999857e-309,2.929830379999856e-309,2.928261949999855e-309,2.926693519999854e-309,2.925125089999853e-309,2.92355665999985e-309,2.92198822999985e-309,2.92041979999985e-309,2.91885136999985e-309,2.91728293999985e-309,2.915714509999847e-309,2.914146079999845e-309,2.912577649999844e-309,2.911009219999843e-309,2.90944078999984e-309,2.90787235999984e-309,2.90630392999984e-309,2.90473549999984e-309,2.90316706999984e-309,2.901598639999837e-309,2.900030209999836e-309,2.898461779999835e-309,2.896893349999834e-309,2.895324919999833e-309,2.89375648999983e-309,2.89218805999983e-309,2.89061962999983e-309,2.88905119999983e-309,2.887482769999827e-309,2.885914339999826e-309,2.884345909999825e-309,2.882777479999824e-309,2.881209049999823e-309,2.87964061999982e-309,2.87807218999982e-309,2.87650375999982e-309,2.87493532999982e-309,2.87336689999982e-309,2.871798469999817e-309,2.870230039999816e-309,2.868661609999815e-309,2.867093179999814e-309,2.865524749999813e-309,2.86395631999981e-309,2.86238788999981e-309,2.86081945999981e-309,2.85925102999981e-309,2.857682599999807e-309,2.856114169999806e-309,2.854545739999805e-309,2.852977309999804e-309,2.851408879999803e-309,2.8498404499998e-309,2.8482720199998e-309,2.8467035899998e-309,2.8451351599998e-309,2.8435667299998e-309,2.841998299999797e-309,2.840429869999796e-309,2.838861439999795e-309,2.837293009999793e-309,2.83572457999979e-309,2.83415614999979e-309,2.83258771999979e-309,2.83101928999979e-309,2.82945085999979e-309,2.827882429999787e-309,2.826313999999786e-309,2.824745569999785e-309,2.823177139999784e-309,2.821608709999783e-309,2.82004027999978e-309,2.81847184999978e-309,2.81690341999978e-309,2.81533498999978e-309,2.81376655999978e-309,2.812198129999777e-309,2.810629699999775e-309,2.809061269999774e-309,2.807492839999773e-309,2.80592440999977e-309,2.80435597999977e-309,2.80278754999977e-309,2.80121911999977e-309,2.79965068999977e-309,2.798082259999767e-309,2.796513829999766e-309,2.794945399999765e-309,2.793376969999764e-309,2.791808539999763e-309,2.79024010999976e-309,2.78867167999976e-309,2.78710324999976e-309,2.78553481999976e-309,2.783966389999757e-309,2.782397959999756e-309,2.780829529999755e-309,2.779261099999754e-309,2.777692669999753e-309,2.77612423999975e-309,2.77455580999975e-309,2.77298737999975e-309,2.77141894999975e-309,2.76985051999975e-309,2.768282089999747e-309,2.766713659999746e-309,2.765145229999745e-309,2.763576799999744e-309,2.762008369999743e-309,2.76043993999974e-309,2.75887150999974e-309,2.75730307999974e-309,2.75573464999974e-309,2.754166219999737e-309,2.752597789999736e-309,2.751029359999735e-309,2.749460929999734e-309,2.747892499999733e-309,2.74632406999973e-309,2.74475563999973e-309,2.74318720999973e-309,2.74161877999973e-309,2.74005034999973e-309,2.738481919999727e-309,2.736913489999726e-309,2.735345059999725e-309,2.733776629999723e-309,2.73220819999972e-309,2.73063976999972e-309,2.72907133999972e-309,2.72750290999972e-309,2.72593447999972e-309,2.724366049999717e-309,2.722797619999716e-309,2.721229189999715e-309,2.719660759999714e-309,2.718092329999713e-309,2.71652389999971e-309,2.71495546999971e-309,2.71338703999971e-309,2.71181860999971e-309,2.710250179999708e-309,2.708681749999706e-309,2.707113319999705e-309,2.705544889999704e-309,2.703976459999703e-309,2.7024080299997e-309,2.7008395999997e-309,2.6992711699997e-309,2.6977027399997e-309,2.6961343099997e-309,2.694565879999697e-309,2.692997449999696e-309,2.691429019999695e-309,2.689860589999694e-309,2.688292159999693e-309,2.68672372999969e-309,2.68515529999969e-309,2.68358686999969e-309,2.68201843999969e-309,2.680450009999687e-309,2.678881579999686e-309,2.677313149999685e-309,2.675744719999684e-309,2.674176289999683e-309,2.67260785999968e-309,2.67103942999968e-309,2.66947099999968e-309,2.66790256999968e-309,2.66633413999968e-309,2.664765709999677e-309,2.663197279999676e-309,2.661628849999675e-309,2.660060419999674e-309,2.658491989999672e-309,2.65692355999967e-309,2.65535512999967e-309,2.65378669999967e-309,2.65221826999967e-309,2.650649839999667e-309,2.649081409999666e-309,2.647512979999665e-309,2.645944549999664e-309,2.644376119999663e-309,2.64280768999966e-309,2.64123925999966e-309,2.63967082999966e-309,2.63810239999966e-309,2.63653396999966e-309,2.634965539999657e-309,2.633397109999656e-309,2.631828679999654e-309,2.630260249999653e-309,2.62869181999965e-309,2.62712338999965e-309,2.62555495999965e-309,2.62398652999965e-309,2.62241809999965e-309,2.620849669999647e-309,2.619281239999646e-309,2.617712809999645e-309,2.616144379999644e-309,2.614575949999643e-309,2.61300751999964e-309,2.61143908999964e-309,2.60987065999964e-309,2.60830222999964e-309,2.606733799999637e-309,2.605165369999636e-309,2.603596939999635e-309,2.602028509999634e-309,2.600460079999633e-309,2.59889164999963e-309,2.59732321999963e-309,2.59575478999963e-309,2.59418635999963e-309,2.59261792999963e-309,2.591049499999627e-309,2.589481069999626e-309,2.587912639999625e-309,2.586344209999624e-309,2.584775779999623e-309,2.58320734999962e-309,2.58163891999962e-309,2.58007048999962e-309,2.57850205999962e-309,2.576933629999617e-309,2.575365199999616e-309,2.573796769999615e-309,2.572228339999614e-309,2.570659909999613e-309,2.56909147999961e-309,2.56752304999961e-309,2.56595461999961e-309,2.56438618999961e-309,2.56281775999961e-309,2.561249329999607e-309,2.559680899999606e-309,2.558112469999605e-309,2.556544039999604e-309,2.5549756099996e-309,2.5534071799996e-309,2.5518387499996e-309,2.5502703199996e-309,2.5487018899996e-309,2.547133459999597e-309,2.545565029999596e-309,2.543996599999595e-309,2.542428169999594e-309,2.540859739999593e-309,2.53929130999959e-309,2.53772287999959e-309,2.53615444999959e-309,2.53458601999959e-309,2.53301758999959e-309,2.531449159999587e-309,2.529880729999585e-309,2.528312299999584e-309,2.526743869999583e-309,2.52517543999958e-309,2.52360700999958e-309,2.52203857999958e-309,2.52047014999958e-309,2.51890171999958e-309,2.517333289999577e-309,2.515764859999576e-309,2.514196429999575e-309,2.512627999999574e-309,2.511059569999573e-309,2.50949113999957e-309,2.50792270999957e-309,2.50635427999957e-309,2.50478584999957e-309,2.503217419999567e-309,2.501648989999566e-309,2.500080559999565e-309,2.498512129999564e-309,2.496943699999563e-309,2.49537526999956e-309,2.49380683999956e-309,2.49223840999956e-309,2.49066997999956e-309,2.48910154999956e-309,2.487533119999557e-309,2.485964689999556e-309,2.484396259999555e-309,2.482827829999554e-309,2.481259399999553e-309,2.47969096999955e-309,2.47812253999955e-309,2.47655410999955e-309,2.47498567999955e-309,2.473417249999547e-309,2.471848819999546e-309,2.470280389999545e-309,2.468711959999544e-309,2.467143529999543e-309,2.46557509999954e-309,2.46400666999954e-309,2.46243823999954e-309,2.46086980999954e-309,2.45930137999954e-309,2.457732949999537e-309,2.456164519999536e-309,2.454596089999535e-309,2.453027659999533e-309,2.45145922999953e-309,2.44989079999953e-309,2.44832236999953e-309,2.44675393999953e-309,2.44518550999953e-309,2.443617079999527e-309,2.442048649999526e-309,2.440480219999525e-309,2.438911789999524e-309,2.437343359999523e-309,2.43577492999952e-309,2.43420649999952e-309,2.43263806999952e-309,2.43106963999952e-309,2.42950120999952e-309,2.427932779999516e-309,2.426364349999515e-309,2.424795919999514e-309,2.423227489999513e-309,2.42165905999951e-309,2.42009062999951e-309,2.41852219999951e-309,2.41695376999951e-309,2.41538533999951e-309,2.413816909999507e-309,2.412248479999506e-309,2.410680049999505e-309,2.409111619999504e-309,2.407543189999503e-309,2.4059747599995e-309,2.4044063299995e-309,2.4028378999995e-309,2.4012694699995e-309,2.399701039999497e-309,2.398132609999496e-309,2.396564179999495e-309,2.394995749999494e-309,2.393427319999493e-309,2.39185888999949e-309,2.39029045999949e-309,2.38872202999949e-309,2.38715359999949e-309,2.38558516999949e-309,2.384016739999487e-309,2.382448309999486e-309,2.380879879999485e-309,2.379311449999484e-309,2.377743019999483e-309,2.37617458999948e-309,2.37460615999948e-309,2.37303772999948e-309,2.37146929999948e-309,2.369900869999477e-309,2.368332439999476e-309,2.366764009999475e-309,2.365195579999474e-309,2.363627149999473e-309,2.36205871999947e-309,2.36049028999947e-309,2.35892185999947e-309,2.35735342999947e-309,2.35578499999947e-309,2.354216569999467e-309,2.352648139999466e-309,2.351079709999464e-309,2.349511279999463e-309,2.34794284999946e-309,2.34637441999946e-309,2.34480598999946e-309,2.34323755999946e-309,2.34166912999946e-309,2.340100699999457e-309,2.338532269999456e-309,2.336963839999455e-309,2.335395409999454e-309,2.333826979999453e-309,2.33225854999945e-309,2.33069011999945e-309,2.32912168999945e-309,2.32755325999945e-309,2.325984829999448e-309,2.324416399999446e-309,2.322847969999445e-309,2.321279539999444e-309,2.319711109999443e-309,2.31814267999944e-309,2.31657424999944e-309,2.31500581999944e-309,2.31343738999944e-309,2.31186895999944e-309,2.310300529999437e-309,2.308732099999436e-309,2.307163669999435e-309,2.305595239999434e-309,2.304026809999433e-309,2.30245837999943e-309,2.30088994999943e-309,2.29932151999943e-309,2.29775308999943e-309,2.296184659999427e-309,2.294616229999426e-309,2.293047799999425e-309,2.291479369999424e-309,2.289910939999423e-309,2.28834250999942e-309,2.28677407999942e-309,2.28520564999942e-309,2.28363721999942e-309,2.28206878999942e-309,2.280500359999417e-309,2.278931929999416e-309,2.277363499999415e-309,2.275795069999414e-309,2.274226639999412e-309,2.27265820999941e-309,2.27108977999941e-309,2.26952134999941e-309,2.26795291999941e-309,2.266384489999407e-309,2.264816059999406e-309,2.263247629999405e-309,2.261679199999404e-309,2.260110769999403e-309,2.2585423399994e-309,2.2569739099994e-309,2.2554054799994e-309,2.2538370499994e-309,2.2522686199994e-309,2.250700189999397e-309,2.249131759999396e-309,2.247563329999394e-309,2.245994899999393e-309,2.24442646999939e-309,2.24285803999939e-309,2.24128960999939e-309,2.23972117999939e-309,2.23815274999939e-309,2.236584319999387e-309,2.235015889999386e-309,2.233447459999385e-309,2.231879029999384e-309,2.230310599999383e-309,2.22874216999938e-309,2.22717373999938e-309,2.22560530999938e-309,2.22403687999938e-309,2.222468449999377e-309,2.220900019999376e-309,2.219331589999375e-309,2.217763159999374e-309,2.216194729999373e-309,2.21462629999937e-309,2.21305786999937e-309,2.21148943999937e-309,2.20992100999937e-309,2.20835257999937e-309,2.206784149999367e-309,2.205215719999366e-309,2.203647289999365e-309,2.202078859999364e-309,2.200510429999363e-309,2.19894199999936e-309,2.19737356999936e-309,2.19580513999936e-309,2.19423670999936e-309,2.192668279999357e-309,2.191099849999356e-309,2.189531419999355e-309,2.187962989999354e-309,2.186394559999353e-309,2.18482612999935e-309,2.18325769999935e-309,2.18168926999935e-309,2.18012083999935e-309,2.17855240999935e-309,2.176983979999347e-309,2.175415549999346e-309,2.173847119999345e-309,2.172278689999343e-309,2.17071025999934e-309,2.16914182999934e-309,2.16757339999934e-309,2.16600496999934e-309,2.16443653999934e-309,2.162868109999337e-309,2.161299679999336e-309,2.159731249999335e-309,2.158162819999334e-309,2.156594389999333e-309,2.15502595999933e-309,2.15345752999933e-309,2.15188909999933e-309,2.15032066999933e-309,2.14875223999933e-309,2.147183809999327e-309,2.145615379999325e-309,2.144046949999324e-309,2.142478519999323e-309,2.14091008999932e-309,2.13934165999932e-309,2.13777322999932e-309,2.13620479999932e-309,2.13463636999932e-309,2.133067939999317e-309,2.131499509999316e-309,2.129931079999315e-309,2.128362649999314e-309,2.126794219999313e-309,2.12522578999931e-309,2.12365735999931e-309,2.12208892999931e-309,2.12052049999931e-309,2.118952069999307e-309,2.117383639999306e-309,2.115815209999305e-309,2.114246779999304e-309,2.112678349999303e-309,2.1111099199993e-309,2.1095414899993e-309,2.1079730599993e-309,2.1064046299993e-309,2.1048361999993e-309,2.103267769999297e-309,2.101699339999296e-309,2.100130909999295e-309,2.098562479999294e-309,2.096994049999293e-309,2.09542561999929e-309,2.09385718999929e-309,2.09228875999929e-309,2.09072032999929e-309,2.089151899999287e-309,2.087583469999286e-309,2.086015039999285e-309,2.084446609999284e-309,2.082878179999283e-309,2.08130974999928e-309,2.07974131999928e-309,2.07817288999928e-309,2.07660445999928e-309,2.07503602999928e-309,2.073467599999277e-309,2.071899169999276e-309,2.070330739999275e-309,2.068762309999273e-309,2.06719387999927e-309,2.06562544999927e-309,2.06405701999927e-309,2.06248858999927e-309,2.06092015999927e-309,2.059351729999267e-309,2.057783299999266e-309,2.056214869999265e-309,2.054646439999264e-309,2.053078009999263e-309,2.05150957999926e-309,2.04994114999926e-309,2.04837271999926e-309,2.04680428999926e-309,2.04523585999926e-309,2.043667429999256e-309,2.042098999999255e-309,2.040530569999254e-309,2.038962139999253e-309,2.03739370999925e-309,2.03582527999925e-309,2.03425684999925e-309,2.03268841999925e-309,2.03111998999925e-309,2.029551559999247e-309,2.027983129999246e-309,2.026414699999245e-309,2.024846269999244e-309,2.023277839999243e-309,2.02170940999924e-309,2.02014097999924e-309,2.01857254999924e-309,2.01700411999924e-309,2.015435689999237e-309,2.013867259999236e-309,2.012298829999235e-309,2.010730399999234e-309,2.009161969999233e-309,2.00759353999923e-309,2.00602510999923e-309,2.00445667999923e-309,2.00288824999923e-309,2.00131981999923e-309,1.999751389999227e-309,1.998182959999226e-309,1.996614529999225e-309,1.995046099999224e-309,1.993477669999223e-309,1.99190923999922e-309,1.99034080999922e-309,1.98877237999922e-309,1.98720394999922e-309,1.985635519999217e-309,1.984067089999216e-309,1.982498659999215e-309,1.980930229999214e-309,1.979361799999213e-309,1.97779336999921e-309,1.97622493999921e-309,1.97465650999921e-309,1.97308807999921e-309,1.97151964999921e-309,1.969951219999207e-309,1.968382789999206e-309,1.966814359999204e-309,1.965245929999203e-309,1.9636774999992e-309,1.9621090699992e-309,1.9605406399992e-309,1.9589722099992e-309,1.9574037799992e-309,1.955835349999197e-309,1.954266919999196e-309,1.952698489999195e-309,1.951130059999194e-309,1.949561629999193e-309,1.94799319999919e-309,1.94642476999919e-309,1.94485633999919e-309,1.94328790999919e-309,1.941719479999187e-309,1.940151049999186e-309,1.938582619999185e-309,1.937014189999184e-309,1.935445759999183e-309,1.93387732999918e-309,1.93230889999918e-309,1.93074046999918e-309,1.92917203999918e-309,1.92760360999918e-309,1.926035179999177e-309,1.924466749999176e-309,1.922898319999175e-309,1.921329889999174e-309,1.919761459999173e-309,1.91819302999917e-309,1.91662459999917e-309,1.91505616999917e-309,1.91348773999917e-309,1.911919309999167e-309,1.910350879999166e-309,1.908782449999165e-309,1.907214019999164e-309,1.905645589999163e-309,1.90407715999916e-309,1.90250872999916e-309,1.90094029999916e-309,1.89937186999916e-309,1.89780343999916e-309,1.896235009999157e-309,1.894666579999156e-309,1.893098149999155e-309,1.891529719999154e-309,1.88996128999915e-309,1.88839285999915e-309,1.88682442999915e-309,1.88525599999915e-309,1.88368756999915e-309,1.882119139999147e-309,1.880550709999146e-309,1.878982279999145e-309,1.877413849999144e-309,1.875845419999143e-309,1.87427698999914e-309,1.87270855999914e-309,1.87114012999914e-309,1.86957169999914e-309,1.86800326999914e-309,1.866434839999137e-309,1.864866409999135e-309,1.863297979999134e-309,1.861729549999133e-309,1.86016111999913e-309,1.85859268999913e-309,1.85702425999913e-309,1.85545582999913e-309,1.85388739999913e-309,1.852318969999127e-309,1.850750539999126e-309,1.849182109999125e-309,1.847613679999124e-309,1.846045249999123e-309,1.84447681999912e-309,1.84290838999912e-309,1.84133995999912e-309,1.83977152999912e-309,1.838203099999117e-309,1.836634669999116e-309,1.835066239999115e-309,1.833497809999114e-309,1.831929379999113e-309,1.83036094999911e-309,1.82879251999911e-309,1.82722408999911e-309,1.82565565999911e-309,1.82408722999911e-309,1.822518799999107e-309,1.820950369999106e-309,1.819381939999105e-309,1.817813509999104e-309,1.816245079999103e-309,1.8146766499991e-309,1.8131082199991e-309,1.8115397899991e-309,1.8099713599991e-309,1.808402929999097e-309,1.806834499999096e-309,1.805266069999095e-309,1.803697639999094e-309,1.802129209999093e-309,1.80056077999909e-309,1.79899234999909e-309,1.79742391999909e-309,1.79585548999909e-309,1.79428705999909e-309,1.792718629999087e-309,1.791150199999086e-309,1.789581769999085e-309,1.788013339999083e-309,1.78644490999908e-309,1.78487647999908e-309,1.78330804999908e-309,1.78173961999908e-309,1.78017118999908e-309,1.778602759999077e-309,1.777034329999076e-309,1.775465899999075e-309,1.773897469999074e-309,1.772329039999073e-309,1.77076060999907e-309,1.76919217999907e-309,1.76762374999907e-309,1.76605531999907e-309,1.76448688999907e-309,1.762918459999067e-309,1.761350029999065e-309,1.759781599999064e-309,1.758213169999063e-309,1.75664473999906e-309,1.75507630999906e-309,1.75350787999906e-309,1.75193944999906e-309,1.75037101999906e-309,1.748802589999057e-309,1.747234159999056e-309,1.745665729999055e-309,1.744097299999054e-309,1.742528869999053e-309,1.74096043999905e-309,1.73939200999905e-309,1.73782357999905e-309,1.73625514999905e-309,1.734686719999047e-309,1.733118289999046e-309,1.731549859999045e-309,1.729981429999044e-309,1.728412999999043e-309,1.72684456999904e-309,1.72527613999904e-309,1.72370770999904e-309,1.72213927999904e-309,1.72057084999904e-309,1.719002419999037e-309,1.717433989999036e-309,1.715865559999035e-309,1.714297129999034e-309,1.712728699999033e-309,1.71116026999903e-309,1.70959183999903e-309,1.70802340999903e-309,1.70645497999903e-309,1.704886549999027e-309,1.703318119999026e-309,1.701749689999025e-309,1.700181259999024e-309,1.698612829999023e-309,1.69704439999902e-309,1.69547596999902e-309,1.69390753999902e-309,1.69233910999902e-309,1.69077067999902e-309,1.689202249999017e-309,1.687633819999016e-309,1.686065389999014e-309,1.684496959999013e-309,1.68292852999901e-309,1.68136009999901e-309,1.67979166999901e-309,1.67822323999901e-309,1.67665480999901e-309,1.675086379999007e-309,1.673517949999006e-309,1.671949519999005e-309,1.670381089999004e-309,1.668812659999003e-309,1.667244229999e-309,1.665675799999e-309,1.664107369999e-309,1.662538939999e-309,1.660970509998998e-309,1.659402079998996e-309,1.657833649998995e-309,1.656265219998994e-309,1.654696789998993e-309,1.65312835999899e-309,1.65155992999899e-309,1.64999149999899e-309,1.64842306999899e-309,1.64685463999899e-309,1.645286209998987e-309,1.643717779998986e-309,1.642149349998985e-309,1.640580919998984e-309,1.639012489998983e-309,1.63744405999898e-309,1.63587562999898e-309,1.63430719999898e-309,1.63273876999898e-309,1.631170339998977e-309,1.629601909998976e-309,1.628033479998975e-309,1.626465049998974e-309,1.624896619998973e-309,1.62332818999897e-309,1.62175975999897e-309,1.62019132999897e-309,1.61862289999897e-309,1.61705446999897e-309,1.615486039998967e-309,1.613917609998966e-309,1.612349179998965e-309,1.610780749998964e-309,1.609212319998962e-309,1.60764388999896e-309,1.60607545999896e-309,1.60450702999896e-309,1.60293859999896e-309,1.601370169998957e-309,1.599801739998956e-309,1.598233309998955e-309,1.596664879998954e-309,1.595096449998953e-309,1.59352801999895e-309,1.59195958999895e-309,1.59039115999895e-309,1.58882272999895e-309,1.58725429999895e-309,1.585685869998947e-309,1.584117439998946e-309,1.582549009998944e-309,1.580980579998943e-309,1.57941214999894e-309,1.57784371999894e-309,1.57627528999894e-309,1.57470685999894e-309,1.57313842999894e-309,1.571569999998937e-309,1.570001569998936e-309,1.568433139998935e-309,1.566864709998934e-309,1.565296279998933e-309,1.56372784999893e-309,1.56215941999893e-309,1.56059098999893e-309,1.55902255999893e-309,1.557454129998927e-309,1.555885699998926e-309,1.554317269998925e-309,1.552748839998924e-309,1.551180409998923e-309,1.54961197999892e-309,1.54804354999892e-309,1.54647511999892e-309,1.54490668999892e-309,1.54333825999892e-309,1.541769829998917e-309,1.540201399998916e-309,1.538632969998915e-309,1.537064539998914e-309,1.535496109998913e-309,1.53392767999891e-309,1.53235924999891e-309,1.53079081999891e-309,1.52922238999891e-309,1.527653959998907e-309,1.526085529998906e-309,1.524517099998905e-309,1.522948669998904e-309,1.521380239998903e-309,1.5198118099989e-309,1.5182433799989e-309,1.5166749499989e-309,1.5151065199989e-309,1.5135380899989e-309,1.511969659998897e-309,1.510401229998896e-309,1.508832799998895e-309,1.507264369998894e-309,1.50569593999889e-309,1.50412750999889e-309,1.50255907999889e-309,1.50099064999889e-309,1.49942221999889e-309,1.497853789998887e-309,1.496285359998886e-309,1.494716929998885e-309,1.493148499998884e-309,1.491580069998883e-309,1.49001163999888e-309,1.48844320999888e-309,1.48687477999888e-309,1.48530634999888e-309,1.48373791999888e-309,1.482169489998877e-309,1.480601059998875e-309,1.479032629998874e-309,1.477464199998873e-309,1.47589576999887e-309,1.47432733999887e-309,1.47275890999887e-309,1.47119047999887e-309,1.46962204999887e-309,1.468053619998867e-309,1.466485189998866e-309,1.464916759998865e-309,1.463348329998864e-309,1.461779899998863e-309,1.46021146999886e-309,1.45864303999886e-309,1.45707460999886e-309,1.45550617999886e-309,1.453937749998857e-309,1.452369319998856e-309,1.450800889998855e-309,1.449232459998854e-309,1.447664029998853e-309,1.44609559999885e-309,1.44452716999885e-309,1.44295873999885e-309,1.44139030999885e-309,1.43982187999885e-309,1.438253449998847e-309,1.436685019998846e-309,1.435116589998845e-309,1.433548159998844e-309,1.431979729998843e-309,1.43041129999884e-309,1.42884286999884e-309,1.42727443999884e-309,1.42570600999884e-309,1.424137579998837e-309,1.422569149998836e-309,1.421000719998835e-309,1.419432289998834e-309,1.417863859998833e-309,1.41629542999883e-309,1.41472699999883e-309,1.41315856999883e-309,1.41159013999883e-309,1.41002170999883e-309,1.408453279998827e-309,1.406884849998826e-309,1.405316419998825e-309,1.403747989998823e-309,1.40217955999882e-309,1.40061112999882e-309,1.39904269999882e-309,1.39747426999882e-309,1.39590583999882e-309,1.394337409998817e-309,1.392768979998816e-309,1.391200549998815e-309,1.389632119998814e-309,1.388063689998813e-309,1.38649525999881e-309,1.38492682999881e-309,1.38335839999881e-309,1.38178996999881e-309,1.38022153999881e-309,1.378653109998806e-309,1.377084679998805e-309,1.375516249998804e-309,1.373947819998803e-309,1.3723793899988e-309,1.3708109599988e-309,1.3692425299988e-309,1.3676740999988e-309,1.3661056699988e-309,1.364537239998797e-309,1.362968809998796e-309,1.361400379998795e-309,1.359831949998794e-309,1.358263519998793e-309,1.35669508999879e-309,1.35512665999879e-309,1.35355822999879e-309,1.35198979999879e-309,1.350421369998787e-309,1.348852939998786e-309,1.347284509998785e-309,1.345716079998784e-309,1.344147649998783e-309,1.34257921999878e-309,1.34101078999878e-309,1.33944235999878e-309,1.33787392999878e-309,1.33630549999878e-309,1.334737069998777e-309,1.333168639998776e-309,1.331600209998775e-309,1.330031779998774e-309,1.328463349998773e-309,1.32689491999877e-309,1.32532648999877e-309,1.32375805999877e-309,1.32218962999877e-309,1.320621199998767e-309,1.319052769998766e-309,1.317484339998765e-309,1.315915909998764e-309,1.314347479998763e-309,1.31277904999876e-309,1.31121061999876e-309,1.30964218999876e-309,1.30807375999876e-309,1.30650532999876e-309,1.304936899998757e-309,1.303368469998756e-309,1.301800039998754e-309,1.300231609998753e-309,1.29866317999875e-309,1.29709474999875e-309,1.29552631999875e-309,1.29395788999875e-309,1.29238945999875e-309,1.290821029998747e-309,1.289252599998746e-309,1.287684169998745e-309,1.286115739998744e-309,1.284547309998743e-309,1.28297887999874e-309,1.28141044999874e-309,1.27984201999874e-309,1.27827358999874e-309,1.276705159998738e-309,1.275136729998736e-309,1.273568299998735e-309,1.271999869998734e-309,1.270431439998733e-309,1.26886300999873e-309,1.26729457999873e-309,1.26572614999873e-309,1.26415771999873e-309,1.26258928999873e-309,1.261020859998727e-309,1.259452429998726e-309,1.257883999998725e-309,1.256315569998724e-309,1.254747139998723e-309,1.25317870999872e-309,1.25161027999872e-309,1.25004184999872e-309,1.24847341999872e-309,1.246904989998717e-309,1.245336559998716e-309,1.243768129998715e-309,1.242199699998714e-309,1.240631269998713e-309,1.23906283999871e-309,1.23749440999871e-309,1.23592597999871e-309,1.23435754999871e-309,1.23278911999871e-309,1.231220689998707e-309,1.229652259998706e-309,1.228083829998705e-309,1.226515399998704e-309,1.224946969998702e-309,1.2233785399987e-309,1.2218101099987e-309,1.2202416799987e-309,1.2186732499987e-309,1.217104819998697e-309,1.215536389998696e-309,1.213967959998695e-309,1.212399529998694e-309,1.210831099998693e-309,1.20926266999869e-309,1.20769423999869e-309,1.20612580999869e-309,1.20455737999869e-309,1.20298894999869e-309,1.201420519998687e-309,1.199852089998686e-309,1.198283659998684e-309,1.196715229998683e-309,1.19514679999868e-309,1.19357836999868e-309,1.19200993999868e-309,1.19044150999868e-309,1.18887307999868e-309,1.187304649998677e-309,1.185736219998676e-309,1.184167789998675e-309,1.182599359998674e-309,1.181030929998673e-309,1.17946249999867e-309,1.17789406999867e-309,1.17632563999867e-309,1.17475720999867e-309,1.173188779998667e-309,1.171620349998666e-309,1.170051919998665e-309,1.168483489998664e-309,1.166915059998663e-309,1.16534662999866e-309,1.16377819999866e-309,1.16220976999866e-309,1.16064133999866e-309,1.15907290999866e-309,1.157504479998657e-309,1.155936049998656e-309,1.154367619998655e-309,1.152799189998654e-309,1.151230759998653e-309,1.14966232999865e-309,1.14809389999865e-309,1.14652546999865e-309,1.14495703999865e-309,1.143388609998647e-309,1.141820179998646e-309,1.140251749998645e-309,1.138683319998644e-309,1.137114889998643e-309,1.13554645999864e-309,1.13397802999864e-309,1.13240959999864e-309,1.13084116999864e-309,1.12927273999864e-309,1.127704309998637e-309,1.126135879998636e-309,1.124567449998635e-309,1.122999019998633e-309,1.12143058999863e-309,1.11986215999863e-309,1.11829372999863e-309,1.11672529999863e-309,1.11515686999863e-309,1.113588439998627e-309,1.112020009998626e-309,1.110451579998625e-309,1.108883149998624e-309,1.107314719998623e-309,1.10574628999862e-309,1.10417785999862e-309,1.10260942999862e-309,1.10104099999862e-309,1.09947256999862e-309,1.097904139998617e-309,1.096335709998615e-309,1.094767279998614e-309,1.093198849998613e-309,1.09163041999861e-309,1.09006198999861e-309,1.08849355999861e-309,1.08692512999861e-309,1.08535669999861e-309,1.083788269998607e-309,1.082219839998606e-309,1.080651409998605e-309,1.079082979998604e-309,1.077514549998603e-309,1.0759461199986e-309,1.0743776899986e-309,1.0728092599986e-309,1.0712408299986e-309,1.069672399998597e-309,1.068103969998596e-309,1.066535539998595e-309,1.064967109998594e-309,1.063398679998593e-309,1.06183024999859e-309,1.06026181999859e-309,1.05869338999859e-309,1.05712495999859e-309,1.05555652999859e-309,1.053988099998587e-309,1.052419669998586e-309,1.050851239998585e-309,1.049282809998584e-309,1.047714379998583e-309,1.04614594999858e-309,1.04457751999858e-309,1.04300908999858e-309,1.04144065999858e-309,1.039872229998577e-309,1.038303799998576e-309,1.036735369998575e-309,1.035166939998574e-309,1.033598509998573e-309,1.03203007999857e-309,1.03046164999857e-309,1.02889321999857e-309,1.02732478999857e-309,1.02575635999857e-309,1.024187929998567e-309,1.022619499998566e-309,1.021051069998565e-309,1.019482639998563e-309,1.01791420999856e-309,1.01634577999856e-309,1.01477734999856e-309,1.01320891999856e-309,1.01164048999856e-309,1.010072059998557e-309,1.008503629998556e-309,1.006935199998555e-309,1.005366769998554e-309,1.003798339998553e-309,1.00222990999855e-309,1.00066147999855e-309,9.9909304999855e-310,9.9752461999855e-310,9.9595618999855e-310,9.94387759998546e-310,9.92819329998545e-310,9.91250899998544e-310,9.89682469998543e-310,9.8811403999854e-310,9.8654560999854e-310,9.8497717999854e-310,9.8340874999854e-310,9.8184031999854e-310,9.80271889998537e-310,9.78703459998536e-310,9.77135029998535e-310,9.75566599998534e-310,9.73998169998533e-310,9.7242973999853e-310,9.7086130999853e-310,9.6929287999853e-310,9.6772444999853e-310,9.66156019998527e-310,9.64587589998526e-310,9.63019159998525e-310,9.61450729998524e-310,9.59882299998523e-310,9.5831386999852e-310,9.5674543999852e-310,9.5517700999852e-310,9.5360857999852e-310,9.5204014999852e-310,9.50471719998517e-310,9.48903289998516e-310,9.47334859998515e-310,9.45766429998514e-310,9.44197999998513e-310,9.4262956999851e-310,9.4106113999851e-310,9.3949270999851e-310,9.3792427999851e-310,9.36355849998507e-310,9.34787419998506e-310,9.33218989998505e-310,9.31650559998504e-310,9.30082129998503e-310,9.285136999985e-310,9.269452699985e-310,9.253768399985e-310,9.238084099985e-310,9.222399799985e-310,9.20671549998497e-310,9.19103119998496e-310,9.17534689998494e-310,9.15966259998493e-310,9.1439782999849e-310,9.1282939999849e-310,9.1126096999849e-310,9.0969253999849e-310,9.0812410999849e-310,9.06555679998487e-310,9.04987249998486e-310,9.03418819998485e-310,9.01850389998484e-310,9.00281959998483e-310,8.9871352999848e-310,8.9714509999848e-310,8.9557666999848e-310,8.9400823999848e-310,8.92439809998477e-310,8.90871379998476e-310,8.89302949998475e-310,8.87734519998474e-310,8.86166089998473e-310,8.8459765999847e-310,8.8302922999847e-310,8.8146079999847e-310,8.7989236999847e-310,8.7832393999847e-310,8.76755509998467e-310,8.75187079998466e-310,8.73618649998465e-310,8.72050219998464e-310,8.70481789998463e-310,8.6891335999846e-310,8.6734492999846e-310,8.6577649999846e-310,8.6420806999846e-310,8.62639639998457e-310,8.61071209998456e-310,8.59502779998455e-310,8.57934349998454e-310,8.56365919998453e-310,8.5479748999845e-310,8.5322905999845e-310,8.5166062999845e-310,8.5009219999845e-310,8.4852376999845e-310,8.46955339998447e-310,8.45386909998446e-310,8.43818479998445e-310,8.42250049998444e-310,8.4068161999844e-310,8.3911318999844e-310,8.3754475999844e-310,8.3597632999844e-310,8.3440789999844e-310,8.32839469998437e-310,8.31271039998436e-310,8.29702609998435e-310,8.28134179998434e-310,8.26565749998433e-310,8.2499731999843e-310,8.2342888999843e-310,8.2186045999843e-310,8.2029202999843e-310,8.1872359999843e-310,8.17155169998427e-310,8.15586739998425e-310,8.14018309998424e-310,8.12449879998423e-310,8.1088144999842e-310,8.0931301999842e-310,8.0774458999842e-310,8.0617615999842e-310,8.0460772999842e-310,8.03039299998417e-310,8.01470869998416e-310,7.99902439998415e-310,7.98334009998414e-310,7.96765579998413e-310,7.9519714999841e-310,7.9362871999841e-310,7.9206028999841e-310,7.9049185999841e-310,7.88923429998407e-310,7.87354999998406e-310,7.85786569998405e-310,7.84218139998404e-310,7.82649709998403e-310,7.810812799984e-310,7.795128499984e-310,7.779444199984e-310,7.763759899984e-310,7.748075599984e-310,7.73239129998397e-310,7.71670699998396e-310,7.70102269998395e-310,7.68533839998394e-310,7.66965409998393e-310,7.6539697999839e-310,7.6382854999839e-310,7.6226011999839e-310,7.6069168999839e-310,7.59123259998387e-310,7.57554829998386e-310,7.55986399998385e-310,7.54417969998384e-310,7.52849539998383e-310,7.5128110999838e-310,7.4971267999838e-310,7.4814424999838e-310,7.4657581999838e-310,7.4500738999838e-310,7.43438959998377e-310,7.41870529998376e-310,7.40302099998375e-310,7.38733669998373e-310,7.3716523999837e-310,7.3559680999837e-310,7.3402837999837e-310,7.3245994999837e-310,7.3089151999837e-310,7.29323089998367e-310,7.27754659998366e-310,7.26186229998365e-310,7.24617799998364e-310,7.23049369998363e-310,7.2148093999836e-310,7.1991250999836e-310,7.1834407999836e-310,7.1677564999836e-310,7.1520721999836e-310,7.13638789998357e-310,7.12070359998355e-310,7.10501929998354e-310,7.08933499998353e-310,7.0736506999835e-310,7.0579663999835e-310,7.0422820999835e-310,7.0265977999835e-310,7.0109134999835e-310,6.99522919998347e-310,6.97954489998346e-310,6.96386059998345e-310,6.94817629998344e-310,6.93249199998343e-310,6.9168076999834e-310,6.9011233999834e-310,6.8854390999834e-310,6.8697547999834e-310,6.85407049998337e-310,6.83838619998336e-310,6.82270189998335e-310,6.80701759998334e-310,6.79133329998333e-310,6.7756489999833e-310,6.7599646999833e-310,6.7442803999833e-310,6.7285960999833e-310,6.7129117999833e-310,6.69722749998327e-310,6.68154319998326e-310,6.66585889998325e-310,6.65017459998324e-310,6.63449029998323e-310,6.6188059999832e-310,6.6031216999832e-310,6.5874373999832e-310,6.5717530999832e-310,6.55606879998317e-310,6.54038449998316e-310,6.52470019998315e-310,6.50901589998314e-310,6.49333159998313e-310,6.4776472999831e-310,6.4619629999831e-310,6.4462786999831e-310,6.4305943999831e-310,6.4149100999831e-310,6.39922579998307e-310,6.38354149998306e-310,6.36785719998304e-310,6.35217289998303e-310,6.336488599983e-310,6.320804299983e-310,6.305119999983e-310,6.289435699983e-310,6.273751399983e-310,6.25806709998297e-310,6.24238279998296e-310,6.22669849998295e-310,6.21101419998294e-310,6.19532989998293e-310,6.1796455999829e-310,6.1639612999829e-310,6.1482769999829e-310,6.1325926999829e-310,6.11690839998288e-310,6.10122409998286e-310,6.08553979998285e-310,6.06985549998284e-310,6.05417119998283e-310,6.0384868999828e-310,6.0228025999828e-310,6.0071182999828e-310,5.9914339999828e-310,5.9757496999828e-310,5.96006539998277e-310,5.94438109998276e-310,5.92869679998275e-310,5.91301249998274e-310,5.89732819998273e-310,5.8816438999827e-310,5.8659595999827e-310,5.8502752999827e-310,5.8345909999827e-310,5.81890669998267e-310,5.80322239998266e-310,5.78753809998265e-310,5.77185379998264e-310,5.75616949998263e-310,5.7404851999826e-310,5.7248008999826e-310,5.7091165999826e-310,5.6934322999826e-310,5.6777479999826e-310,5.66206369998257e-310,5.64637939998256e-310,5.63069509998255e-310,5.61501079998254e-310,5.59932649998252e-310,5.5836421999825e-310,5.5679578999825e-310,5.5522735999825e-310,5.5365892999825e-310,5.52090499998247e-310,5.50522069998246e-310,5.48953639998245e-310,5.47385209998244e-310,5.45816779998243e-310,5.4424834999824e-310,5.4267991999824e-310,5.4111148999824e-310,5.3954305999824e-310,5.3797462999824e-310,5.36406199998237e-310,5.34837769998236e-310,5.33269339998234e-310,5.31700909998233e-310,5.3013247999823e-310,5.2856404999823e-310,5.2699561999823e-310,5.2542718999823e-310,5.2385875999823e-310,5.22290329998227e-310,5.20721899998226e-310,5.19153469998225e-310,5.17585039998224e-310,5.16016609998223e-310,5.1444817999822e-310,5.1287974999822e-310,5.1131131999822e-310,5.0974288999822e-310,5.08174459998217e-310,5.06606029998216e-310,5.05037599998215e-310,5.03469169998214e-310,5.01900739998213e-310,5.0033230999821e-310,4.9876387999821e-310,4.9719544999821e-310,4.9562701999821e-310,4.9405858999821e-310,4.92490159998207e-310,4.90921729998206e-310,4.89353299998205e-310,4.87784869998204e-310,4.86216439998203e-310,4.846480099982e-310,4.830795799982e-310,4.815111499982e-310,4.799427199982e-310,4.78374289998197e-310,4.76805859998196e-310,4.75237429998195e-310,4.73668999998194e-310,4.72100569998193e-310,4.7053213999819e-310,4.6896370999819e-310,4.6739527999819e-310,4.6582684999819e-310,4.6425841999819e-310,4.62689989998187e-310,4.61121559998186e-310,4.59553129998185e-310,4.57984699998184e-310,4.5641626999818e-310,4.5484783999818e-310,4.5327940999818e-310,4.5171097999818e-310,4.5014254999818e-310,4.48574119998177e-310,4.47005689998176e-310,4.45437259998175e-310,4.43868829998174e-310,4.42300399998173e-310,4.4073196999817e-310,4.3916353999817e-310,4.3759510999817e-310,4.3602667999817e-310,4.3445824999817e-310,4.32889819998167e-310,4.31321389998165e-310,4.29752959998164e-310,4.28184529998163e-310,4.2661609999816e-310,4.2504766999816e-310,4.2347923999816e-310,4.2191080999816e-310,4.2034237999816e-310,4.18773949998157e-310,4.17205519998156e-310,4.15637089998155e-310,4.14068659998154e-310,4.12500229998153e-310,4.1093179999815e-310,4.0936336999815e-310,4.0779493999815e-310,4.0622650999815e-310,4.04658079998147e-310,4.03089649998146e-310,4.01521219998145e-310,3.99952789998144e-310,3.98384359998143e-310,3.9681592999814e-310,3.9524749999814e-310,3.9367906999814e-310,3.9211063999814e-310,3.9054220999814e-310,3.88973779998137e-310,3.87405349998136e-310,3.85836919998135e-310,3.84268489998134e-310,3.82700059998133e-310,3.8113162999813e-310,3.7956319999813e-310,3.7799476999813e-310,3.7642633999813e-310,3.74857909998127e-310,3.73289479998126e-310,3.71721049998125e-310,3.70152619998124e-310,3.68584189998123e-310,3.6701575999812e-310,3.6544732999812e-310,3.6387889999812e-310,3.6231046999812e-310,3.6074203999812e-310,3.59173609998117e-310,3.57605179998116e-310,3.56036749998115e-310,3.54468319998113e-310,3.5289988999811e-310,3.5133145999811e-310,3.4976302999811e-310,3.4819459999811e-310,3.4662616999811e-310,3.45057739998107e-310,3.43489309998106e-310,3.41920879998105e-310,3.40352449998104e-310,3.38784019998103e-310,3.372155899981e-310,3.356471599981e-310,3.340787299981e-310,3.325102999981e-310,3.309418699981e-310,3.29373439998096e-310,3.27805009998095e-310,3.26236579998094e-310,3.24668149998093e-310,3.2309971999809e-310,3.2153128999809e-310,3.1996285999809e-310,3.1839442999809e-310,3.1682599999809e-310,3.15257569998087e-310,3.13689139998086e-310,3.12120709998085e-310,3.10552279998084e-310,3.08983849998083e-310,3.0741541999808e-310,3.0584698999808e-310,3.0427855999808e-310,3.0271012999808e-310,3.01141699998077e-310,2.99573269998076e-310,2.98004839998075e-310,2.96436409998074e-310,2.94867979998073e-310,2.9329954999807e-310,2.9173111999807e-310,2.9016268999807e-310,2.8859425999807e-310,2.8702582999807e-310,2.85457399998067e-310,2.83888969998066e-310,2.82320539998065e-310,2.80752109998064e-310,2.79183679998063e-310,2.7761524999806e-310,2.7604681999806e-310,2.7447838999806e-310,2.7290995999806e-310,2.71341529998057e-310,2.69773099998056e-310,2.68204669998055e-310,2.66636239998054e-310,2.65067809998053e-310,2.6349937999805e-310,2.6193094999805e-310,2.6036251999805e-310,2.5879408999805e-310,2.5722565999805e-310,2.55657229998047e-310,2.54088799998046e-310,2.52520369998044e-310,2.50951939998043e-310,2.4938350999804e-310,2.4781507999804e-310,2.4624664999804e-310,2.4467821999804e-310,2.4310978999804e-310,2.41541359998037e-310,2.39972929998036e-310,2.38404499998035e-310,2.36836069998034e-310,2.35267639998033e-310,2.3369920999803e-310,2.3213077999803e-310,2.3056234999803e-310,2.2899391999803e-310,2.27425489998028e-310,2.25857059998026e-310,2.24288629998025e-310,2.22720199998024e-310,2.21151769998023e-310,2.1958333999802e-310,2.1801490999802e-310,2.1644647999802e-310,2.1487804999802e-310,2.1330961999802e-310,2.11741189998017e-310,2.10172759998016e-310,2.08604329998015e-310,2.07035899998014e-310,2.05467469998013e-310,2.0389903999801e-310,2.0233060999801e-310,2.0076217999801e-310,1.9919374999801e-310,1.97625319998007e-310,1.96056889998006e-310,1.94488459998005e-310,1.92920029998004e-310,1.91351599998003e-310,1.89783169998e-310,1.88214739998e-310,1.86646309998e-310,1.85077879998e-310,1.83509449998e-310,1.81941019997997e-310,1.80372589997996e-310,1.78804159997995e-310,1.77235729997994e-310,1.75667299997992e-310,1.7409886999799e-310,1.7253043999799e-310,1.7096200999799e-310,1.6939357999799e-310,1.67825149997987e-310,1.66256719997986e-310,1.64688289997985e-310,1.63119859997984e-310,1.61551429997983e-310,1.5998299999798e-310,1.5841456999798e-310,1.5684613999798e-310,1.5527770999798e-310,1.5370927999798e-310,1.52140849997977e-310,1.50572419997975e-310,1.49003989997974e-310,1.47435559997973e-310,1.4586712999797e-310,1.4429869999797e-310,1.4273026999797e-310,1.4116183999797e-310,1.3959340999797e-310,1.38024979997967e-310,1.36456549997966e-310,1.34888119997965e-310,1.33319689997964e-310,1.31751259997963e-310,1.3018282999796e-310,1.2861439999796e-310,1.2704596999796e-310,1.2547753999796e-310,1.23909109997957e-310,1.22340679997956e-310,1.20772249997955e-310,1.19203819997954e-310,1.17635389997953e-310,1.1606695999795e-310,1.1449852999795e-310,1.1293009999795e-310,1.1136166999795e-310,1.0979323999795e-310,1.08224809997947e-310,1.06656379997946e-310,1.05087949997945e-310,1.03519519997944e-310,1.01951089997943e-310,1.0038265999794e-310,9.881422999794e-311,9.724579999794e-311,9.567736999794e-311,9.4108939997937e-311,9.2540509997936e-311,9.0972079997935e-311,8.9403649997934e-311,8.7835219997933e-311,8.626678999793e-311,8.469835999793e-311,8.312992999793e-311,8.156149999793e-311,7.999306999793e-311,7.8424639997927e-311,7.6856209997926e-311,7.5287779997925e-311,7.3719349997923e-311,7.215091999792e-311,7.058248999792e-311,6.901405999792e-311,6.744562999792e-311,6.587719999792e-311,6.4308769997917e-311,6.2740339997916e-311,6.1171909997915e-311,5.9603479997914e-311,5.8035049997913e-311,5.646661999791e-311,5.489818999791e-311,5.332975999791e-311,5.176132999791e-311,5.019289999791e-311,4.8624469997907e-311,4.7056039997905e-311,4.5487609997904e-311,4.3919179997903e-311,4.23507499979e-311,4.07823199979e-311,3.92138899979e-311,3.76454599979e-311,3.60770299979e-311,3.4508599997897e-311,3.2940169997896e-311,3.1371739997895e-311,2.9803309997894e-311,2.8234879997893e-311,2.666644999789e-311,2.509801999789e-311,2.352958999789e-311,2.196115999789e-311,2.0392729997887e-311,1.8824299997886e-311,1.7255869997885e-311,1.5687439997884e-311,1.4119009997883e-311,1.255057999788e-311,1.098214999788e-311,9.41371999788e-312,7.84528999788e-312,6.27685999788e-312,4.708429997877e-312,3.139999997876e-312]} diff --git a/base/special/fmod/test/test.js b/base/special/fmod/test/test.js new file mode 100644 index 000000000..c4770cb42 --- /dev/null +++ b/base/special/fmod/test/test.js @@ -0,0 +1,137 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +'use strict'; + +// MODULES // + +var tape = require( 'tape' ); +var isnan = require( './../../../../base/assert/is-nan' ); +var fmod = require( './../lib' ); + + +// FIXTURES // + +var subnormalResults = require( './fixtures/julia/subnormal_results.json' ); +var smallSmall = require( './fixtures/julia/small_small.json' ); +var smallLarge = require( './fixtures/julia/small_large.json' ); +var largeSmall = require( './fixtures/julia/large_small.json' ); + + +// TESTS // + +tape( 'main export is a function', function test( t ) { + t.ok( true, __filename ); + t.strictEqual( typeof fmod, 'function', 'main export is a function' ); + t.end(); +}); + +tape( 'the function evaluates the modulus function (subnormal results)', function test( t ) { + var expected; + var actual; + var x; + var y; + var i; + + x = subnormalResults.x; + y = subnormalResults.y; + expected = subnormalResults.expected; + for ( i = 0; i < x.length; i++ ) { + actual = fmod( x[ i ], y[ i ] ); + t.equal( actual, expected[ i ], 'fmod('+x[ i ]+','+y[ i ]+') returns '+expected[ i ] ); + } + t.end(); +}); + +tape( 'the function evaluates the modulus function (small `x`, large `y`)', function test( t ) { + var expected; + var actual; + var x; + var y; + var i; + + x = smallLarge.x; + y = smallLarge.y; + expected = smallLarge.expected; + for ( i = 0; i < x.length; i++ ) { + actual = fmod( x[ i ], y[ i ] ); + t.equal( actual, expected[ i ], 'fmod('+x[ i ]+','+y[ i ]+') returns '+expected[ i ] ); + } + t.end(); +}); + +tape( 'the function evaluates the modulus function (large `x`, small `y`)', function test( t ) { + var expected; + var actual; + var x; + var y; + var i; + + x = largeSmall.x; + y = largeSmall.y; + expected = largeSmall.expected; + for ( i = 0; i < x.length; i++ ) { + actual = fmod( x[ i ], y[ i ] ); + t.equal( actual, expected[ i ], 'fmod('+x[ i ]+','+y[ i ]+') returns '+expected[ i ] ); + } + t.end(); +}); + +tape( 'the function evaluates the modulus function (small `x`, small `y`)', function test( t ) { + var expected; + var actual; + var x; + var y; + var i; + + x = smallSmall.x; + y = smallSmall.y; + expected = smallSmall.expected; + for ( i = 0; i < x.length; i++ ) { + actual = fmod( x[ i ], y[ i ] ); + t.equal( actual, expected[ i ], 'fmod('+x[ i ]+','+y[ i ]+') returns '+expected[ i ] ); + } + t.end(); +}); + +tape( 'the function returns `NaN` if provided `NaN` for `y`', function test( t ) { + var v; + + v = fmod( -3.0, NaN ); + t.equal( isnan( v ), true, 'returns expected value' ); + + v = fmod( 0.0, NaN ); + t.equal( isnan( v ), true, 'returns expected value' ); + + t.end(); +}); + +tape( 'the function returns `NaN` if provided `NaN` for `x`', function test( t ) { + var v; + + v = fmod( NaN, 5.0 ); + t.equal( isnan( v ), true, 'returns expected value' ); + + v = fmod( NaN, 1.0 ); + t.equal( isnan( v ), true, 'returns expected value' ); + + v = fmod( NaN, 0.0 ); + t.equal( isnan( v ), true, 'returns expected value' ); + + t.end(); +}); diff --git a/base/special/fmod/test/test.native.js b/base/special/fmod/test/test.native.js new file mode 100644 index 000000000..b019b8e24 --- /dev/null +++ b/base/special/fmod/test/test.native.js @@ -0,0 +1,146 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +'use strict'; + +// MODULES // + +var resolve = require( 'path' ).resolve; +var tape = require( 'tape' ); +var isnan = require( './../../../../base/assert/is-nan' ); +var tryRequire = require( '@stdlib/utils/try-require' ); + + +// VARIABLES // + +var fmod = tryRequire( resolve( __dirname, './../lib/native.js' ) ); +var opts = { + 'skip': ( fmod instanceof Error ) +}; + + +// FIXTURES // + +var subnormalResults = require( './fixtures/julia/subnormal_results.json' ); +var smallSmall = require( './fixtures/julia/small_small.json' ); +var smallLarge = require( './fixtures/julia/small_large.json' ); +var largeSmall = require( './fixtures/julia/large_small.json' ); + + +// TESTS // + +tape( 'main export is a function', opts, function test( t ) { + t.ok( true, __filename ); + t.strictEqual( typeof fmod, 'function', 'main export is a function' ); + t.end(); +}); + +tape( 'the function evaluates the modulus function (subnormal results)', opts, function test( t ) { + var expected; + var actual; + var x; + var y; + var i; + + x = subnormalResults.x; + y = subnormalResults.y; + expected = subnormalResults.expected; + for ( i = 0; i < x.length; i++ ) { + actual = fmod( x[ i ], y[ i ] ); + t.equal( actual, expected[ i ], 'fmod('+x[ i ]+','+y[ i ]+') returns '+expected[ i ] ); + } + t.end(); +}); + +tape( 'the function evaluates the modulus function (small `x`, large `y`)', opts, function test( t ) { + var expected; + var actual; + var x; + var y; + var i; + + x = smallLarge.x; + y = smallLarge.y; + expected = smallLarge.expected; + for ( i = 0; i < x.length; i++ ) { + actual = fmod( x[ i ], y[ i ] ); + t.equal( actual, expected[ i ], 'fmod('+x[ i ]+','+y[ i ]+') returns '+expected[ i ] ); + } + t.end(); +}); + +tape( 'the function evaluates the modulus function (large `x`, small `y`)', opts, function test( t ) { + var expected; + var actual; + var x; + var y; + var i; + + x = largeSmall.x; + y = largeSmall.y; + expected = largeSmall.expected; + for ( i = 0; i < x.length; i++ ) { + actual = fmod( x[ i ], y[ i ] ); + t.equal( actual, expected[ i ], 'fmod('+x[ i ]+','+y[ i ]+') returns '+expected[ i ] ); + } + t.end(); +}); + +tape( 'the function evaluates the modulus function (small `x`, small `y`)', opts, function test( t ) { + var expected; + var actual; + var x; + var y; + var i; + + x = smallSmall.x; + y = smallSmall.y; + expected = smallSmall.expected; + for ( i = 0; i < x.length; i++ ) { + actual = fmod( x[ i ], y[ i ] ); + t.equal( actual, expected[ i ], 'fmod('+x[ i ]+','+y[ i ]+') returns '+expected[ i ] ); + } + t.end(); +}); + +tape( 'the function returns `NaN` if provided `NaN` for `y`', opts, function test( t ) { + var v; + + v = fmod( -3.0, NaN ); + t.equal( isnan( v ), true, 'returns expected value' ); + + v = fmod( 0.0, NaN ); + t.equal( isnan( v ), true, 'returns expected value' ); + + t.end(); +}); + +tape( 'the function returns `NaN` if provided `NaN` for `x`', opts, function test( t ) { + var v; + + v = fmod( NaN, 5.0 ); + t.equal( isnan( v ), true, 'returns expected value' ); + + v = fmod( NaN, 1.0 ); + t.equal( isnan( v ), true, 'returns expected value' ); + + v = fmod( NaN, 0.0 ); + t.equal( isnan( v ), true, 'returns expected value' ); + + t.end(); +});